From a7ac67c539506bb3f79ac2cb20c900f13afb65d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 16:16:18 +0000 Subject: [PATCH] Bump urllib3 from 2.6.3 to 2.7.0 in /requirements/mypy Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.6.3 to 2.7.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.6.3...2.7.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.7.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/mypy/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/mypy/requirements.txt b/requirements/mypy/requirements.txt index 7634e4d..e988e0c 100644 --- a/requirements/mypy/requirements.txt +++ b/requirements/mypy/requirements.txt @@ -7,4 +7,4 @@ tomli==2.3.0 ; python_version == "3.10" types-requests==2.32.4.20260107 ; python_version >= "3.10" types-toml==0.10.8.20240310 ; python_version >= "3.10" typing-extensions==4.15.0 ; python_version >= "3.10" -urllib3==2.6.3 ; python_version >= "3.10" +urllib3==2.7.0 ; python_version >= "3.10"