Skip to content

Commit

Permalink
main: Update dependency urllib3 to v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 10, 2025
1 parent d9ecb5c commit aea727d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion regtests/client/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ include = ["polaris.management/py.typed"]
[tool.poetry.dependencies]
python = "^3.8"

urllib3 = "^1.25.3"
urllib3 = "^2.0.0"
python-dateutil = ">=2.8.2"
pydantic = ">=2"
typing-extensions = ">=4.7.1"
Expand Down
2 changes: 1 addition & 1 deletion regtests/client/python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@

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 regtests/client/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
VERSION = "1.0.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 aea727d

Please sign in to comment.