From d803f78b2664638784e50d42b3713e98521baf2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 02:34:30 +0000 Subject: [PATCH] Bump zipp from 3.23.0 to 4.1.0 in /tools 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] --- tools/pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/pyproject.toml b/tools/pyproject.toml index 9a60701a..cfa096df 100644 --- a/tools/pyproject.toml +++ b/tools/pyproject.toml @@ -42,7 +42,7 @@ dependencies = [ "pyyaml >= 6, < 7", "requests >= 2.32, < 2.33", "six >= 1.17, < 1.18", - "zipp >= 3.23, < 3.24", + "zipp >= 3.23, < 4.2", ] [project.optional-dependencies] @@ -65,7 +65,7 @@ dev = [ "pytest-cov == 7.1.0", "six == 1.17.0", "yapf == 0.43.0", - "zipp == 3.23.0", + "zipp == 4.1.0", ] [project.urls]