From 51e6cc987918f5ed1ad0cad8acbe14a79ac3512b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Jun 2021 04:34:51 +0000 Subject: [PATCH] Bump urllib3 from 1.26.4 to 1.26.5 in /tests Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.4 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.26.4...1.26.5) --- updated-dependencies: - dependency-name: urllib3 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- tests/requirements.txt | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index 749ec26..827ee15 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -24,10 +24,6 @@ future==0.17.1 # via radon idna==2.8 # via requests -importlib-metadata==4.0.1 - # via - # pluggy - # pytest iniconfig==1.1.1 # via pytest mando==0.6.4 @@ -60,9 +56,5 @@ text-unidecode==1.3 # via faker toml==0.10.2 # via pytest -typing-extensions==3.7.4.3 - # via importlib-metadata -urllib3==1.26.4 +urllib3==1.26.5 # via requests -zipp==3.4.1 - # via importlib-metadata