Skip to content

Commit

Permalink
Update urllib3 requirements in requirements-docs.txt
Browse files Browse the repository at this point in the history
Co-authored-by: Nate Prewitt <[email protected]>
  • Loading branch information
jonathan343 and nateprewitt authored Jul 3, 2024
1 parent 5a71a69 commit 826d79a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions requirements-docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@ sphinx==5.3.0
furo==2022.12.7
sphinx_copybutton==0.5.1
sphinx-remove-toctrees==0.0.3
# Matches the urllib3 requirements for botocore.
urllib3>=1.25.4,<1.27 ; python_version < "3.10"
urllib3>=1.25.4,!=2.2.0,<3 ; python_version >= "3.10"
# Avoid urllib3 2.x below Python 3.10
urllib3<2.0 ; python_version < "3.10"

0 comments on commit 826d79a

Please sign in to comment.