fix(deps): update dependency zipp to v3.6.0 (#171)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-10-03 17:10:47 +02:00 committed by GitHub
parent d93e65a52c
commit b342252c8e
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

@ -823,7 +823,7 @@ python-versions = "*"
[[package]]
name = "zipp"
version = "3.5.0"
version = "3.6.0"
description = "Backport of pathlib-compatible object wrapper for zip files"
category = "main"
optional = false
@ -836,7 +836,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes
[metadata]
lock-version = "1.1"
python-versions = "^3.7.0"
content-hash = "396bf31226c3e47b7f6bde4d60ca838cf5f48a4ac9505c95b51b11e9fe8a0071"
content-hash = "1cd72aaa4aec59a71d9fcd90c695bfbcfae21e4f49bc9732e44ec764b3a68447"
[metadata.files]
anyconfig = [
@ -1289,6 +1289,6 @@ yapf = [
{file = "yapf-0.31.0.tar.gz", hash = "sha256:408fb9a2b254c302f49db83c59f9aa0b4b0fd0ec25be3a5c51181327922ff63d"},
]
zipp = [
{file = "zipp-3.5.0-py3-none-any.whl", hash = "sha256:957cfda87797e389580cb8b9e3870841ca991e2125350677b2ca83a0e99390a3"},
{file = "zipp-3.5.0.tar.gz", hash = "sha256:f5812b1e007e48cff63449a5e9f4e7ebea716b4111f9c4f9a645f91d579bf0c4"},
{file = "zipp-3.6.0-py3-none-any.whl", hash = "sha256:9fe5ea21568a0a70e50f273397638d39b03353731e6cbbb3fd8502a33fec40bc"},
{file = "zipp-3.6.0.tar.gz", hash = "sha256:71c644c5369f4a6e07636f0aa966270449561fcea2e3d6747b8d23efaa9d7832"},
]

View File

@ -53,7 +53,7 @@ python-json-logger = "2.0.2"
requests = "2.26.0"
"ruamel.yaml" = "0.17.16"
websocket_client = "1.2.1"
zipp = "3.5.0"
zipp = "3.6.0"
[tool.poetry.dev-dependencies]
bandit = "1.7.0"