From 3fed1f93c6dc12fa9cd540713239355a6be6db60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Jul 2022 13:44:22 +0000 Subject: [PATCH] deps: bump zipp from 3.4.1 to 3.8.0 Bumps [zipp](https://github.com/jaraco/zipp) from 3.4.1 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.4.1...v3.8.0) --- updated-dependencies: - dependency-name: zipp dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 68d2316..18335c9 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -32,4 +32,4 @@ pyyaml==5.4.1 six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' watchdog==2.1.2; python_version >= '3.6' wcwidth==0.2.5 -zipp==3.4.1; python_version >= '3.6' +zipp==3.8.0; python_version >= '3.6'