From f63f76244e12103ad42e0f3692ee3c060379ab8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 19:34:38 +0000 Subject: [PATCH] Bump zipp from 3.5.0 to 3.19.1 Bumps [zipp](https://github.com/jaraco/zipp) from 3.5.0 to 3.19.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.5.0...v3.19.1) --- updated-dependencies: - dependency-name: zipp dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index a6a65ba0..56255122 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -37,7 +37,7 @@ toml==0.10.2 typing-extensions==3.10.0.0 urllib3==1.26.6 websocket-client==0.59.0 -zipp==3.5.0 +zipp==3.19.1 aiohttp==3.7.4 pytest-pep8 pytest-flake8