Skip to content

Commit

Permalink
Downgrade urllib3 back to 2.0.7
Browse files Browse the repository at this point in the history
Botocore requires urllib3 < 2.1.0
  • Loading branch information
Kyle Deal committed Dec 1, 2023
1 parent 777143b commit 9249387
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ six==1.16.0
# requests-mock
tox==4.11.3
# via -r requirements-dev-minimal.txt
urllib3==2.1.0
urllib3==2.0.7
# via
# -c requirements.txt
# requests
Expand Down
2 changes: 1 addition & 1 deletion api/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ typing-extensions==4.8.0
# pydantic
# pydantic-core
# sqlalchemy
urllib3==2.1.0
urllib3==2.0.7
# via
# -r requirements-minimal.txt
# botocore
Expand Down

0 comments on commit 9249387

Please sign in to comment.