From 146a32ab13db05a61a815797e570c63ee3a75fe3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Jun 2025 03:57:31 +0000 Subject: [PATCH] Bump urllib3 from 2.2.3 to 2.5.0 Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.3 to 2.5.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.5.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.5.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..a874661 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.5.0", ] classifiers = [ "Programming Language :: Python :: 3", diff --git a/requirements.txt b/requirements.txt index 7ae84cf..3c9ff0d 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.5.0