From 1631e17e949a7c1e5bb7890cbf3a458a011ad02a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 04:46:11 +0000 Subject: [PATCH] build(deps): bump urllib3 from 1.26.5 to 1.26.17 in /v1/backend_proxy Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.5 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.5...1.26.17) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- v1/backend_proxy/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v1/backend_proxy/requirements.txt b/v1/backend_proxy/requirements.txt index 69fa368..f4dc72b 100644 --- a/v1/backend_proxy/requirements.txt +++ b/v1/backend_proxy/requirements.txt @@ -20,6 +20,6 @@ pytz==2018.4 PyYAML==5.3.1 requests>=2.20.0 six==1.11.0 -urllib3==1.26.5 +urllib3==1.26.17 Werkzeug==0.15.3 Cerberus==1.3.2