Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update requests and urllib3 #2111

Merged
merged 1 commit into from
Aug 19, 2024
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
4 changes: 2 additions & 2 deletions otel-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ protobuf==4.24.2
# opentelemetry-proto
pydantic==1.10.12
# via otel-extensions
requests==2.31.0
requests==2.32.3
# via opentelemetry-exporter-otlp-proto-http
tomli==2.0.1
# via hatchling
Expand All @@ -97,7 +97,7 @@ typing-extensions==4.7.1
# via
# opentelemetry-sdk
# pydantic
urllib3==1.26.16
urllib3==1.26.19
# via
# -r otel-requirements.in
# requests
Expand Down
4 changes: 2 additions & 2 deletions requirements-devel.txt
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ pyyaml==6.0
# osbs-client
reflink==0.2.1
# via -r requirements.in
requests==2.26.0
requests==2.32.3
# via
# -r requirements.in
# koji
Expand Down Expand Up @@ -244,7 +244,7 @@ typing-extensions==4.7.1
# via
# opentelemetry-sdk
# pydantic
urllib3==1.26.7
urllib3==1.26.19
# via
# -r otel-requirements.in
# -r requirements.in
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ pyyaml==6.0
# osbs-client
reflink==0.2.1
# via -r requirements.in
requests==2.26.0
requests==2.32.3
# via
# -r requirements.in
# koji
Expand Down Expand Up @@ -183,7 +183,7 @@ typing-extensions==4.7.1
# via
# opentelemetry-sdk
# pydantic
urllib3==1.26.7
urllib3==1.26.19
# via
# -r otel-requirements.in
# -r requirements.in
Expand Down
2 changes: 1 addition & 1 deletion tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ pytest-xdist==2.5.0 \
--hash=sha256:4580deca3ff04ddb2ac53eba39d76cb5dd5edeac050cb6fbc768b0dd712b4edf \
--hash=sha256:6fe5c74fec98906deb8f2d2b616b5c782022744978e7bd4695d39c8f42d0ce65
# via -r requirements.in
requests==2.31.0 \
requests==2.32.3 \
--hash=sha256:58cd2187c01e70e6e26505bca751777aa9f2ee0b7f4300988b709f44e013003f \
--hash=sha256:942c5a758f98d790eaed1a29cb6eefc7ffb0d1cf7af05c3d2791656dbd6ad1e1
# via
Expand Down