From 823415abb6290f4a5205a34017337114e8590a75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 12:30:17 +0000 Subject: [PATCH] Bump urllib3 from 2.5.0 to 2.6.3 in the pip group across 1 directory Bumps the pip group with 1 update in the / directory: [urllib3](https://github.com/urllib3/urllib3). Updates `urllib3` from 2.5.0 to 2.6.3 - [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.5.0...2.6.3) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.3 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f0b7dd1..e6a3935 100644 --- a/requirements.txt +++ b/requirements.txt @@ -227,7 +227,7 @@ types-python-dateutil==2.9.0.20250809 ; python_version >= "3.11" and python_vers typing-extensions==4.14.1 ; python_version >= "3.11" and python_version < "4.0" tzdata==2025.2 ; python_version >= "3.11" and python_version < "4.0" uri-template==1.3.0 ; python_version >= "3.11" and python_version < "4.0" -urllib3==2.5.0 ; python_version >= "3.11" and python_version < "4.0" +urllib3==2.6.3 ; python_version >= "3.11" and python_version < "4.0" virtualenv==20.33.1 ; python_version >= "3.11" and python_version < "4.0" watchdog==6.0.0 ; python_version >= "3.11" and python_version < "4.0" wcwidth==0.2.13 ; python_version >= "3.11" and python_version < "4.0"