diff --git a/poetry.lock b/poetry.lock index 72875b1..f059044 100644 --- a/poetry.lock +++ b/poetry.lock @@ -769,14 +769,14 @@ flake8 = "*" [[package]] name = "flake8-pytest-style" -version = "1.7.0" +version = "1.7.2" description = "A flake8 plugin checking common style issues or inconsistencies with pytest-based tests." category = "dev" optional = false python-versions = ">=3.7.2,<4.0.0" files = [ - {file = "flake8_pytest_style-1.7.0-py3-none-any.whl", hash = "sha256:b8a08ee7778426f9e1adb9fc054be73e5593a639aa785907b43ef6f51368a0d0"}, - {file = "flake8_pytest_style-1.7.0.tar.gz", hash = "sha256:211920ad66f436b39afd9c4e386e83b0312ef47e33d8b9d339873a0a3695ebf9"}, + {file = "flake8_pytest_style-1.7.2-py3-none-any.whl", hash = "sha256:f5d2aa3219163a052dd92226589d45fab8ea027a3269922f0c4029f548ea5cd1"}, + {file = "flake8_pytest_style-1.7.2.tar.gz", hash = "sha256:b924197c99b951315949920b0e5547f34900b1844348432e67a44ab191582109"}, ] [package.dependencies] @@ -2311,4 +2311,4 @@ docs = ["sphinx", "sphinx-autodoc-typehints", "sphinx-rtd-theme", "m2r2", "tomlk [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "f194205e4bfa9d9ae037867dc2042851c53a960a30179b2579fe40a96c40bc5f" +content-hash = "75c1e01ce57a30265a4b3101540bd73177aff056df99b8c8bf0acb175a259483" diff --git a/pyproject.toml b/pyproject.toml index 962c36c..bc3193c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,7 +69,7 @@ sphinx-rtd-theme = { version = "^1.0.0", optional = true } mypy = "^1.0" wemake-python-styleguide = "^0.17" -flake8-pytest-style = "^1.6" +flake8-pytest-style = "^1.7" nitpick = "^0.32" black = "^22.12"