From 3ec729ded7f4a2c8ad622110fa27e19e2ab9e908 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 00:30:59 +0000 Subject: [PATCH] Bump urllib3 from 1.24.2 to 1.26.17 in /docker/api Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.24.2 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.24.2...1.26.17) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docker/api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/api/requirements.txt b/docker/api/requirements.txt index 75390035..ca5476a9 100644 --- a/docker/api/requirements.txt +++ b/docker/api/requirements.txt @@ -39,7 +39,7 @@ requests==2.21.0 requests-oauthlib==1.2.0 rsa==4.0 six==1.12.0 -urllib3==1.24.2 +urllib3==1.26.17 websocket-client==0.55.0 Werkzeug==0.15.3 gunicorn==19.9.0