From 365a68d90bff964d1dbaec05c4593a338f285220 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 18:04:28 +0000 Subject: [PATCH] Update dependency flake8-pytest-style to v2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7d2dc35..28e7442 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ flake8 = "^7.0.0" flake8-debugger = "^4.1.2" flake8-isort = "^6.0.0" flake8-print = "^5.0.0" -flake8-pytest-style = "^1.6.0" +flake8-pytest-style = "^2.0.0" flake8-quotes = "^3.3.2" isort = "^5.11.4" mypy = "^1.0.0"