From 18df25467748557fbc0a54687e81881473305be9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2026 02:02:51 +0000 Subject: [PATCH] Update urllib3 requirement from >=2.7.0 to >=2.8.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/2.7.0...2.8.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.8.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-asyncio.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-asyncio.txt b/requirements-asyncio.txt index 245285704c..75a435fdf5 100644 --- a/requirements-asyncio.txt +++ b/requirements-asyncio.txt @@ -1,6 +1,6 @@ python-dateutil>=2.8.2 # BSD PyYAML>=6.0.3 # MIT -urllib3>=2.7.0 # MIT +urllib3>=2.8.0 # MIT aiohttp>=3.14.3,<4.0.0 # Apache-2.0 aiohttp-retry>=2.9.1 # MIT pydantic>=2.13.5 # MIT diff --git a/requirements.txt b/requirements.txt index 5b4d4f465b..b30649eed7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,5 +7,5 @@ websocket-client>=0.32.0,!=0.40.0,!=0.41.*,!=0.42.* # LGPLv2+ requests # Apache-2.0 requests-oauthlib # ISC typing-extensions>=4.16.0 # PSF -urllib3>=2.7.0,<3.0.0 # MIT +urllib3>=2.8.0,<3.0.0 # MIT durationpy>=0.11 # MIT