From 376e842fdb7f3649bd8a7f2730d576695b19b674 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jun 2022 12:32:29 +0000 Subject: [PATCH] chore(deps): bump zipp from 3.7.0 to 3.8.0 Bumps [zipp](https://github.com/jaraco/zipp) from 3.7.0 to 3.8.0. - [Release notes](https://github.com/jaraco/zipp/releases) - [Changelog](https://github.com/jaraco/zipp/blob/main/CHANGES.rst) - [Commits](https://github.com/jaraco/zipp/compare/v3.7.0...v3.8.0) --- updated-dependencies: - dependency-name: zipp dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index c096ce2..0693d1d 100644 --- a/Pipfile +++ b/Pipfile @@ -19,7 +19,7 @@ typing-extensions = "==4.2.0" urllib3 = "==1.26.7" virtualenv = "==20.13.1" virtualenv-clone = "==0.5.7" -zipp = "==3.7.0" +zipp = "==3.8.0" [dev-packages]