Bump flake8-pytest-style from 2.0.0 to 2.1.0

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

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-03-26 23:50:21 +00:00
committed by GitHub
parent 7458acdab1
commit 238a281512
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View File

@@ -907,14 +907,14 @@ pycodestyle = "*"
[[package]] [[package]]
name = "flake8-pytest-style" name = "flake8-pytest-style"
version = "2.0.0" version = "2.1.0"
description = "A flake8 plugin checking common style issues or inconsistencies with pytest-based tests." description = "A flake8 plugin checking common style issues or inconsistencies with pytest-based tests."
optional = false optional = false
python-versions = "<4.0.0,>=3.8.1" python-versions = ">=3.9"
groups = ["dev"] groups = ["dev"]
files = [ files = [
{file = "flake8_pytest_style-2.0.0-py3-none-any.whl", hash = "sha256:abcb9f56f277954014b749e5a0937fae215be01a21852e9d05e7600c3de6aae5"}, {file = "flake8_pytest_style-2.1.0-py3-none-any.whl", hash = "sha256:a0d6dddcd533bfc13f19b8445907be0330c5e6ccf7090bcd9d5fa5a0b1b65e71"},
{file = "flake8_pytest_style-2.0.0.tar.gz", hash = "sha256:919c328cacd4bc4f873ea61ab4db0d8f2c32e0db09a3c73ab46b1de497556464"}, {file = "flake8_pytest_style-2.1.0.tar.gz", hash = "sha256:fee6befdb5915d600ef24e38d48a077d0dcffb032945ae0169486e7ff8a1079a"},
] ]
[package.dependencies] [package.dependencies]
@@ -3297,4 +3297,4 @@ files = [
[metadata] [metadata]
lock-version = "2.1" lock-version = "2.1"
python-versions = "^3.12.2" python-versions = "^3.12.2"
content-hash = "235429e480c56b1463945ac7715b394da6e24062248d5fd64ad8d6728992183d" content-hash = "420c34ac4e54aa1482bea363a70f09639b524c258df2c95dc982d73adc1bf707"

View File

@@ -81,7 +81,7 @@ freezegun = "^1.5.1"
flake8 = "^7.1.2" flake8 = "^7.1.2"
flake8-bugbear = "^24.1.17" flake8-bugbear = "^24.1.17"
flake8-print = "^5.0.0" flake8-print = "^5.0.0"
flake8-pytest-style = "^2.0.0" flake8-pytest-style = "^2.1.0"
isort = "^5.13.2" isort = "^5.13.2"
jinja2-cli = {version = "==0.8.2", extras = ["yaml"]} jinja2-cli = {version = "==0.8.2", extras = ["yaml"]}
moto = "*" moto = "*"