From 8e913a9e27abe8ff5091d39b3c768b76526b7597 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 15:47:52 +0000 Subject: [PATCH] chore(deps): bump urllib3 from 2.6.2 to 2.6.3 Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.6.2 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.6.2...2.6.3) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- requirements-docs.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 11d1954a0..860898002 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -222,7 +222,7 @@ urllib3==1.26.20 ; python_full_version < '3.10' # docker # requests # responses -urllib3==2.6.2 ; python_full_version >= '3.10' +urllib3==2.6.3 ; python_full_version >= '3.10' # via # botocore # docker diff --git a/requirements-docs.txt b/requirements-docs.txt index 454ae456a..2ddbff837 100644 --- a/requirements-docs.txt +++ b/requirements-docs.txt @@ -425,7 +425,7 @@ tzdata==2025.2 # via pandas urllib3==1.26.20 ; python_full_version < '3.10' # via requests -urllib3==2.6.2 ; python_full_version >= '3.10' +urllib3==2.6.3 ; python_full_version >= '3.10' # via requests watchdog==6.0.0 # via mkdocs