diff --git a/poetry.lock b/poetry.lock index cf9303c..3819969 100644 --- a/poetry.lock +++ b/poetry.lock @@ -146,7 +146,7 @@ pyflakes = ">=2.4.0,<2.5.0" [[package]] name = "flake8-blind-except" -version = "0.2.0" +version = "0.2.1" description = "A flake8 extension that checks for blind except: statements" category = "dev" optional = false @@ -514,7 +514,7 @@ python-versions = ">=3.7" [[package]] name = "pytest" -version = "7.1.0" +version = "7.1.1" description = "pytest: simple powerful testing with Python" category = "dev" optional = false @@ -740,7 +740,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest- [metadata] lock-version = "1.1" python-versions = "^3.7.0" -content-hash = "ecc5ba97da258fd6b13f5e8e4823e641bc397fd12e57e48ceca0f5f017c745e5" +content-hash = "e1d9d0094f999bfbd736b8dcb265abef4da16eda7e6d77a9b6df98c3a6425444" [metadata.files] anyconfig = [ @@ -830,7 +830,7 @@ flake8 = [ {file = "flake8-4.0.1.tar.gz", hash = "sha256:806e034dda44114815e23c16ef92f95c91e4c71100ff52813adf7132a6ad870d"}, ] flake8-blind-except = [ - {file = "flake8-blind-except-0.2.0.tar.gz", hash = "sha256:02a860a1a19cb602c006a3fe0778035b0d14d3f57929b4b798bc7d6684f204e5"}, + {file = "flake8-blind-except-0.2.1.tar.gz", hash = "sha256:f25a575a9dcb3eeb3c760bf9c22db60b8b5a23120224ed1faa9a43f75dd7dd16"}, ] flake8-builtins = [ {file = "flake8-builtins-1.5.3.tar.gz", hash = "sha256:09998853b2405e98e61d2ff3027c47033adbdc17f9fe44ca58443d876eb00f3b"}, @@ -973,8 +973,8 @@ pyrsistent = [ {file = "pyrsistent-0.18.1.tar.gz", hash = "sha256:d4d61f8b993a7255ba714df3aca52700f8125289f84f704cf80916517c46eb96"}, ] pytest = [ - {file = "pytest-7.1.0-py3-none-any.whl", hash = "sha256:b555252a95bbb2a37a97b5ac2eb050c436f7989993565f5e0c9128fcaacadd0e"}, - {file = "pytest-7.1.0.tar.gz", hash = "sha256:f1089d218cfcc63a212c42896f1b7fbf096874d045e1988186861a1a87d27b47"}, + {file = "pytest-7.1.1-py3-none-any.whl", hash = "sha256:92f723789a8fdd7180b6b06483874feca4c48a5c76968e03bb3e7f806a1869ea"}, + {file = "pytest-7.1.1.tar.gz", hash = "sha256:841132caef6b1ad17a9afde46dc4f6cfa59a05f9555aae5151f73bdf2820ca63"}, ] pytest-cov = [ {file = "pytest-cov-3.0.0.tar.gz", hash = "sha256:e7f0f5b1617d2210a2cabc266dfe2f4c75a8d32fb89eafb7ad9d06f6d076d470"}, diff --git a/pyproject.toml b/pyproject.toml index a58c2be..6500ff1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ requests = "2.27.1" [tool.poetry.dev-dependencies] bandit = "1.7.4" flake8 = "4.0.1" -flake8-blind-except = "0.2.0" +flake8-blind-except = "0.2.1" flake8-builtins = "1.5.3" flake8-docstrings = "1.6.0" flake8-eradicate = "1.2.0" @@ -56,7 +56,7 @@ flake8-polyfill = "1.0.2" flake8-quotes = "3.3.1" pep8-naming = "0.12.1" pydocstyle = "6.1.1" -pytest = "7.1.0" +pytest = "7.1.1" pytest-cov = "3.0.0" pytest-mock = "3.7.0" yapf = "0.32.0"