From 759af22515313859de0c27adc34288dd79956ffa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Jun 2021 04:37:27 +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 9b7945d..0407f77 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -24,10 +24,6 @@ future==0.18.2 # via radon idna==2.10 # via requests -importlib-metadata==4.0.1 - # via - # pluggy - # pytest iniconfig==1.1.1 # via pytest mando==0.6.4 @@ -56,9 +52,5 @@ six==1.15.0 # via mando toml==0.10.2 # via pytest -typing-extensions==3.10.0.0 - # via importlib-metadata -urllib3==1.26.4 +urllib3==1.26.5 # via requests -zipp==3.4.1 - # via importlib-metadata