From c8551794a82f00e8dbc0044e12220c046c09cfdc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 00:00:31 +0000 Subject: [PATCH] Bump urllib3 from 2.0.3 to 2.0.6 in /back Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.3 to 2.0.6. - [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.6) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- back/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/back/requirements.txt b/back/requirements.txt index 7282612..9ee1558 100644 --- a/back/requirements.txt +++ b/back/requirements.txt @@ -38,5 +38,5 @@ setuptools==68.0.0; python_version >= '3.7' sqlparse==0.4.4; python_version >= '3.5' typing-extensions==4.7.1; python_version >= '3.7' unidecode==1.3.6 -urllib3==2.0.3; python_version >= '3.7' +urllib3==2.0.6; python_version >= '3.7' whitenoise==6.2.0