diff --git a/poetry.lock b/poetry.lock index 0baa9b5..c3d15d1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -127,7 +127,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 @@ -495,7 +495,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 @@ -690,7 +690,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest- [metadata] lock-version = "1.1" python-versions = "^3.7.0" -content-hash = "3ff320d0923abd4f5188ed7dbf460fae18fbde2b187deb7e399e9d63e1ec0738" +content-hash = "af1f7bc24158fe3f2fc12111dc2b2c7747a9f2a6a7fdaccddc835b9e92fc7875" [metadata.files] anyconfig = [ @@ -772,7 +772,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"}, @@ -953,8 +953,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 e2b9a89..b7f224a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ python-json-logger = "2.0.2" [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" @@ -61,7 +61,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"