From ea265e0985168cafc94e909ecdf7b92d7f096509 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 02:02:46 +0000 Subject: [PATCH] Update urllib3 requirement from !=2.6.0,>=1.24.2 to !=2.6.0,>=2.7.0 Updates the requirements on [urllib3](https://github.com/urllib3/urllib3) to permit the latest version. - [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.3...2.7.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.7.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- kubernetes_asyncio/requirements.txt | 2 +- requirements-asyncio.txt | 2 +- requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kubernetes_asyncio/requirements.txt b/kubernetes_asyncio/requirements.txt index d0518ec800..c1a2b3db78 100644 --- a/kubernetes_asyncio/requirements.txt +++ b/kubernetes_asyncio/requirements.txt @@ -2,4 +2,4 @@ future; python_version<="2.7" six >= 1.10 python_dateutil >= 2.5.3 setuptools >= 21.0.0 -urllib3 >= 1.25.3 +urllib3 >= 2.7.0 diff --git a/requirements-asyncio.txt b/requirements-asyncio.txt index e26b3cda65..321b18813f 100644 --- a/requirements-asyncio.txt +++ b/requirements-asyncio.txt @@ -2,5 +2,5 @@ certifi>=14.05.14 # MPL six>=1.9.0 # MIT python-dateutil>=2.5.3 # BSD pyyaml>=5.4.1 # MIT -urllib3>=1.24.2,!=2.6.0 # MIT +urllib3!=2.6.0,>=2.7.0 # MIT aiohttp>=3.9.0,<4.0.0 # Apache-2.0 diff --git a/requirements.txt b/requirements.txt index e62b072936..1801c20701 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,5 +6,5 @@ pyyaml>=5.4.1 # MIT websocket-client>=0.32.0,!=0.40.0,!=0.41.*,!=0.42.* # LGPLv2+ requests # Apache-2.0 requests-oauthlib # ISC -urllib3>=1.24.2,!=2.6.0 # MIT +urllib3!=2.6.0,>=2.7.0 # MIT durationpy>=0.7 # MIT