fix(deps): update dependency zipp to v3.12.1 (#470)

This commit is contained in:
renovate[bot] 2023-02-08 10:03:12 +01:00 committed by GitHub
parent ef35312edf
commit ca1db20838
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -1497,14 +1497,14 @@ files = [
[[package]]
name = "zipp"
version = "3.12.0"
version = "3.12.1"
description = "Backport of pathlib-compatible object wrapper for zip files"
category = "main"
optional = false
python-versions = ">=3.7"
files = [
{file = "zipp-3.12.0-py3-none-any.whl", hash = "sha256:9eb0a4c5feab9b08871db0d672745b53450d7f26992fd1e4653aa43345e97b86"},
{file = "zipp-3.12.0.tar.gz", hash = "sha256:73efd63936398aac78fd92b6f4865190119d6c91b531532e798977ea8dd402eb"},
{file = "zipp-3.12.1-py3-none-any.whl", hash = "sha256:6c4fe274b8f85ec73c37a8e4e3fa00df9fb9335da96fb789e3b96b318e5097b3"},
{file = "zipp-3.12.1.tar.gz", hash = "sha256:a3cac813d40993596b39ea9e93a18e8a2076d5c378b8bc88ec32ab264e04ad02"},
]
[package.extras]
@ -1514,4 +1514,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools"
[metadata]
lock-version = "2.0"
python-versions = "^3.7.0"
content-hash = "63807d70ecc25d537fa9f3c616530b4be5a01e8d960fd3c3c9b9bfe87a681709"
content-hash = "62759d10e88a246473f52c0e10cec7ac9b57bbdcc9a99992c6261a7767d64256"

View File

@ -55,7 +55,7 @@ python-json-logger = "2.0.4"
requests = "2.28.2"
"ruamel.yaml" = "0.17.21"
websocket_client = "1.5.0"
zipp = "3.12.0"
zipp = "3.12.1"
[tool.poetry.dev-dependencies]
bandit = "1.7.4"