From 4420fbcd295036c5b6bf02e97e776a91418fe36b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 22:18:22 +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 69349b4..f32395f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ selenium h11>=0.16.0 # 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 urllib3>=2.6.3 # not directly required, pinned by Snyk to avoid a vulnerability