diff --git a/poetry.lock b/poetry.lock index 8085aa4..c543622 100644 --- a/poetry.lock +++ b/poetry.lock @@ -432,7 +432,7 @@ flake8 = "*" [[package]] name = "flake8-pytest-style" -version = "1.4.0" +version = "1.4.1" description = "A flake8 plugin checking common style issues or inconsistencies with pytest-based tests." category = "dev" optional = false @@ -1318,7 +1318,7 @@ testing = ["pathlib2", "contextlib2", "unittest2"] [metadata] lock-version = "1.1" python-versions = "^3.6" -content-hash = "baafe1df47d4eaa019db4e513b34783af9d50c4542c67f50ed2f1fcc58a2eed2" +content-hash = "5dd1c2abcf64b7aec9d47376ab35d3f4eef70f021565a3ea1518c68337e110e3" [metadata.files] aiocontextvars = [ @@ -1524,8 +1524,8 @@ flake8-pytest = [ {file = "flake8_pytest-1.3-py2.py3-none-any.whl", hash = "sha256:61686128a79e1513db575b2bcac351081d5a293811ddce2d5dfc25e8c762d33e"}, ] flake8-pytest-style = [ - {file = "flake8-pytest-style-1.4.0.tar.gz", hash = "sha256:f51bf5c8f657ad4b4938bfedb9a5b84fb0885f72ac07b406ebb7f5ea83f8b74e"}, - {file = "flake8_pytest_style-1.4.0-py3-none-any.whl", hash = "sha256:f8b6f24b15b28f317eee1bd354f38427007d527774e2ac8ae8b936e6e7eda604"}, + {file = "flake8-pytest-style-1.4.1.tar.gz", hash = "sha256:1bd3b7bb95608d6b70daebb0b0ee636be92d8175527f2e9919cbeb76f7515118"}, + {file = "flake8_pytest_style-1.4.1-py3-none-any.whl", hash = "sha256:bc4c10e5fcc2a20937bb6ce523579e9f91adfcb5403dce3adda5ac7c9bce364f"}, ] flake8-quotes = [ {file = "flake8-quotes-3.2.0.tar.gz", hash = "sha256:3f1116e985ef437c130431ac92f9b3155f8f652fda7405ac22ffdfd7a9d1055e"}, diff --git a/pyproject.toml b/pyproject.toml index 55c8814..1c9efcd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ typing-extensions = "^3.7" mypy = "^0.812" wemake-python-styleguide = "^0.15.2" flake8-pytest = "^1.3" -flake8-pytest-style = "^1.4.0" +flake8-pytest-style = "^1.4.1" flake8-pyi = "^20.10" nitpick = "^0.26.0"