fix(deps): update dependency zipp to v3.7.0 (#226)

This commit is contained in:
renovate[bot] 2022-01-08 13:45:32 +01:00 committed by GitHub
parent f7b9737972
commit 12ec9de43c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

12
poetry.lock generated
View File

@ -859,20 +859,20 @@ python-versions = "*"
[[package]]
name = "zipp"
version = "3.6.0"
version = "3.7.0"
description = "Backport of pathlib-compatible object wrapper for zip files"
category = "main"
optional = false
python-versions = ">=3.6"
python-versions = ">=3.7"
[package.extras]
docs = ["sphinx", "jaraco.packaging (>=8.2)", "rst.linker (>=1.9)"]
testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-cov", "pytest-enabler (>=1.0.1)", "jaraco.itertools", "func-timeout", "pytest-black (>=0.3.7)", "pytest-mypy"]
testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-cov", "pytest-enabler (>=1.0.1)", "jaraco.itertools", "func-timeout", "pytest-black (>=0.3.7)", "pytest-mypy"]
[metadata]
lock-version = "1.1"
python-versions = "^3.7.0"
content-hash = "45e0381958662d0e0f63e9d3dcb19dc15cb17304e6f8c7a24898903f17339451"
content-hash = "4b29817365f7c4e6d9411b1d4b0bcf658fc54d5c60a2db0e51b316305cf053a0"
[metadata.files]
anyconfig = [
@ -1385,6 +1385,6 @@ yapf = [
{file = "yapf-0.32.0.tar.gz", hash = "sha256:a3f5085d37ef7e3e004c4ba9f9b3e40c54ff1901cd111f05145ae313a7c67d1b"},
]
zipp = [
{file = "zipp-3.6.0-py3-none-any.whl", hash = "sha256:9fe5ea21568a0a70e50f273397638d39b03353731e6cbbb3fd8502a33fec40bc"},
{file = "zipp-3.6.0.tar.gz", hash = "sha256:71c644c5369f4a6e07636f0aa966270449561fcea2e3d6747b8d23efaa9d7832"},
{file = "zipp-3.7.0-py3-none-any.whl", hash = "sha256:b47250dd24f92b7dd6a0a8fc5244da14608f3ca90a5efcd37a3b1642fac9a375"},
{file = "zipp-3.7.0.tar.gz", hash = "sha256:9f50f446828eb9d45b267433fd3e9da8d801f614129124863f9c51ebceafb87d"},
]

View File

@ -54,7 +54,7 @@ python-json-logger = "2.0.2"
requests = "2.27.1"
"ruamel.yaml" = "0.17.17"
websocket_client = "1.2.3"
zipp = "3.6.0"
zipp = "3.7.0"
[tool.poetry.dev-dependencies]
bandit = "1.7.1"