fix(deps): update dependency zipp to v3.13.0 (#474)

This commit is contained in:
renovate[bot] 2023-02-09 19:50:25 +01:00 committed by GitHub
parent 5c92916f51
commit 80a953e930
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.1"
version = "3.13.0"
description = "Backport of pathlib-compatible object wrapper for zip files"
category = "main"
optional = false
python-versions = ">=3.7"
files = [
{file = "zipp-3.12.1-py3-none-any.whl", hash = "sha256:6c4fe274b8f85ec73c37a8e4e3fa00df9fb9335da96fb789e3b96b318e5097b3"},
{file = "zipp-3.12.1.tar.gz", hash = "sha256:a3cac813d40993596b39ea9e93a18e8a2076d5c378b8bc88ec32ab264e04ad02"},
{file = "zipp-3.13.0-py3-none-any.whl", hash = "sha256:e8b2a36ea17df80ffe9e2c4fda3f693c3dad6df1697d3cd3af232db680950b0b"},
{file = "zipp-3.13.0.tar.gz", hash = "sha256:23f70e964bc11a34cef175bc90ba2914e1e4545ea1e3e2f67c079671883f9cb6"},
]
[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 = "8a78ba15e054cc95e78850bf036bbe47699c694632d4e6c47aac19e063b3f0ff"
content-hash = "4a6d25bd35e70afc482e6f6a1a4530a1d902cc80ab99cc77f0f62cda3664f9bd"

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.1"
zipp = "3.12.1"
zipp = "3.13.0"
[tool.poetry.dev-dependencies]
bandit = "1.7.4"