chore(deps-dev): bump flake8-pytest-style from 1.5.1 to 1.6.0 (#143)

Bumps [flake8-pytest-style](https://github.com/m-burst/flake8-pytest-style) from 1.5.1 to 1.6.0.
- [Release notes](https://github.com/m-burst/flake8-pytest-style/releases)
- [Commits](https://github.com/m-burst/flake8-pytest-style/compare/v1.5.1...v1.6.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-12-28 08:35:31 -08:00 committed by GitHub
parent fa014e25ce
commit 6c79c6c873
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View file

@ -438,11 +438,11 @@ flake8 = "*"
[[package]]
name = "flake8-pytest-style"
version = "1.5.1"
version = "1.6.0"
description = "A flake8 plugin checking common style issues or inconsistencies with pytest-based tests."
category = "dev"
optional = false
python-versions = ">=3.6,<4.0"
python-versions = ">=3.6.2,<4.0.0"
[package.dependencies]
flake8-plugin-utils = ">=1.3.2,<2.0.0"
@ -1362,7 +1362,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes
[metadata]
lock-version = "1.1"
python-versions = "^3.7"
content-hash = "d3d24dac9bf6ad8971c082b00981a064fece9fd652e80be8c2d96e05eefb5557"
content-hash = "02f59564754a5ec50279ba2520f1e3b0f6c32ceef32da26ede28c2f482892065"
[metadata.files]
alabaster = [
@ -1554,8 +1554,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.5.1.tar.gz", hash = "sha256:56af62da468a547560a9f455c7f205449ed03e8f8a42f85373180e91c1031c40"},
{file = "flake8_pytest_style-1.5.1-py3-none-any.whl", hash = "sha256:ae62f8db8ad0ea7d90695deb6dbbacfc67d45cb83a7c360388b34a9705786114"},
{file = "flake8-pytest-style-1.6.0.tar.gz", hash = "sha256:c1175713e9e11b78cd1a035ed0bca0d1e41d09c4af329a952750b61d4194ddac"},
{file = "flake8_pytest_style-1.6.0-py3-none-any.whl", hash = "sha256:5fedb371a950e9fe0e0e6bfc854be7d99151271208f34cd2cc517681ece27780"},
]
flake8-quotes = [
{file = "flake8-quotes-3.3.1.tar.gz", hash = "sha256:633adca6fb8a08131536af0d750b44d6985b9aba46f498871e21588c3e6f525a"},

View file

@ -64,7 +64,7 @@ django = "^3.2"
mypy = "^0.930"
wemake-python-styleguide = "^0.16"
flake8-pytest-style = "^1.5"
flake8-pytest-style = "^1.6"
nitpick = "^0.29"
safety = "^1.10"