From 431fb33f95ca5035f45f455aa57aee03a39d9b73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 02:24:36 +0000 Subject: [PATCH] Bump urllib3 from 1.26.13 to 1.26.17 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.13 to 1.26.17. - [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.13...1.26.17) --- updated-dependencies: - dependency-name: urllib3 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 076037c..2ca8a89 100644 --- a/requirements.txt +++ b/requirements.txt @@ -48,7 +48,7 @@ requests[security]==2.28.1 # via lektor text-unidecode==1.3 # via python-slugify -urllib3==1.26.13 +urllib3==1.26.17 # via requests watchdog==2.1.9 # via lektor