From 62e498a754871de7281da356555c9bf558ba3ed2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 02:34:48 +0000 Subject: [PATCH] Bump zipp from 3.23.0 to 4.1.0 in /common 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] --- common/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/pyproject.toml b/common/pyproject.toml index 8519e61b..ea1470cc 100644 --- a/common/pyproject.toml +++ b/common/pyproject.toml @@ -35,7 +35,7 @@ dev = [ "pyparsing == 3.3.2", "pytest == 9.0.3", "six == 1.17.0", - "zipp == 3.23.0", + "zipp == 4.1.0", ] [project.urls]