From f146ad5308024d3853c318957136d5a1f623f099 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 03:10:07 +0000 Subject: [PATCH] Bump zipp from 3.22.0 to 4.1.0 Bumps [zipp](https://github.com/jaraco/zipp) from 3.22.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.22.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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b9d47c1f..e340f552 100644 --- a/requirements.txt +++ b/requirements.txt @@ -40,4 +40,4 @@ smmap==5.0.3 ; python_version >= "3.12" and python_version < "4" urllib3==2.7.0 ; python_version >= "3.12" and python_version < "4" verspec==0.1.0 ; python_version >= "3.12" and python_version < "4" watchdog==6.0.0 ; python_version >= "3.12" and python_version < "4" -zipp==3.22.0 ; python_version >= "3.12" and python_version < "4" +zipp==4.1.0 ; python_version >= "3.12" and python_version < "4"