From 82d06ee2c8071dd37735edb0414914436284205f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Dec 2025 02:48:28 +0000 Subject: [PATCH] Bump urllib3 from 2.2.3 to 2.6.0 Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.3 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.2.3...2.6.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 69dccd8..a55d2ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ dependencies = [ "docker==7.1.0", "idna==3.10", "requests==2.32.3", - "urllib3==2.2.3", + "urllib3==2.6.0", ] classifiers = [ "Programming Language :: Python :: 3", diff --git a/requirements.txt b/requirements.txt index 7ae84cf..e301880 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,4 @@ charset-normalizer==3.3.2 docker==7.1.0 idna==3.10 requests==2.32.3 -urllib3==2.2.3 +urllib3==2.6.0