From 818182153fb3ac736a3969687388262e35dcd26d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jun 2021 22:33:10 +0000 Subject: [PATCH] Bump urllib3 from 1.23 to 1.26.5 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.23 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.23...1.26.5) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_test.txt b/requirements_test.txt index d37cdd8..22a8172 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -35,7 +35,7 @@ requests==2.20.0 responses==0.9.0 s3transfer==0.1.13 six>=0.11 -urllib3==1.23 +urllib3==1.26.5 websocket-client==0.51.0 Werkzeug==0.14.1 wrapt==1.10.11