From 9449f4f7b839c0eb7c8e1497f16366d02600d628 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 02:34:33 +0000 Subject: [PATCH] Bump zipp from 3.23.0 to 4.1.0 in /libs Bumps [zipp](https://github.com/jaraco/zipp) from 3.23.0 to 4.1.0. - [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.23.0...v4.1.0) --- updated-dependencies: - dependency-name: zipp dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- libs/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/pyproject.toml b/libs/pyproject.toml index 85905b3d..2ccb6fa0 100644 --- a/libs/pyproject.toml +++ b/libs/pyproject.toml @@ -39,7 +39,7 @@ dev = [ "pyparsing == 3.3.2", "pytest == 9.0.3", "six == 1.17.0", - "zipp == 3.23.0", + "zipp == 4.1.0", ] [project.urls]