From aa9e710c88781b3059dd5590692e07e106e70925 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Oct 2023 20:47:17 +0000 Subject: [PATCH] Bump urllib3 from 1.26.3 to 1.26.18 in /Backend Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.3 to 1.26.18. - [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.3...1.26.18) --- 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 e22c9ec..67b8f31 100644 --- a/Backend/requirements.txt +++ b/Backend/requirements.txt @@ -137,6 +137,6 @@ requests-oauthlib==1.3.0 six==1.15.0 sqlparse==0.4.2 toml==0.10.1 -urllib3==1.26.3 +urllib3==1.26.18 Werkzeug==1.0.1 wrapt==1.12.1