From 705d6014604764d2b50ace23236962f20a050d87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 20:39:31 +0000 Subject: [PATCH] Bump urllib3 from 2.0.3 to 2.0.7 Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.3 to 2.0.7. - [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.0.3...2.0.7) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e6661cc..e2ff542 100644 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ "SQLAlchemy==2.0.18", "text-unidecode==1.3", "typing==3.7.4.3", - "urllib3==2.0.3", + "urllib3==2.0.7", "Werkzeug==2.3.6", "Whoosh==2.7.4", "WTForms==3.0.1",