From d628139ada54b85dbeb45f7969b1d8bb5486b736 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 01:22:12 +0000 Subject: [PATCH] Bump urllib3 from 1.26.17 to 1.26.18 in /src/api-engine Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.17 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.17...1.26.18) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/api-engine/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api-engine/requirements.txt b/src/api-engine/requirements.txt index 68234589d..74138ea94 100644 --- a/src/api-engine/requirements.txt +++ b/src/api-engine/requirements.txt @@ -52,7 +52,7 @@ sqlparse==0.4.4 strict-rfc3339==0.7 swagger-spec-validator==2.5.0 uritemplate==3.0.1 -urllib3==1.26.17 +urllib3==1.26.18 uWSGI==2.0.22 validate-email==1.3 watchdog==0.10.2