From eada0be7c3537a59d573d0f1050c1ea1197f68c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 02:46:33 +0000 Subject: [PATCH] build: Bump flake8-pytest-style from 1.7.2 to 2.0.0 Bumps [flake8-pytest-style](https://github.com/m-burst/flake8-pytest-style) from 1.7.2 to 2.0.0. - [Commits](https://github.com/m-burst/flake8-pytest-style/compare/v1.7.2...v2.0.0) --- updated-dependencies: - dependency-name: flake8-pytest-style dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1f31754c..447af6ad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -82,7 +82,7 @@ lint = [ "flake8-logging-format==0.9.0", "flake8-mutable==1.2.0", "flake8-noqa==1.4.0", - "flake8-pytest-style==1.7.2", + "flake8-pytest-style==2.0.0", "flake8-quotes==3.4.0", "flake8-use-fstring==1.4", "mypy==1.9.0",