Skip to content

Commit

Permalink
Bump urllib3 to latest in requirements (#3982)
Browse files Browse the repository at this point in the history
  • Loading branch information
xrmx authored Jun 20, 2024
1 parent e2da5a7 commit b6030fd
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/getting_started/tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pytest-benchmark==4.0.0
requests==2.31.0
tomli==2.0.1
typing_extensions==4.8.0
urllib3==1.26.18
urllib3==1.26.19
Werkzeug==3.0.3
wrapt==1.15.0
zipp==3.17.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ requests==2.31.0
responses==0.24.1
tomli==2.0.1
typing_extensions==4.10.0
urllib3==2.2.1
urllib3==2.2.2
wrapt==1.16.0
zipp==3.17.0
-e opentelemetry-api
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ requests==2.31.0
responses==0.24.1
tomli==2.0.1
typing_extensions==4.10.0
urllib3==2.2.1
urllib3==2.2.2
wrapt==1.16.0
zipp==3.17.0
-e opentelemetry-api
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pytest-benchmark==4.0.0
requests==2.31.0
tomli==2.0.1
typing_extensions==4.10.0
urllib3==2.2.1
urllib3==2.2.2
wrapt==1.16.0
zipp==3.17.0
-e opentelemetry-api
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pytest-benchmark==4.0.0
requests==2.31.0
tomli==2.0.1
typing_extensions==4.10.0
urllib3==2.2.1
urllib3==2.2.2
wrapt==1.16.0
zipp==3.17.0
-e opentelemetry-api
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 @@ -27,7 +27,7 @@ rsa==4.9
six==1.16.0
tomli==2.0.1
typing_extensions==4.10.0
urllib3==2.2.1
urllib3==2.2.2
wrapt==1.16.0
zipp==3.17.0
-e opentelemetry-api
Expand Down

0 comments on commit b6030fd

Please sign in to comment.