From 8593f483b976ff5ca1a5e58822566e2ad1ec278f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 09:50:29 +0000 Subject: [PATCH] Bump urllib3 from 2.6.3 to 2.7.0 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 update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8f0cdeab..027a452f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -60,6 +60,8 @@ pathspec==0.12.1 # via # mkdocs # mkdocs-macros-plugin +pillow==12.2.0 + # via -r requirements.in platformdirs==4.5.1 # via mkdocs-get-deps pygments==2.20.0 @@ -91,7 +93,7 @@ super-collections==0.6.2 # via mkdocs-macros-plugin termcolor==3.3.0 # via mkdocs-macros-plugin -urllib3==2.6.3 +urllib3==2.7.0 # via # -r requirements.in # requests