From cd9058e4d31949baeaa92aaed385bd1f460626dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 16:27:38 +0000 Subject: [PATCH 1/4] 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.24.2...2.7.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.7.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 68b26ab189..fa18d8124f 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>=6.0.3 # MIT -urllib3>=1.24.2,!=2.6.0 # MIT +urllib3!=2.6.0,>=2.7.0 # MIT aiohttp>=3.13.5,<4.0.0 # Apache-2.0 diff --git a/requirements.txt b/requirements.txt index ba641a60c3..930dfb8f62 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,5 +6,5 @@ pyyaml>=6.0.3 # 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 From c2c99109d6339fcb97ac0db2a9691d86a4fa466c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 02:02:48 +0000 Subject: [PATCH 2/4] Update randomize requirement from >=0.13 to >=0.14 Updates the requirements on [randomize](https://github.com/nloadholtes/nose-randomize) to permit the latest version. - [Commits](https://github.com/nloadholtes/nose-randomize/commits) --- updated-dependencies: - dependency-name: randomize dependency-version: '0.14' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- test-requirements-asyncio.txt | 2 +- test-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test-requirements-asyncio.txt b/test-requirements-asyncio.txt index 9f709dccce..44f8f68f0a 100644 --- a/test-requirements-asyncio.txt +++ b/test-requirements-asyncio.txt @@ -3,5 +3,5 @@ pluggy>=1.6.0 py>=1.4.31 pytest pytest-cov -randomize>=0.13 +randomize>=0.14 sphinx>=8.1.3 # BSD diff --git a/test-requirements.txt b/test-requirements.txt index 37fc557b94..43787120af 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -3,7 +3,7 @@ nose>=1.3.7 pytest pytest-cov pluggy>=1.6.0 -randomize>=0.13 +randomize>=0.14 sphinx>=8.1.3 # BSD sphinx_markdown_tables pycodestyle From 1579b3e2ca04fd98f9b541081d77607edcd688a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 23:22:04 +0000 Subject: [PATCH 3/4] Update setuptools requirement from >=21.0.0 to >=83.0.0 Updates the requirements on [setuptools](https://github.com/pypa/setuptools) to permit the latest version. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v21.0.0...v83.0.0) --- updated-dependencies: - dependency-name: setuptools dependency-version: 83.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8c0844b656..41f393af30 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ certifi>=14.05.14 # MPL lazy-imports>=1,<2 # Apache-2.0 python-dateutil>=2.8.2 # BSD pydantic>=2.11 # MIT -setuptools>=21.0.0 # PSF/ZPL +setuptools>=83.0.0 # PSF/ZPL pyyaml>=6.0.3 # MIT websocket-client>=0.32.0,!=0.40.0,!=0.41.*,!=0.42.* # LGPLv2+ requests # Apache-2.0 From a59d6fab9abdefe8997a80cedb42e4c61b15eead Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 18:31:39 +0000 Subject: [PATCH 4/4] Update aiohttp requirement from <4.0.0,>=3.14.1 to >=3.14.3,<4.0.0 --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.14.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-asyncio.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-asyncio.txt b/requirements-asyncio.txt index b1eb3762f4..ee1178ab54 100644 --- a/requirements-asyncio.txt +++ b/requirements-asyncio.txt @@ -1,7 +1,7 @@ python-dateutil>=2.8.2 # BSD pyyaml>=6.0.3 # MIT urllib3>=2.7.0 # MIT -aiohttp>=3.14.1,<4.0.0 # Apache-2.0 +aiohttp>=3.14.3,<4.0.0 # Apache-2.0 aiohttp-retry>=2.8.3 # MIT pydantic>=2.11 # MIT typing-extensions>=4.7.1 # PSF