From 0f35e0484d6c44b5b3f8348d22a434af279d2ef8 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 21 Mar 2022 01:29:38 +0000 Subject: [PATCH] chore(deps): update devdependencies (non-major) --- poetry.lock | 12 ++++++------ pyproject.toml | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/poetry.lock b/poetry.lock index 220cfec..e7f7eae 100644 --- a/poetry.lock +++ b/poetry.lock @@ -164,7 +164,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 @@ -504,7 +504,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 @@ -701,7 +701,7 @@ ansible-core = ["ansible-core"] [metadata] lock-version = "1.1" python-versions = "^3.8.0" -content-hash = "bc58f1c7390335ab704da258732edf1c2cbaa5c4cbf51e77048660c7636319b0" +content-hash = "99b575e483cdf9d7e1a329c3d9d22daeca8fd7885e10a2dfce97739f800e816d" [metadata.files] ansible = [ @@ -859,7 +859,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"}, @@ -1036,8 +1036,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 ea7fc16..7385b4c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ yamllint = "1.26.3" [tool.poetry.dev-dependencies] bandit = "1.7.4" -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" @@ -62,7 +62,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" tomli = "2.0.1"