From 2be05450a6c398eb485208f4bebcf37ebb12b529 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 17:01:23 +0000 Subject: [PATCH] Bump urllib3 from 2.6.3 to 2.7.0 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.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 dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements.in | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.in b/requirements.in index fc7f60c8..ff213999 100644 --- a/requirements.in +++ b/requirements.in @@ -3,7 +3,7 @@ mkdocs-material>=9.7.0 # GitHub's dependabot detected an error in previous versions -urllib3>=2.6.0 +urllib3>=2.7.0 pygments~=2.20.0 diff --git a/requirements.txt b/requirements.txt index dec46852..1e0087db 100644 --- a/requirements.txt +++ b/requirements.txt @@ -71,7 +71,7 @@ requests==2.33.0 # via mkdocs-material six==1.17.0 # via python-dateutil -urllib3==2.6.3 +urllib3==2.7.0 # via # -r requirements.in # requests