From f6cf77b077a2d1c86356739f56b8f09b1cea7631 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 12:30:51 +0000 Subject: [PATCH] MESH-2092 py dev (deps): Bump zipp from 3.23.0 to 3.23.1 Bumps [zipp](https://github.com/jaraco/zipp) from 3.23.0 to 3.23.1. - [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...v3.23.1) --- updated-dependencies: - dependency-name: zipp dependency-version: 3.23.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index d83debb..f90fa57 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -41,4 +41,4 @@ types-awscrt==0.31.3 ; python_version >= "3.11" and python_version < "4.0" types-s3transfer==0.16.0 ; python_version >= "3.11" and python_version < "4.0" typing-extensions==4.15.0 ; python_version >= "3.11" and python_version < "4.0" urllib3==2.7.0 ; python_version >= "3.11" and python_version < "4.0" -zipp==3.23.0 ; python_version >= "3.11" and python_version < "4.0" +zipp==3.23.1 ; python_version >= "3.11" and python_version < "4.0"