From ab2f2faa9037be8226875db971a3ae87a31afa51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jun 2022 14:34:22 +0200 Subject: [PATCH] chore(deps): bump zipp from 3.7.0 to 3.8.0 (#50) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 027844e..6fd8a59 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]