chore(deps-dev): bump flake8-pytest-style from 1.7.0 to 1.7.2

Bumps [flake8-pytest-style](https://github.com/m-burst/flake8-pytest-style) from 1.7.0 to 1.7.2.
- [Release notes](https://github.com/m-burst/flake8-pytest-style/releases)
- [Commits](https://github.com/m-burst/flake8-pytest-style/compare/v1.7.0...v1.7.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-02-22 05:44:00 +00:00 committed by GitHub
parent 157e490815
commit fc1638e5c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View file

@ -769,14 +769,14 @@ flake8 = "*"
[[package]]
name = "flake8-pytest-style"
version = "1.7.0"
version = "1.7.2"
description = "A flake8 plugin checking common style issues or inconsistencies with pytest-based tests."
category = "dev"
optional = false
python-versions = ">=3.7.2,<4.0.0"
files = [
{file = "flake8_pytest_style-1.7.0-py3-none-any.whl", hash = "sha256:b8a08ee7778426f9e1adb9fc054be73e5593a639aa785907b43ef6f51368a0d0"},
{file = "flake8_pytest_style-1.7.0.tar.gz", hash = "sha256:211920ad66f436b39afd9c4e386e83b0312ef47e33d8b9d339873a0a3695ebf9"},
{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"},
]
[package.dependencies]
@ -2311,4 +2311,4 @@ docs = ["sphinx", "sphinx-autodoc-typehints", "sphinx-rtd-theme", "m2r2", "tomlk
[metadata]
lock-version = "2.0"
python-versions = "^3.8"
content-hash = "f194205e4bfa9d9ae037867dc2042851c53a960a30179b2579fe40a96c40bc5f"
content-hash = "75c1e01ce57a30265a4b3101540bd73177aff056df99b8c8bf0acb175a259483"

View file

@ -69,7 +69,7 @@ sphinx-rtd-theme = { version = "^1.0.0", optional = true }
mypy = "^1.0"
wemake-python-styleguide = "^0.17"
flake8-pytest-style = "^1.6"
flake8-pytest-style = "^1.7"
nitpick = "^0.32"
black = "^22.12"