Bump flake8-pytest-style from 2.1.0 to 2.2.0 (#3028)

Bumps [flake8-pytest-style](https://github.com/m-burst/flake8-pytest-style) from 2.1.0 to 2.2.0.
- [Commits](https://github.com/m-burst/flake8-pytest-style/compare/v2.1.0...v2.2.0)

---
updated-dependencies:
- dependency-name: flake8-pytest-style
  dependency-version: 2.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-10-21 13:19:49 +00:00
committed by GitHub
parent ea5cb5c278
commit eab682f26d
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View File

@@ -1110,14 +1110,14 @@ pycodestyle = "*"
[[package]]
name = "flake8-pytest-style"
version = "2.1.0"
version = "2.2.0"
description = "A flake8 plugin checking common style issues or inconsistencies with pytest-based tests."
optional = false
python-versions = ">=3.9"
python-versions = ">=3.10"
groups = ["dev"]
files = [
{file = "flake8_pytest_style-2.1.0-py3-none-any.whl", hash = "sha256:a0d6dddcd533bfc13f19b8445907be0330c5e6ccf7090bcd9d5fa5a0b1b65e71"},
{file = "flake8_pytest_style-2.1.0.tar.gz", hash = "sha256:fee6befdb5915d600ef24e38d48a077d0dcffb032945ae0169486e7ff8a1079a"},
{file = "flake8_pytest_style-2.2.0-py3-none-any.whl", hash = "sha256:d01c4198a6c4e0ab759a92a0fa7710f10d83ec28e32a50ab6fb2e10f973a2f36"},
{file = "flake8_pytest_style-2.2.0.tar.gz", hash = "sha256:d23a33294bccfb9f1b11aaf5212256727b299b9c9b17cf21e230c52c1095a468"},
]
[package.dependencies]
@@ -4420,4 +4420,4 @@ cffi = ["cffi (>=1.17) ; python_version >= \"3.13\" and platform_python_implemen
[metadata]
lock-version = "2.1"
python-versions = "^3.13.2"
content-hash = "db01b3c0004e2aca0e1882bfc8a143234aa2b2b735f6710d83f68f33a876c99e"
content-hash = "14ec24e06f09b708ed6d8632b47af2e2c622443d24dec95c8a7d2e4e9675621b"

View File

@@ -83,7 +83,7 @@ freezegun = "^1.5.5"
flake8 = "^7.3.0"
flake8-bugbear = "^24.12.12"
flake8-print = "^5.0.0"
flake8-pytest-style = "^2.1.0"
flake8-pytest-style = "^2.2.0"
isort = "^7.0.0"
jinja2-cli = {version = "==0.8.2", extras = ["yaml"]}
moto = "*"