From a10d563bab8aa906395106821ed021dce5608c84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 12:22:17 +0000 Subject: [PATCH] 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 9331503..614e39f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -32,7 +32,7 @@ uvicorn>=0.22.0 fonttools>=4.43.0 # not directly required, pinned by Snyk to avoid a vulnerability holidays>=0.45 # 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 nltk>=3.10.0 # not directly required, pinned by Snyk to avoid a vulnerability protobuf>=4.25.8 # not directly required, pinned by Snyk to avoid a vulnerability urllib3>=2.5.0 # not directly required, pinned by Snyk to avoid a vulnerability