From c560f5e69c5a6aef465207933f814f9ec4b70431 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 04:05:24 +0000 Subject: [PATCH] Bump urllib3 from 1.26.16 to 1.26.17 in /backend Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.16 to 1.26.17. - [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/1.26.16...1.26.17) --- updated-dependencies: - dependency-name: urllib3 dependency-type: indirect ... 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 b801c85..2373d86 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -272,7 +272,7 @@ typing-extensions==4.7.1 # pydantic-core tzdata==2023.3 # via pandas -urllib3==1.26.16 +urllib3==1.26.17 # via # google-auth # requests