From f02b941bf7be09492b9cf76458081c5d5f9be660 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 08:46:43 +0200 Subject: [PATCH] Bump urllib3 from 2.0.7 to 2.2.2 in /backend (#32) Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.7 to 2.2.2. - [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.7...2.2.2) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index ef7c1a0..201672b 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -31,5 +31,5 @@ pycryptodomex==3.19.1 pyjwkest==1.4.2 six==1.16.0 typing_extensions==4.8.0 -urllib3==2.0.7 +urllib3==2.2.2 zipp==3.17.0 \ No newline at end of file