From bd7c056fbd5bab44e70de89b9cb8fb9e4e994c66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 14:51:50 +0000 Subject: [PATCH] chore(deps-dev): bump urllib3 from 2.3.0 to 2.7.0 Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.3.0 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.3.0...2.7.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.7.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5005dc4..b963797 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ dev = [ "pre-commit==4.2.0", "ruff==0.9.4", "types-pytz==2025.1.0.20250318", - "urllib3==2.3.0", + "urllib3==2.7.0", "types-requests==2.32.0.20250306", "mypy==1.15.0", "mkdocs==1.6.1",