Skip to content

Commit 4357c35

Browse files
authored
requirements: missed pytest and idna bumps (open-telemetry#2592)
1 parent 3511ed1 commit 4357c35

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dev-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ mypy==0.931
77
sphinx==7.1.2
88
sphinx-rtd-theme==2.0.0rc4
99
sphinx-autodoc-typehints==1.25.2
10-
pytest==7.1.3
10+
pytest==7.4.4
1111
pytest-cov==4.1.0
1212
readme-renderer==42.0
1313
bleach==4.1.0 # transient dependency for readme-renderer

exporter/opentelemetry-exporter-prometheus-remote-write/test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ certifi==2024.2.2
33
charset-normalizer==3.3.2
44
cramjam==2.8.1
55
Deprecated==1.2.14
6-
idna==3.6
6+
idna==3.7
77
importlib-metadata==6.11.0
88
iniconfig==2.0.0
99
packaging==24.0

propagator/opentelemetry-propagator-aws-xray/test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ asgiref==3.7.2
22
certifi==2024.2.2
33
charset-normalizer==3.3.2
44
Deprecated==1.2.14
5-
idna==3.6
5+
idna==3.7
66
importlib-metadata==6.11.0
77
iniconfig==2.0.0
88
packaging==24.0

0 commit comments

Comments
 (0)