From 8d01c2f2c11207129ff3e297ded0b635ade6f93f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2019 05:22:16 +0000 Subject: [PATCH] Bump zipp from 0.5.1 to 0.5.2 Bumps [zipp](https://github.com/jaraco/zipp) from 0.5.1 to 0.5.2. - [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/v0.5.1...v0.5.2) 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 efa514a3a8..fa0a70bc53 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -54,4 +54,4 @@ typed-ast==1.3.1 ; python_version < "3.8" and implementation_name == "cpython" wcwidth==0.1.7 # via prompt-toolkit, pytest wrapt==1.11.2 # via astroid yapf==0.27.0 -zipp==0.5.1 # via importlib-metadata +zipp==0.5.2 # via importlib-metadata