From 5025b260d47347d10d3d4913ef5e2923940a37d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 17:39:20 +0000 Subject: [PATCH] Bump zipp from 1.2.0 to 3.19.1 Bumps [zipp](https://github.com/jaraco/zipp) from 1.2.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/v1.2.0...v3.19.1) --- updated-dependencies: - dependency-name: zipp dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- test-requirements-py2.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements-py2.txt b/test-requirements-py2.txt index 90ac5762..d8b8860f 100644 --- a/test-requirements-py2.txt +++ b/test-requirements-py2.txt @@ -3,7 +3,7 @@ mock soupsieve==1.2 # python2 compat beautifulsoup dep importlib-metadata==1.6.1 # python2 compat beautifulsoup dep configparser==3.8.1 # python2 compat beautifulsoup dep -zipp==1.2.0 # python2 compat beautifulsoup dep +zipp==3.19.1 # python2 compat beautifulsoup dep beautifulsoup4==4.8.2 pytest==4.6.5 pytest-ckan