fix(deps): update dependency zipp to v3.10.0 (#407)

This commit is contained in:
renovate[bot] 2022-10-26 08:40:52 +02:00 committed by GitHub
parent b3003266b6
commit 6b2043486b
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

@ -873,7 +873,7 @@ python-versions = "*"
[[package]]
name = "zipp"
version = "3.9.0"
version = "3.10.0"
description = "Backport of pathlib-compatible object wrapper for zip files"
category = "main"
optional = false
@ -886,7 +886,7 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools"
[metadata]
lock-version = "1.1"
python-versions = "^3.7.0"
content-hash = "c773d732678a83912fdaa23ede0160812f7802d6bee59a9e3e21e5e2f47984f6"
content-hash = "a2f9aee5d5182320a1f9ed6f87ec05274f3d8a8b4b14e3463369dfb08c021cbb"
[metadata.files]
anyconfig = [
@ -1417,6 +1417,6 @@ yapf = [
{file = "yapf-0.32.0.tar.gz", hash = "sha256:a3f5085d37ef7e3e004c4ba9f9b3e40c54ff1901cd111f05145ae313a7c67d1b"},
]
zipp = [
{file = "zipp-3.9.0-py3-none-any.whl", hash = "sha256:972cfa31bc2fedd3fa838a51e9bc7e64b7fb725a8c00e7431554311f180e9980"},
{file = "zipp-3.9.0.tar.gz", hash = "sha256:3a7af91c3db40ec72dd9d154ae18e008c69efe8ca88dde4f9a731bb82fe2f9eb"},
{file = "zipp-3.10.0-py3-none-any.whl", hash = "sha256:4fcb6f278987a6605757302a6e40e896257570d11c51628968ccb2a47e80c6c1"},
{file = "zipp-3.10.0.tar.gz", hash = "sha256:7a7262fd930bd3e36c50b9a64897aec3fafff3dfdeec9623ae22b40e93f99bb8"},
]

View File

@ -54,7 +54,7 @@ python-json-logger = "2.0.4"
requests = "2.28.1"
"ruamel.yaml" = "0.17.21"
websocket_client = "1.4.1"
zipp = "3.9.0"
zipp = "3.10.0"
[tool.poetry.dev-dependencies]
bandit = "1.7.4"