From 287738be48db270af7657751edda3dd6e402b4c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 19:38:24 +0000 Subject: [PATCH] Bump zipp from 3.6.0 to 3.19.1 Bumps [zipp](https://github.com/jaraco/zipp) from 3.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/v3.6.0...v3.19.1) --- updated-dependencies: - dependency-name: zipp dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 027061b..17837e1 100644 --- a/setup.py +++ b/setup.py @@ -125,7 +125,7 @@ "xdg==5.1.1", "xlrd==2.0.1", "xlwt==1.3.0", - "zipp==3.6.0", + "zipp==3.19.1", ], classifiers=[ 'Development Status :: 4 - Beta',