From 3ea2b6bb2f14b5572b30f2a61e179fbf66231ccb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Aug 2025 00:28:43 +0000 Subject: [PATCH] Bump urllib3 in /requirements in the pip group across 1 directory Bumps the pip group with 1 update in the /requirements directory: [urllib3](https://github.com/urllib3/urllib3). Updates `urllib3` from 2.2.2 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.2...2.5.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.5.0 dependency-type: indirect dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements.txt b/requirements/requirements.txt index 47e48c9..e1a353d 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -177,7 +177,7 @@ tomli==2.0.1 # pyproject-hooks typing-extensions==4.9.0 # via pydata-sphinx-theme -urllib3==2.2.2 +urllib3==2.5.0 # via requests virtualenv==20.26.6 # via pre-commit