From 946f780fabb77be1f3f090fd82cd7b80caed19e7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2020 02:21:24 +0000 Subject: [PATCH] Bump flake8-pytest-style from 0.1.3 to 0.6.0 Bumps [flake8-pytest-style](https://github.com/m-burst/flake8-pytest-style) from 0.1.3 to 0.6.0. - [Release notes](https://github.com/m-burst/flake8-pytest-style/releases) - [Commits](https://github.com/m-burst/flake8-pytest-style/compare/v0.1.3...v0.6.0) Signed-off-by: dependabot-preview[bot] --- poetry.lock | 16 ++++++++-------- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/poetry.lock b/poetry.lock index 74cbbf6..350d56c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -384,7 +384,7 @@ description = "The package provides base classes and utils for flake8 plugin wri name = "flake8-plugin-utils" optional = false python-versions = ">=3.6,<4.0" -version = "1.0.0" +version = "1.2.0" [[package]] category = "dev" @@ -427,10 +427,10 @@ description = "A flake8 plugin checking common style issues or inconsistencies w name = "flake8-pytest-style" optional = false python-versions = ">=3.6,<4.0" -version = "0.1.3" +version = "0.6.0" [package.dependencies] -flake8-plugin-utils = ">=1.0,<2.0" +flake8-plugin-utils = ">=1.2.0,<2.0.0" [[package]] category = "dev" @@ -1112,7 +1112,7 @@ docs = ["sphinx", "jaraco.packaging (>=3.2)", "rst.linker (>=1.9)"] testing = ["jaraco.itertools", "func-timeout"] [metadata] -content-hash = "4d30dad08634183420197649627d6a9eb75117cb554d8b07a3f412cccdccbbf1" +content-hash = "2dd0bd0462c0d72cbd4103d9ec87ff7d6e5b3733bac72efb92a0e2ccd7cbf378" python-versions = "^3.6" [metadata.files] @@ -1272,8 +1272,8 @@ flake8-pep3101 = [ {file = "flake8_pep3101-1.3.0-py2.py3-none-any.whl", hash = "sha256:a5dae1caca1243b2b40108dce926d97cf5a9f52515c4a4cbb1ffe1ca0c54e343"}, ] flake8-plugin-utils = [ - {file = "flake8-plugin-utils-1.0.0.tar.gz", hash = "sha256:1ac5eb19773d5c7fdde60b0d901ae86be9c751bf697c61fdb6609b86872f3c6e"}, - {file = "flake8_plugin_utils-1.0.0-py3-none-any.whl", hash = "sha256:24b4a3b216ad588951d3d7adef4645dcb3b32a33b878e03baa790b5a66bf3a73"}, + {file = "flake8-plugin-utils-1.2.0.tar.gz", hash = "sha256:0ec78b72e48b2bdaf0037e97105f0770a2b59b0e7b2519aaec35993f3538073f"}, + {file = "flake8_plugin_utils-1.2.0-py3-none-any.whl", hash = "sha256:94b04623082dd64e97b93177e53125d5d17657c9864a4d3a29ef31a9a6c39e15"}, ] flake8-polyfill = [ {file = "flake8-polyfill-1.0.2.tar.gz", hash = "sha256:e44b087597f6da52ec6393a709e7108b2905317d0c0b744cdca6208e670d8eda"}, @@ -1287,8 +1287,8 @@ flake8-pytest = [ {file = "flake8_pytest-1.3-py2.py3-none-any.whl", hash = "sha256:61686128a79e1513db575b2bcac351081d5a293811ddce2d5dfc25e8c762d33e"}, ] flake8-pytest-style = [ - {file = "flake8-pytest-style-0.1.3.tar.gz", hash = "sha256:820503cb50b7f6aa13a9889f4c47ba35bbd666877a72ed138ae5682a9bccaf9d"}, - {file = "flake8_pytest_style-0.1.3-py3-none-any.whl", hash = "sha256:1c2303998c509cd65c3fb047cd536787ddf953e8113bc7f086c0cd7468db4b1f"}, + {file = "flake8-pytest-style-0.6.0.tar.gz", hash = "sha256:381c5791507db8e5be47b9117529a3157a339f2dd27f0728d60e6f14e629d327"}, + {file = "flake8_pytest_style-0.6.0-py3-none-any.whl", hash = "sha256:1314b3995d9aff89038a8860f487671fb835269f9486368478dbb1267f05868a"}, ] flake8-quotes = [ {file = "flake8-quotes-2.1.1.tar.gz", hash = "sha256:11a15d30c92ca5f04c2791bd7019cf62b6f9d3053eb050d02a135557eb118bfc"}, diff --git a/pyproject.toml b/pyproject.toml index 1f3146c..914d93c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,7 @@ django = "^2.2" mypy = "^0.761" wemake-python-styleguide = "^0.13.4" flake8-pytest = "^1.3" -flake8-pytest-style = "^0.1.3" +flake8-pytest-style = "^0.6.0" nitpick = "^0.21.3" safety = "^1.8"