From 06213402e2e57ae4c0bf955e15860852100cd3bd Mon Sep 17 00:00:00 2001 From: Ivan Fernandez Calvo Date: Tue, 24 Jan 2023 16:13:20 +0100 Subject: [PATCH] fix: update pytest versions and pytest_otel (#34303) Co-authored-by: Victor Martinez --- libbeat/tests/system/requirements.txt | 10 +++++----- libbeat/tests/system/requirements_aix.txt | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/libbeat/tests/system/requirements.txt b/libbeat/tests/system/requirements.txt index 171e78602001..449ef4f12efe 100644 --- a/libbeat/tests/system/requirements.txt +++ b/libbeat/tests/system/requirements.txt @@ -22,9 +22,9 @@ jsonschema==3.2.0 kafka-python==1.4.3 MarkupSafe==1.1.1 more-itertools==8.4.0 -opentelemetry-api==1.11.0 -opentelemetry-exporter-otlp==1.11.0 -opentelemetry-sdk==1.11.0 +opentelemetry-api==1.13.0 +opentelemetry-exporter-otlp==1.13.0 +opentelemetry-sdk==1.13.0 ordered-set==3.1.1 packaging==20.4 parameterized==0.7.0 @@ -33,8 +33,8 @@ py==1.10.0 pycodestyle==2.6.0 pyparsing==2.4.7 pyrsistent==0.16.0 -pytest==6.2.4 -pytest-otel>=0.0.4 +pytest==7.1.3 +pytest-otel==1.3.0 pytest-rerunfailures==9.1.1 pytest-timeout==1.4.2 PyYAML==5.4.1 diff --git a/libbeat/tests/system/requirements_aix.txt b/libbeat/tests/system/requirements_aix.txt index 4517af970454..5d6a960472a7 100644 --- a/libbeat/tests/system/requirements_aix.txt +++ b/libbeat/tests/system/requirements_aix.txt @@ -32,8 +32,8 @@ py==1.10.0 pycodestyle==2.6.0 pyparsing==2.4.7 pyrsistent==0.16.0 -pytest==6.2.4 -pytest-otel>=0.0.4 +pytest==7.1.3 +pytest-otel==1.3.0 pytest-rerunfailures==9.1.1 pytest-timeout==1.4.2 PyYAML==5.4.1