From 702709af92bbd37d64430afbefbee6711b7531ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 15:43:19 +0000 Subject: [PATCH] Bump zipp from 3.15 to 3.19.1 in /capture Bumps [zipp](https://github.com/jaraco/zipp) from 3.15 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.15.0...v3.19.1) --- updated-dependencies: - dependency-name: zipp dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- capture/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/capture/setup.py b/capture/setup.py index d8465018..361ab96a 100644 --- a/capture/setup.py +++ b/capture/setup.py @@ -54,7 +54,7 @@ def recursive_path(pack, path): url="https://github.com/gems-uff/noworkflow", install_requires=[ "pyposast", "apted", "future", "SQLAlchemy>=1.4.29,<=1.4.47", "parameterized", - "requests", "ipykernel", "zipp==3.15", "importlib-metadata==6.4.1", "typing-extensions>=4.5.0,<5" + "requests", "ipykernel", "zipp==3.19.1", "importlib-metadata==6.4.1", "typing-extensions>=4.5.0,<5" ], extras_require={ "demo": ["flask", "matplotlib", "numpy", "cython"],