From c398e64dcdb45f815f3f0dd98f85fd43810c6982 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Tue, 11 Feb 2025 19:55:55 +0000 Subject: [PATCH] main: Update dependency urllib3 to v2.3.0 --- regtests/client/python/pyproject.toml | 2 +- regtests/client/python/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/regtests/client/python/pyproject.toml b/regtests/client/python/pyproject.toml index ceeec6281..3afb204d4 100644 --- a/regtests/client/python/pyproject.toml +++ b/regtests/client/python/pyproject.toml @@ -32,7 +32,7 @@ package-mode = true [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" diff --git a/regtests/client/python/setup.py b/regtests/client/python/setup.py index 60f6cb2dc..7f1d8d650 100644 --- a/regtests/client/python/setup.py +++ b/regtests/client/python/setup.py @@ -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",