chore(deps-dev): bump flake8-pytest-style from 1.4.4 to 1.5.0 (#97)

Bumps [flake8-pytest-style](https://github.com/m-burst/flake8-pytest-style) from 1.4.4 to 1.5.0.
- [Release notes](https://github.com/m-burst/flake8-pytest-style/releases)
- [Commits](https://github.com/m-burst/flake8-pytest-style/compare/v1.4.4...v1.5.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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-10-29 02:42:50 +00:00 committed by GitHub
parent bdd115e3cd
commit 7c0bc6329e
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

@ -502,7 +502,7 @@ flake8 = "*"
[[package]]
name = "flake8-pytest-style"
version = "1.4.4"
version = "1.5.0"
description = "A flake8 plugin checking common style issues or inconsistencies with pytest-based tests."
category = "dev"
optional = false
@ -1489,7 +1489,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=1.2.3)", "pytest-flake8", "pyt
[metadata]
lock-version = "1.1"
python-versions = "^3.6"
content-hash = "6369daea0d49f8128a413d62918530677f48503597091acc8a5227d6e6af27b0"
content-hash = "71fec603bb539f2b41a248b3b57b7b6783166cafe1928edc2bfbc5a48dd61c83"
[metadata.files]
aiocontextvars = [
@ -1713,8 +1713,8 @@ flake8-polyfill = [
{file = "flake8_polyfill-1.0.2-py2.py3-none-any.whl", hash = "sha256:12be6a34ee3ab795b19ca73505e7b55826d5f6ad7230d31b18e106400169b9e9"},
]
flake8-pytest-style = [
{file = "flake8-pytest-style-1.4.4.tar.gz", hash = "sha256:3e4452be131ed040b5ffa131d53f0b28f3d062916485974c48d73572cae60c41"},
{file = "flake8_pytest_style-1.4.4-py3-none-any.whl", hash = "sha256:0d15b61933a3ee0647bb6b442902247c728e4ec72c4a05a7fe79dc80f38a2f30"},
{file = "flake8-pytest-style-1.5.0.tar.gz", hash = "sha256:668ce8f55edf7db4ac386d2735c3b354b5cb47aa341a4655d91a5788dd03124b"},
{file = "flake8_pytest_style-1.5.0-py3-none-any.whl", hash = "sha256:ec287a7dc4fe95082af5e408c8b2f8f4b6bcb366d5a17ff6c34112eb03446580"},
]
flake8-quotes = [
{file = "flake8-quotes-3.2.0.tar.gz", hash = "sha256:3f1116e985ef437c130431ac92f9b3155f8f652fda7405ac22ffdfd7a9d1055e"},

View file

@ -64,7 +64,7 @@ django = "^3.2"
mypy = "^0.902"
wemake-python-styleguide = "^0.15"
flake8-pytest-style = "^1.4"
flake8-pytest-style = "^1.5"
nitpick = "^0.26"
safety = "^1.10"