From e5b6fa646cf7341364b86879f0bd9ba428cb4c81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Jun 2025 18:42:53 +0000 Subject: [PATCH] Bump urllib3 from 1.25.10 to 2.5.0 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.10 to 2.5.0. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.25.10...2.5.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index cc41a8b..9062dc7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,4 @@ chardet==3.0.4 pycryptodomex==3.9.8 requests[socks]==2.24.0 simplejson==3.17.2 -urllib3==1.25.10 +urllib3==2.5.0 diff --git a/setup.py b/setup.py index 4098e31..b559707 100644 --- a/setup.py +++ b/setup.py @@ -89,6 +89,6 @@ 'pycryptodomex>=3.9.8,<4.0.0', 'requests>=2.24.0,<3.0.0', 'simplejson>=3.17.2,<4.0.0', - 'urllib3>=1.25.10,<2.0.0' + 'urllib3>=1.25.10,<3.0.0' ], ) \ No newline at end of file