diff --git a/poetry.lock b/poetry.lock index 256209f..5cf8de1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1414,21 +1414,21 @@ files = [ [[package]] name = "zipp" -version = "3.11.0" +version = "3.12.0" description = "Backport of pathlib-compatible object wrapper for zip files" category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "zipp-3.11.0-py3-none-any.whl", hash = "sha256:83a28fcb75844b5c0cdaf5aa4003c2d728c77e05f5aeabe8e95e56727005fbaa"}, - {file = "zipp-3.11.0.tar.gz", hash = "sha256:a7a22e05929290a67401440b39690ae6563279bced5f314609d9d03798f56766"}, + {file = "zipp-3.12.0-py3-none-any.whl", hash = "sha256:9eb0a4c5feab9b08871db0d672745b53450d7f26992fd1e4653aa43345e97b86"}, + {file = "zipp-3.12.0.tar.gz", hash = "sha256:73efd63936398aac78fd92b6f4865190119d6c91b531532e798977ea8dd402eb"}, ] [package.extras] -docs = ["furo", "jaraco.packaging (>=9)", "jaraco.tidelift (>=1.4)", "rst.linker (>=1.9)", "sphinx (>=3.5)"] +docs = ["furo", "jaraco.packaging (>=9)", "jaraco.tidelift (>=1.4)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-lint"] testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools", "more-itertools", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=1.3)", "pytest-flake8", "pytest-mypy (>=0.9.1)"] [metadata] lock-version = "2.0" python-versions = "^3.7.0" -content-hash = "7ee007aa78fe5facb6be5f374403f33a69232df6b27131de7dd5f056306edc5c" +content-hash = "e291baeb273c0005a4c6aad2a5c0696774f9f0a4152142cee28937e0ad1f9b62" diff --git a/pyproject.toml b/pyproject.toml index 130e0b9..b676de0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ python-json-logger = "2.0.4" requests = "2.28.2" "ruamel.yaml" = "0.17.21" websocket_client = "1.4.2" -zipp = "3.11.0" +zipp = "3.12.0" [tool.poetry.dev-dependencies] bandit = "1.7.4"