From 330e0b3b441cd29a040787efa012520e3fa00c50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Jun 2025 11:04:25 +0000 Subject: [PATCH] chore(deps-dev): 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:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 9f803762..e018ee83 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -113,7 +113,7 @@ trio==0.30.0 types-python-dateutil==2.9.0.20250516 types-requests==2.32.4.20250611; python_version >= '3.7' -urllib3==2.4.0 ; python_version >= '3.7' +urllib3==2.5.0 ; python_version >= '3.7' typing-extensions==4.14.0 ; python_version >= '3.7'