diff --git a/poetry.lock b/poetry.lock index 84a66feed..196676a3d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -476,7 +476,7 @@ description = "A flake8 plugin checking common style issues or inconsistencies w name = "flake8-pytest-style" optional = false python-versions = ">=3.6,<4.0" -version = "1.1.0" +version = "1.1.1" [package.dependencies] flake8-plugin-utils = ">=1.3.0,<2.0.0" @@ -1624,7 +1624,7 @@ docs = ["sphinx", "jaraco.packaging (>=3.2)", "rst.linker (>=1.9)"] testing = ["jaraco.itertools", "func-timeout"] [metadata] -content-hash = "be6838da415c09f2bd9f451f1f35edcf714018a9b6824101573d59d5418e07a7" +content-hash = "98e4c30280040a138b4c519e0c40791e372287d003a30d41005a9b0b7f5bc2c9" python-versions = "^3.6" [metadata.files] @@ -1823,8 +1823,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.1.0.tar.gz", hash = "sha256:5fdd7a984a8ef5d07406a66fe3edbfd936f0aa8ff96da9c3241cf2e59f9330af"}, - {file = "flake8_pytest_style-1.1.0-py3-none-any.whl", hash = "sha256:381d7e6b05313a82dbb90df4660c2414a0d13c20642ea436690a6defd6ea4070"}, + {file = "flake8-pytest-style-1.1.1.tar.gz", hash = "sha256:d91ffba047964e5bb4491dc71771008fa0438988870d59d4162bdba3674fb7a8"}, + {file = "flake8_pytest_style-1.1.1-py3-none-any.whl", hash = "sha256:690ef9aece18561b0e674e4e4ee7e80a0d38f27bfb268806fac5e55801396ee4"}, ] flake8-quotes = [ {file = "flake8-quotes-3.0.0.tar.gz", hash = "sha256:39762e16a1ea6b7f0e998a04be14d71b55e74de09b5026bd41907c996a8c82cf"}, diff --git a/pyproject.toml b/pyproject.toml index 49b9df3d9..4d2ccc295 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,7 +77,7 @@ darglint = "^1.2" [tool.poetry.dev-dependencies] nitpick = "^0.22" -flake8-pytest-style = "^1.1.0" +flake8-pytest-style = "^1.1.1" pytest-cov = "^2.8" coverage-conditional-plugin = "^0.1.0"