From 4cef20f4bb1fcb25efbc4fb64d31cb10a7ae3271 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Jun 2021 01:28:17 +0000 Subject: [PATCH] Bump urllib3 from 1.24.3 to 1.26.5 in /lib/docker/docker Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.24.3 to 1.26.5. - [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.3...1.26.5) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- lib/docker/docker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/docker/docker/requirements.txt b/lib/docker/docker/requirements.txt index 70f37e20..16b49178 100644 --- a/lib/docker/docker/requirements.txt +++ b/lib/docker/docker/requirements.txt @@ -15,5 +15,5 @@ pypiwin32==219; sys_platform == 'win32' and python_version < '3.6' pypiwin32==223; sys_platform == 'win32' and python_version >= '3.6' requests==2.20.0 six==1.10.0 -urllib3==1.24.3 +urllib3==1.26.5 websocket-client==0.40.0