From 86560e70ca5c45814b8d6a76cc24cedd6334da87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Mar 2024 03:09:59 +0000 Subject: [PATCH] Bump zipp from 3.8 to 3.17.0 Bumps [zipp](https://github.com/jaraco/zipp) from 3.8 to 3.17.0. - [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.8.0...v3.17.0) --- updated-dependencies: - dependency-name: zipp dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Pipfile.lock | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index c5020d6..b7a609d 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -30,7 +30,7 @@ "markers": "python_version >= '3.7'", "version": "==1.2.0" }, - "importlib_metadata": { + "importlib-metadata": { "markers": "python_version < '3.10'", "version": "==3.8" }, @@ -39,8 +39,13 @@ "path": "." }, "zipp": { - "markers": "python_version < '3.10'", - "version": "==3.8" + "hashes": [ + "sha256:0e923e726174922dce09c53c59ad483ff7bbb8e572e00c7f7c46b88556409f31", + "sha256:84e64a1c28cf7e91ed2078bb8cc8c259cb19b76942096c8d7b84947690cabaf0" + ], + "index": "pypi", + "markers": "python_version >= '3.8'", + "version": "==3.17.0" } }, "develop": {