diff --git a/poetry.lock b/poetry.lock index e569be7..91abfbe 100644 --- a/poetry.lock +++ b/poetry.lock @@ -426,7 +426,7 @@ description = "A flake8 plugin checking common style issues or inconsistencies w name = "flake8-pytest-style" optional = false python-versions = ">=3.6,<4.0" -version = "0.3.1" +version = "0.5.0" [package.dependencies] flake8-plugin-utils = ">=1.2.0,<2.0.0" @@ -1176,7 +1176,7 @@ version = "0.6.0" more-itertools = "*" [metadata] -content-hash = "853291bb6337743423676c8053cd7744db5003359d77bb33ce7b57b5297d938f" +content-hash = "ecbd7af21558192a64e74b5072d1e8d5c9e3841f009138b63f0f0141c1844613" python-versions = "^3.6" [metadata.hashes] @@ -1220,7 +1220,7 @@ flake8-plugin-utils = ["0ec78b72e48b2bdaf0037e97105f0770a2b59b0e7b2519aaec35993f flake8-polyfill = ["12be6a34ee3ab795b19ca73505e7b55826d5f6ad7230d31b18e106400169b9e9", "e44b087597f6da52ec6393a709e7108b2905317d0c0b744cdca6208e670d8eda"] flake8-print = ["324f9e59a522518daa2461bacd7f82da3c34eb26a4314c2a54bd493f8b394a68"] flake8-pytest = ["61686128a79e1513db575b2bcac351081d5a293811ddce2d5dfc25e8c762d33e", "b4d6703f7d7b646af1e2660809e795886dd349df11843613dbe6515efa82c0f3"] -flake8-pytest-style = ["3a84f82dc48fdebe28747db26746e2e9afcc9a6df3948b573273dac1c474bbac", "addb4682375d8a479f5ffe01bb74d78689ea353f1170c3f97ae25f6ba01c4834"] +flake8-pytest-style = ["37ff18c8146c36050d1505f6f879c8a8baad8a39f6fe6a71267e5a0e148ba6ee", "c775f7286ac4727da0ae900fa800294e7500bbc220794e2b0043d9ef352f3145"] flake8-quotes = ["11a15d30c92ca5f04c2791bd7019cf62b6f9d3053eb050d02a135557eb118bfc"] flake8-rst-docstrings = ["01d38327801781b26c3dfeb71ae37e5a02c5ca1b774a686f63feab8824ca6f9c"] flake8-string-format = ["68ea72a1a5b75e7018cae44d14f32473c798cf73d75cbaed86c6a9a907b770b2", "774d56103d9242ed968897455ef49b7d6de272000cfa83de5814273a868832f1"] diff --git a/pyproject.toml b/pyproject.toml index acdd4ad..e2b2cbc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ pytest = "^5.3" wemake-python-styleguide = "^0.13.4" flake8-pytest = "^1.3" -flake8-pytest-style = "^0.3.1" +flake8-pytest-style = "^0.5.0" nitpick = "^0.21.3" safety = "^1.8"