From 112b8c2d38cd9a3362fc3e05dc084337268919cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 13:34:26 +0000 Subject: [PATCH] build(deps): update zipp requirement from >=3.19.1 to >=4.1.0 Updates the requirements on [zipp](https://github.com/jaraco/zipp) to permit the latest version. - [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.19.1...v4.1.0) --- updated-dependencies: - dependency-name: zipp dependency-version: 4.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 573553c..f6e274e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,5 +5,5 @@ pydantic>=2.13.4 starlette>=1.3.1 # not directly required, pinned by Snyk to avoid a vulnerability h11>=0.16.0 # not directly required, pinned by Snyk to avoid a vulnerability anyio>=4.14.1 # not directly required, pinned by Snyk to avoid a vulnerability -zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability +zipp>=4.1.0 # not directly required, pinned by Snyk to avoid a vulnerability idna>=3.18 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file