From 0a23fbc31dbb8642264dbbc17fcf9c384ef58f79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 23:52:19 +0000 Subject: [PATCH] Bump urllib3 from 1.26.12 to 1.26.19 in /backend Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.12 to 1.26.19. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/1.26.19/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.26.12...1.26.19) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index f5d9642cc..c754efe46 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -90,7 +90,7 @@ tornado==6.3.3 tqdm==4.66.1 tzdata==2022.6 tzlocal==4.2 -urllib3==1.26.12 +urllib3==1.26.19 uWSGI==2.0.22 vine==5.0.0 wcwidth==0.2.6