fix(deps): update dependency zipp to v3.5.0 (#121)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-07-05 08:43:40 +02:00 committed by GitHub
parent ddff3f002c
commit 3dd6810267
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View File

@ -782,7 +782,7 @@ python-versions = "*"
[[package]]
name = "zipp"
version = "3.4.1"
version = "3.5.0"
description = "Backport of pathlib-compatible object wrapper for zip files"
category = "main"
optional = false
@ -790,12 +790,12 @@ python-versions = ">=3.6"
[package.extras]
docs = ["sphinx", "jaraco.packaging (>=8.2)", "rst.linker (>=1.9)"]
testing = ["pytest (>=4.6)", "pytest-checkdocs (>=1.2.3)", "pytest-flake8", "pytest-cov", "pytest-enabler", "jaraco.itertools", "func-timeout", "pytest-black (>=0.3.7)", "pytest-mypy"]
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"]
[metadata]
lock-version = "1.1"
python-versions = "^3.6.0"
content-hash = "5919adde39850781c1ff804eaf4b442db992448604fd755a4159c54191f065aa"
content-hash = "da16991dc85aa4f721b4bdf16ebc9cd7d8daf9311f8cae1ec22a14741cd8351f"
[metadata.files]
anyconfig = [
@ -1218,6 +1218,6 @@ yapf = [
{file = "yapf-0.31.0.tar.gz", hash = "sha256:408fb9a2b254c302f49db83c59f9aa0b4b0fd0ec25be3a5c51181327922ff63d"},
]
zipp = [
{file = "zipp-3.4.1-py3-none-any.whl", hash = "sha256:51cb66cc54621609dd593d1787f286ee42a5c0adbb4b29abea5a63edc3e03098"},
{file = "zipp-3.4.1.tar.gz", hash = "sha256:3607921face881ba3e026887d8150cca609d517579abe052ac81fc5aeffdbd76"},
{file = "zipp-3.5.0-py3-none-any.whl", hash = "sha256:957cfda87797e389580cb8b9e3870841ca991e2125350677b2ca83a0e99390a3"},
{file = "zipp-3.5.0.tar.gz", hash = "sha256:f5812b1e007e48cff63449a5e9f4e7ebea716b4111f9c4f9a645f91d579bf0c4"},
]

View File

@ -54,7 +54,7 @@ python-json-logger = "2.0.1"
requests = "2.25.1"
"ruamel.yaml" = "0.17.10"
websocket_client = "1.1.0"
zipp = "3.4.1"
zipp = "3.5.0"
[tool.poetry.dev-dependencies]
bandit = "1.7.0"