From 5ed8f991a4c43912f2a3969f2deff293b2dd3e51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 02:34:31 +0000 Subject: [PATCH] Bump zipp from 3.23.0 to 4.1.0 in /platform 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] --- platform/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/pyproject.toml b/platform/pyproject.toml index e9f4c5c4..52c1107a 100644 --- a/platform/pyproject.toml +++ b/platform/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]