fix(deps): update dependency zipp to v3.11.0 (#438)

This commit is contained in:
renovate[bot] 2022-12-04 19:05:50 +01:00 committed by GitHub
parent 1f15102098
commit 65af002494
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

@ -876,7 +876,7 @@ python-versions = "*"
[[package]]
name = "zipp"
version = "3.10.0"
version = "3.11.0"
description = "Backport of pathlib-compatible object wrapper for zip files"
category = "main"
optional = false
@ -889,7 +889,7 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools"
[metadata]
lock-version = "1.1"
python-versions = "^3.7.0"
content-hash = "cc15926faeeff005a1a38d281bb569be188c84d96b146cf24ece4aaeb51ee044"
content-hash = "81c4d4177c3ccf62ad3f03e967973ac587c65efce49d86e47c8b241022628a2a"
[metadata.files]
anyconfig = [
@ -1424,6 +1424,6 @@ yapf = [
{file = "yapf-0.32.0.tar.gz", hash = "sha256:a3f5085d37ef7e3e004c4ba9f9b3e40c54ff1901cd111f05145ae313a7c67d1b"},
]
zipp = [
{file = "zipp-3.10.0-py3-none-any.whl", hash = "sha256:4fcb6f278987a6605757302a6e40e896257570d11c51628968ccb2a47e80c6c1"},
{file = "zipp-3.10.0.tar.gz", hash = "sha256:7a7262fd930bd3e36c50b9a64897aec3fafff3dfdeec9623ae22b40e93f99bb8"},
{file = "zipp-3.11.0-py3-none-any.whl", hash = "sha256:83a28fcb75844b5c0cdaf5aa4003c2d728c77e05f5aeabe8e95e56727005fbaa"},
{file = "zipp-3.11.0.tar.gz", hash = "sha256:a7a22e05929290a67401440b39690ae6563279bced5f314609d9d03798f56766"},
]

View File

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