From 96edef620b00d3216e91d5b9e72090a72c5e3e89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Jun 2025 22:43:28 +0000 Subject: [PATCH] build(deps): bump urllib3 from 1.26.19 to 2.5.0 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.19 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/1.26.19...2.5.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.5.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index afc4ea6..9e2e63e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -76,7 +76,7 @@ requests==2.32.0 # via lektor text-unidecode==1.3 # via python-slugify -urllib3==1.26.19 +urllib3==2.5.0 # via requests watchdog==2.1.9 # via lektor