From 0e16b689b90a56c5193ac98a160b59cfefe5ea0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Jun 2025 02:32:53 +0000 Subject: [PATCH] Bump urllib3 from 2.2.1 to 2.5.0 Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.1 to 2.5.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.2.1...2.5.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.5.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- requirements.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4ecc433..d0e0ed9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,6 +14,10 @@ ghp-import==2.1.0 # via mkdocs idna==3.6 # via requests +importlib-metadata==8.7.0 + # via + # markdown + # mkdocs jinja2==3.1.5 # via # mkdocs @@ -64,7 +68,9 @@ requests==2.31.0 # via mkdocs-material six==1.16.0 # via python-dateutil -urllib3==2.2.1 +urllib3==2.5.0 # via requests watchdog==4.0.0 # via mkdocs +zipp==3.23.0 + # via importlib-metadata