Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ python-snappy==0.7.1
requests==2.33.1
tomli==2.0.1
typing_extensions==4.12.2
urllib3==2.2.2
urllib3==2.7.0
wrapt==1.16.0
zipp==3.19.2
-e exporter/opentelemetry-exporter-prometheus-remote-write
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pytest==7.4.4
requests==2.33.1
tomli==2.0.1
typing_extensions==4.12.2
urllib3==2.2.2
urllib3==2.7.0
Werkzeug==3.0.6
wrapt==1.16.0
yarl==1.9.4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ python-dateutil==2.8.2
six==1.16.0
tomli==2.0.1
typing_extensions==4.12.2
urllib3==2.2.2
urllib3==2.7.0
wrapt==1.16.0
zipp==3.19.2
-e opentelemetry-instrumentation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ sniffio==1.3.0
starlette==0.46.1
tomli==2.0.1
typing_extensions==4.14.1
urllib3==2.2.2
urllib3==2.7.0
wrapt==1.16.0
zipp==3.19.2
-e opentelemetry-instrumentation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pytest==7.4.4
requests==2.33.1
tomli==2.0.1
typing_extensions==4.12.2
urllib3==2.2.2
urllib3==2.7.0
wrapt==1.16.0
zipp==3.19.2
-e opentelemetry-instrumentation
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Used to generate test-requirements.{oldest,latest}.txt with uv pip compile
pytest~=7.4
requests~=2.32
requests~=2.33.1
urllib3~=2.7.0
httpx~=0.28
-e opentelemetry-instrumentation
-e instrumentation/opentelemetry-instrumentation-asgi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,10 @@ typing-extensions==4.12.2
# asgiref
# opentelemetry-api
# opentelemetry-semantic-conventions
urllib3==2.3.0
# via requests
urllib3==2.7.0
# via
# -r instrumentation/opentelemetry-instrumentation-starlette/test-requirements.in
# requests
wrapt==1.14.1
# via opentelemetry-instrumentation
zipp==3.21.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,10 @@ typing-extensions==4.12.2
# asgiref
# opentelemetry-api
# opentelemetry-semantic-conventions
urllib3==2.3.0
# via requests
urllib3==2.7.0
# via
# -r instrumentation/opentelemetry-instrumentation-starlette/test-requirements.in
# requests
wrapt==1.16.0
# via opentelemetry-instrumentation
zipp==3.21.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ requests==2.33.1
tomli==2.0.1
tornado==6.4.2
typing_extensions==4.12.2
urllib3==2.2.2
urllib3==2.7.0
wrapt==1.16.0
zipp==3.19.2
-e opentelemetry-instrumentation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ py-cpuinfo==9.0.0
pytest==7.4.4
tomli==2.0.1
typing_extensions==4.12.2
urllib3==2.2.2
urllib3==2.7.0
wrapt==1.16.0
zipp==3.19.2
-e opentelemetry-instrumentation
Expand Down
8 changes: 4 additions & 4 deletions opamp/opentelemetry-opamp-client/test-requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ packaging>=24.0
pluggy>=1.5.0
protobuf>=5.29.5
pytest>=7.4.4
pytest-vcr>=1.0.2 ; python_version > '3.9' and platform_python_implementation !='PyPy'
pytest-vcr>=1.0.2 ; platform_python_implementation !='PyPy'
pyyaml>=6.0.2
vcrpy>=7.0.0 ; python_version > '3.9' and platform_python_implementation !='PyPy'
vcrpy>=7.0.0 ; platform_python_implementation !='PyPy'
yarl>=1.20.1
requests>=2.32.2
urllib3>=2.5.0
requests>=2.33.1
urllib3>=2.7.0
uuid-utils>=0.11.0
wrapt>=1.16.0
-e opamp/opentelemetry-opamp-client
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ typing-extensions==4.14.0
# exceptiongroup
# multidict
# opentelemetry-api
urllib3==2.5.0
urllib3==2.7.0
# via
# -r opamp/opentelemetry-opamp-client/test-requirements.in
# requests
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ tomli==1.1.0
# via
# -r opamp/opentelemetry-opamp-client/test-requirements.in
# pytest
urllib3==2.5.0
urllib3==2.7.0
# via
# -r opamp/opentelemetry-opamp-client/test-requirements.in
# requests
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pytest-benchmark==4.0.0
requests==2.33.1
tomli==2.0.1
typing_extensions==4.12.2
urllib3==2.2.2
urllib3==2.7.0
wrapt==1.16.0
zipp==3.19.2
opentelemetry-api==1.16 # when updating, also update in pyproject.toml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pytest-benchmark==4.0.0
requests==2.33.1
tomli==2.0.1
typing_extensions==4.12.2
urllib3==2.2.2
urllib3==2.7.0
wrapt==1.16.0
zipp==3.19.2
# test with the latest version of opentelemetry-api, sdk, and semantic conventions
Expand Down
Loading