Skip to content

Commit

Permalink
Bump requests to latest in requirements (#3983)
Browse files Browse the repository at this point in the history
  • Loading branch information
xrmx authored Jun 20, 2024
1 parent b6030fd commit 3842a09
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ readme-renderer==42.0
markupsafe==2.1.3
bleach==4.1.0 # This dependency was updated to a breaking version.
codespell==2.1.0
requests==2.31.0
requests==2.32.3
ruamel.yaml==0.17.21
asgiref==3.7.2
psutil==5.9.6
Expand Down
2 changes: 1 addition & 1 deletion docs/getting_started/tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pluggy==1.3.0
py-cpuinfo==9.0.0
pytest==7.4.4
pytest-benchmark==4.0.0
requests==2.31.0
requests==2.32.3
tomli==2.0.1
typing_extensions==4.8.0
urllib3==1.26.19
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ py-cpuinfo==9.0.0
pytest==7.4.4
pytest-benchmark==4.0.0
PyYAML==6.0.1
requests==2.31.0
requests==2.32.3
responses==0.24.1
tomli==2.0.1
typing_extensions==4.10.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ py-cpuinfo==9.0.0
pytest==7.4.4
pytest-benchmark==4.0.0
PyYAML==6.0.1
requests==2.31.0
requests==2.32.3
responses==0.24.1
tomli==2.0.1
typing_extensions==4.10.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pluggy==1.5.0
py-cpuinfo==9.0.0
pytest==7.4.4
pytest-benchmark==4.0.0
requests==2.31.0
requests==2.32.3
tomli==2.0.1
typing_extensions==4.10.0
urllib3==2.2.2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ protobuf==3.20.3
py-cpuinfo==9.0.0
pytest==7.4.4
pytest-benchmark==4.0.0
requests==2.31.0
requests==2.32.3
tomli==2.0.1
typing_extensions==4.10.0
urllib3==2.2.2
Expand Down
2 changes: 1 addition & 1 deletion shim/opentelemetry-opencensus-shim/test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pyasn1==0.5.1
pyasn1-modules==0.3.0
pytest==7.4.4
pytest-benchmark==4.0.0
requests==2.31.0
requests==2.32.3
rsa==4.9
six==1.16.0
tomli==2.0.1
Expand Down

0 comments on commit 3842a09

Please sign in to comment.