Skip to content

Commit

Permalink
fix urllib3 bump for python-requires change
Browse files Browse the repository at this point in the history
  • Loading branch information
alex committed Dec 22, 2024
1 parent 35fbdd3 commit 5774c19
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ci-constraints-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,9 @@ typing-extensions==4.12.2 ; python_full_version >= '3.8'
# via mypy
urllib3==2.0.7 ; python_full_version < '3.8'
# via requests
urllib3==2.3.0 ; python_full_version >= '3.8'
urllib3==2.2.3 ; python_full_version == '3.8.*'
# via requests
urllib3==2.3.0 ; python_full_version >= '3.9'
# via requests
uv==0.5.11 ; python_full_version >= '3.8'
# via nox
Expand Down

0 comments on commit 5774c19

Please sign in to comment.