From 6ad74c1f8ba186874e9eac86277afc70a2ef34eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Dec 2025 04:51:14 +0000 Subject: [PATCH] chore(deps): bump urllib3 from 2.5.0 to 2.6.0 Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.5.0 to 2.6.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/2.5.0...2.6.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.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 b818f2a..e4b0771 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ python_dateutil==2.5.3 setuptools==78.1.1 -urllib3==2.5.0 +urllib3==2.6.0 diff --git a/setup.py b/setup.py index 8f8f598..962532e 100644 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ # http://pypi.python.org/pypi/setuptools REQUIRES = [ - 'urllib3>=2.2.1,<2.6.0', + 'urllib3>=2.2.1,<2.7.0', 'python-dateutil~=2.5.3', ]