From 6f90d04fe8aa2b979a88d38f20f959ab0c00d1b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jun 2021 22:27:52 +0000 Subject: [PATCH] Bump urllib3 from 1.24.2 to 1.26.5 in /tests Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.24.2 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.2...1.26.5) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index 8fd7bff..dd10343 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -10,4 +10,4 @@ pytest-cov==2.5.1 requests==2.20.0 requests-toolbelt==0.8.0 tqdm==4.15.0 -urllib3==1.24.2 \ No newline at end of file +urllib3==1.26.5 \ No newline at end of file