From 87b5958316373d46eebc5445c136cbf6e5e385ae Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2020 05:53:29 +0000 Subject: [PATCH] Bump zipp from 1.0.0 to 2.0.0 Bumps [zipp](https://github.com/jaraco/zipp) from 1.0.0 to 2.0.0. - [Release notes](https://github.com/jaraco/zipp/releases) - [Changelog](https://github.com/jaraco/zipp/blob/master/CHANGES.rst) - [Commits](https://github.com/jaraco/zipp/compare/v1.0.0...v2.0.0) Signed-off-by: dependabot-preview[bot] --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index fa1b394..bfa61b2 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -26,4 +26,4 @@ pytest==4.6.3 service-identity==18.1.0 six==1.14.0 # via cryptography, more-itertools, packaging, pyopenssl, pytest wcwidth==0.1.8 # via pytest -zipp==1.0.0 # via importlib-metadata +zipp==2.0.0 # via importlib-metadata