From f26ea2387ddbd0a5387bca77301963244225b261 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 11:30:33 +0000 Subject: [PATCH] chore(deps): bump zipp from 3.18.2 to 3.20.0 Bumps [zipp](https://github.com/jaraco/zipp) from 3.18.2 to 3.20.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.18.2...v3.20.0) --- updated-dependencies: - dependency-name: zipp dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- Pipfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Pipfile b/Pipfile index fc7b96d9..dc7ca096 100644 --- a/Pipfile +++ b/Pipfile @@ -41,7 +41,7 @@ urllib3 = "==2.2.1" webencodings = "==0.5.1" xerox = "==0.4.1" zenhan = "==0.5.2" -zipp = "==3.18.2" +zipp = "==3.20.0" Django = "==4.2.4" IPy = "==1.1" PyJWT = "==2.8.0" diff --git a/Pipfile.lock b/Pipfile.lock index b9574cc5..942aba3a 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "d53191b8f6ce703c45d8d53b1612c392fa0e176bcacb436095e492fed1ff039d" + "sha256": "14f464e335219858e478a0159a66d49b60c220feb6c680c508201c8bd1eb141d" }, "pipfile-spec": 6, "requires": { @@ -1010,12 +1010,12 @@ }, "zipp": { "hashes": [ - "sha256:6278d9ddbcfb1f1089a88fde84481528b07b0e10474e09dcfe53dad4069fa059", - "sha256:dce197b859eb796242b0622af1b8beb0a722d52aa2f57133ead08edd5bf5374e" + "sha256:0145e43d89664cfe1a2e533adc75adafed82fe2da404b4bbb6b026c0157bdb31", + "sha256:58da6168be89f0be59beb194da1250516fdaa062ccebd30127ac65d30045e10d" ], "index": "pypi", "markers": "python_version >= '3.8'", - "version": "==3.18.2" + "version": "==3.20.0" } }, "develop": {