From 53b214f32c002bff68de31a1c0577c72d9d422fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 22:21:02 +0000 Subject: [PATCH] Bump urllib3 from 2.0.4 to 2.2.1 Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.4 to 2.2.1. - [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.4...2.2.1) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9d5e6ad0..10bb0d84 100644 --- a/requirements.txt +++ b/requirements.txt @@ -37,7 +37,7 @@ six==1.16.0 soupsieve==2.5 SQLAlchemy==2.0.19 tinydownload==0.1.0 -urllib3==2.0.4 # broken +urllib3==2.2.1 # broken waitress==2.1.2 wcwidth==0.2.6 Werkzeug==2.3.6