From ec27e4e40aa24bd6394949ba89291eaace3bba67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Jun 2025 05:50:49 +0000 Subject: [PATCH] chore(deps): bump urllib3 from 2.4.0 to 2.5.0 Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.4.0 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.4.0...2.5.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- requirements_dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 042c504..673391c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,4 @@ certifi==2025.6.15 ; python_version >= "3.9" and python_full_version < "4.0.0" charset-normalizer==3.4.2 ; python_version >= "3.9" and python_full_version < "4.0.0" idna==3.10 ; python_version >= "3.9" and python_full_version < "4.0.0" requests==2.32.4 ; python_version >= "3.9" and python_full_version < "4.0.0" -urllib3==2.4.0 ; python_version >= "3.9" and python_full_version < "4.0.0" +urllib3==2.5.0 ; python_version >= "3.9" and python_full_version < "4.0.0" diff --git a/requirements_dev.txt b/requirements_dev.txt index ddd3230..9ce9060 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -44,6 +44,6 @@ sphinxcontrib-serializinghtml==2.0.0 ; python_version >= "3.9" and python_full_v sphinxnotes-strike==1.2.1 ; python_version >= "3.9" and python_full_version < "4.0.0" tomli==2.2.1 ; python_version >= "3.9" and python_full_version < "4.0.0" typing-extensions==4.14.0 ; python_version >= "3.9" and python_full_version < "4.0.0" -urllib3==2.4.0 ; python_version >= "3.9" and python_full_version < "4.0.0" +urllib3==2.5.0 ; python_version >= "3.9" and python_full_version < "4.0.0" virtualenv==20.31.2 ; python_version >= "3.9" and python_full_version < "4.0.0" zipp==3.23.0 ; python_version == "3.9"