From eb297685977e6fd5f2bb680f42cd55c270aa35ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 19:36:46 +0000 Subject: [PATCH] chore(deps-dev): 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:development ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 9ca81c69f..59c6057ca 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -205,4 +205,4 @@ virtualenv==20.8.0; python_version >= '2.7' and python_version not in '3.0, 3.1, websocket-client==1.2.1; python_version >= '3.6' werkzeug==1.0.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' wtforms==2.3.3 -zipp==3.5.0; python_version >= '3.6' +zipp==3.19.1; python_version >= '3.6'