From ab42803d52238b124c9984f0d996696d52cc9b7b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2020 07:21:51 +0000 Subject: [PATCH] Bump flake8-pytest-style from 0.1.3 to 1.2.0 Bumps [flake8-pytest-style](https://github.com/m-burst/flake8-pytest-style) from 0.1.3 to 1.2.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...v1.2.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 9a35115..b91f850 100644 --- a/poetry.lock +++ b/poetry.lock @@ -329,7 +329,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.3.0" [[package]] category = "dev" @@ -372,10 +372,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 = "1.2.0" [package.dependencies] -flake8-plugin-utils = ">=1.0,<2.0" +flake8-plugin-utils = ">=1.3.0,<2.0.0" [[package]] category = "dev" @@ -1190,7 +1190,7 @@ docs = ["sphinx", "jaraco.packaging (>=3.2)", "rst.linker (>=1.9)"] testing = ["pathlib2", "contextlib2", "unittest2"] [metadata] -content-hash = "0b0205c88b38846ca2520c37f96b83816c6e1faaf3eb558c8555e02806a4cab7" +content-hash = "160b9ac83f033f753fa47678cdd65ca7d2e6db80f529554e2cb57c74027871ac" python-versions = "^3.6" [metadata.files] @@ -1336,8 +1336,8 @@ flake8-isort = [ {file = "flake8_isort-2.9.0-py2.py3-none-any.whl", hash = "sha256:e1184919b07930506b109cec8bf405f9a95bf2c0c6223362760216c8a1cf2930"}, ] 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.3.0.tar.gz", hash = "sha256:965931e7c17a760915e38bb10dc60516b414ef8210e987252a8d73dcb196a5f5"}, + {file = "flake8_plugin_utils-1.3.0-py3-none-any.whl", hash = "sha256:305461c4fbf94877bcc9ccf435771b135d72a40eefd92e70a4b5f761ca43b1c8"}, ] flake8-polyfill = [ {file = "flake8-polyfill-1.0.2.tar.gz", hash = "sha256:e44b087597f6da52ec6393a709e7108b2905317d0c0b744cdca6208e670d8eda"}, @@ -1352,8 +1352,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-1.2.0.tar.gz", hash = "sha256:7c950b812e79805848290eadb4dd9930c5d9d03408db2c3a631f673140e90163"}, + {file = "flake8_pytest_style-1.2.0-py3-none-any.whl", hash = "sha256:af4d24df0447cc0738afd445d92acc35aefe6ec7527ce330bbe7fe6132c31d39"}, ] flake8-quotes = [ {file = "flake8-quotes-2.1.1.tar.gz", hash = "sha256:11a15d30c92ca5f04c2791bd7019cf62b6f9d3053eb050d02a135557eb118bfc"}, diff --git a/pyproject.toml b/pyproject.toml index 6862c39..0089d19 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ mypy = "^0.780" wemake-python-styleguide = "^0.14.0" flake8-pytest = "^1.3" -flake8-pytest-style = "^0.1.3" +flake8-pytest-style = "^1.2.0" flake8-pyi = "^20.5" nitpick = "^0.22.1"