From a192ef52a40ab4352e8044c22c7ecc71d2014dd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 17:29:22 +0000 Subject: [PATCH] Bump zipp from 0.6.0 to 3.19.1 Bumps [zipp](https://github.com/jaraco/zipp) from 0.6.0 to 3.19.1. - [Release notes](https://github.com/jaraco/zipp/releases) - [Changelog](https://github.com/jaraco/zipp/blob/main/NEWS.rst) - [Commits](https://github.com/jaraco/zipp/compare/v0.6.0...v3.19.1) --- updated-dependencies: - dependency-name: zipp dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- test_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_requirements.txt b/test_requirements.txt index 96586df..547e41f 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -10,7 +10,7 @@ pyparsing==2.4.2 pytest==5.1.2 six==1.12.0 wcwidth==0.1.7 -zipp==0.6.0 +zipp==3.19.1 # these packages are used to do code analysis mccabe==0.6.1 pycodestyle==2.5.0