mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-07-28 12:43:39 +08:00
requirements: missed pytest and idna bumps (#2592)
This commit is contained in:

committed by
GitHub

parent
3511ed180d
commit
4357c35dd2
@ -7,7 +7,7 @@ mypy==0.931
|
||||
sphinx==7.1.2
|
||||
sphinx-rtd-theme==2.0.0rc4
|
||||
sphinx-autodoc-typehints==1.25.2
|
||||
pytest==7.1.3
|
||||
pytest==7.4.4
|
||||
pytest-cov==4.1.0
|
||||
readme-renderer==42.0
|
||||
bleach==4.1.0 # transient dependency for readme-renderer
|
||||
|
@ -3,7 +3,7 @@ certifi==2024.2.2
|
||||
charset-normalizer==3.3.2
|
||||
cramjam==2.8.1
|
||||
Deprecated==1.2.14
|
||||
idna==3.6
|
||||
idna==3.7
|
||||
importlib-metadata==6.11.0
|
||||
iniconfig==2.0.0
|
||||
packaging==24.0
|
||||
|
@ -2,7 +2,7 @@ asgiref==3.7.2
|
||||
certifi==2024.2.2
|
||||
charset-normalizer==3.3.2
|
||||
Deprecated==1.2.14
|
||||
idna==3.6
|
||||
idna==3.7
|
||||
importlib-metadata==6.11.0
|
||||
iniconfig==2.0.0
|
||||
packaging==24.0
|
||||
|
Reference in New Issue
Block a user