From 62e3a17d70958e196cf3354904993f2221c76ae8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 17:42:33 +0000 Subject: [PATCH] Bump zipp from 3.0.0 to 3.19.1 in /openstack-seeder/python Bumps [zipp](https://github.com/jaraco/zipp) from 3.0.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.0.0...v3.19.1) --- updated-dependencies: - dependency-name: zipp dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- openstack-seeder/python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openstack-seeder/python/setup.py b/openstack-seeder/python/setup.py index 43da1b723..5ada28749 100644 --- a/openstack-seeder/python/setup.py +++ b/openstack-seeder/python/setup.py @@ -14,7 +14,7 @@ 'python-cinderclient>=6.0.0', 'osc-placement>=1.4.0', 'raven', - 'zipp==3.0.0', + 'zipp==3.19.1', 'pyyaml>=4.2b4', 'pyparsing==2.1.0', 'oslo.serialization==2.29.2',