From 3d9a4a898790a9b97c3b22e601a1dab25a46097d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 00:31:02 +0000 Subject: [PATCH] Bump urllib3 from 1.24.2 to 1.26.17 in /docker/tycho-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/tycho-api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/tycho-api/requirements.txt b/docker/tycho-api/requirements.txt index d9c31617..a44ce031 100644 --- a/docker/tycho-api/requirements.txt +++ b/docker/tycho-api/requirements.txt @@ -57,6 +57,6 @@ rsa==4.0 six==1.12.0 smmap==3.0.4 texttable==0.9.1 -urllib3==1.24.2 +urllib3==1.26.17 websocket-client==0.55.0 Click==7.0