Skip to content
This repository has been archived by the owner on Dec 23, 2024. It is now read-only.

Commit

Permalink
chore(deps): update dependency urllib3 to >=2.3.0, <3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 22, 2024
1 parent a85ddbe commit 9750a77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion equinix_metal/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
python_dateutil >= 2.5.3
setuptools >= 21.0.0
urllib3 >= 1.25.3, < 2.1.0
urllib3 >=2.3.0, <3.0.0
pydantic >= 2
typing-extensions >= 4.7.1
2 changes: 1 addition & 1 deletion equinix_metal/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
VERSION = "0.11.0"
PYTHON_REQUIRES = ">=3.7"
REQUIRES = [
"urllib3 >= 1.25.3, < 2.1.0",
"urllib3 >=2.3.0, <3.0.0",
"python-dateutil",
"pydantic >= 2",
"typing-extensions >= 4.7.1",
Expand Down

0 comments on commit 9750a77

Please sign in to comment.