From 51fa43e155a84475d08775f2e436234906187452 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 22:33:57 +0000 Subject: [PATCH] chore(deps): update zipp requirement in /automation 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] --- automation/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automation/requirements.txt b/automation/requirements.txt index e9df563139b..f024ffb4e06 100644 --- a/automation/requirements.txt +++ b/automation/requirements.txt @@ -6,4 +6,4 @@ lxml-html-clean>=0.4.4 websockets>=10.0 # not directly required, pinned by Snyk to avoid a vulnerability requests>=2.33.0 # not directly required, pinned by Snyk to avoid a vulnerability (GHSA-gc5v-m9x4-r6x2) urllib3>=2.7.0 # not directly required, pinned by Snyk to avoid a vulnerability (GHSA-mf9v-mfxr-j63j, GHSA-qccp-gfcp-xxvc) -zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file +zipp>=4.1.0 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file