diff --git a/poetry.lock b/poetry.lock index 8e87aa1..cf39cf6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -592,13 +592,13 @@ files = [ [[package]] name = "flake8-pytest-style" -version = "1.7.2" +version = "2.0.0" description = "A flake8 plugin checking common style issues or inconsistencies with pytest-based tests." optional = false -python-versions = ">=3.7.2,<4.0.0" +python-versions = "<4.0.0,>=3.8.1" files = [ - {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"}, + {file = "flake8_pytest_style-2.0.0-py3-none-any.whl", hash = "sha256:abcb9f56f277954014b749e5a0937fae215be01a21852e9d05e7600c3de6aae5"}, + {file = "flake8_pytest_style-2.0.0.tar.gz", hash = "sha256:919c328cacd4bc4f873ea61ab4db0d8f2c32e0db09a3c73ab46b1de497556464"}, ] [package.dependencies] @@ -2052,4 +2052,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "494a653a2e7235307dfd8ab2b09daa5520b9b2f27367f0e756dd4b7571229b16" +content-hash = "1fd00d59aa727bce9c44cf9cd593b9e86d86ea841166dbe125f5e854f40d648d" diff --git a/pyproject.toml b/pyproject.toml index 564e800..3932c8c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ numpy = "^2.1.2" mypy = "^1.8" wemake-python-styleguide = "^0.18" -flake8-pytest-style = "^1.6" +flake8-pytest-style = "^2.0" nitpick = "^0.34" pytest = "^8.0"