From 447652cbb51eabf28558d33cabfaf1ae53e5df7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 19:25:20 +0000 Subject: [PATCH] Bump zipp from 3.18.1 to 3.19.1 Bumps [zipp](https://github.com/jaraco/zipp) from 3.18.1 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.18.1...v3.19.1) --- updated-dependencies: - dependency-name: zipp 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 87a68e6..d985753 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ yarl==1.9.4; python_version >= '3.8' # dependecies required for python versions 3.8 - 3.10 importlib_metadata==7.1.0; python_version == '3.8' or python_version == '3.9' tomli==2.0.1; python_version == '3.8' or python_version == '3.9' or python_version == '3.10' -zipp==3.18.1; python_version == '3.8' or python_version == '3.9' +zipp==3.19.1; python_version == '3.8' or python_version == '3.9' # other dependecies urllib3==2.2.1; python_version >= '3.10'