From 6dba70d9a191157b72a856a1be2ffa00a2dcdfb5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 10:27:49 +0300 Subject: [PATCH] Bump flake8-pytest-style from 2.0.0 to 2.1.0 (#2761) Bumps [flake8-pytest-style](https://github.com/m-burst/flake8-pytest-style) from 2.0.0 to 2.1.0. - [Commits](https://github.com/m-burst/flake8-pytest-style/compare/v2.0.0...v2.1.0) --- updated-dependencies: - dependency-name: flake8-pytest-style dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 2da04e4f..e2e4b0a5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -569,13 +569,13 @@ files = [ [[package]] name = "flake8-pytest-style" -version = "2.0.0" +version = "2.1.0" description = "A flake8 plugin checking common style issues or inconsistencies with pytest-based tests." optional = false -python-versions = "<4.0.0,>=3.8.1" +python-versions = ">=3.9" files = [ - {file = "flake8_pytest_style-2.0.0-py3-none-any.whl", hash = "sha256:abcb9f56f277954014b749e5a0937fae215be01a21852e9d05e7600c3de6aae5"}, - {file = "flake8_pytest_style-2.0.0.tar.gz", hash = "sha256:919c328cacd4bc4f873ea61ab4db0d8f2c32e0db09a3c73ab46b1de497556464"}, + {file = "flake8_pytest_style-2.1.0-py3-none-any.whl", hash = "sha256:a0d6dddcd533bfc13f19b8445907be0330c5e6ccf7090bcd9d5fa5a0b1b65e71"}, + {file = "flake8_pytest_style-2.1.0.tar.gz", hash = "sha256:fee6befdb5915d600ef24e38d48a077d0dcffb032945ae0169486e7ff8a1079a"}, ] [package.dependencies] @@ -1715,4 +1715,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "b2c145f95d97a4afbde56faeff2556b9d19ec806bacd47a2df8f641a8d7447c8" +content-hash = "395b76bf322cdd53894acde810da0aff882be0338bce90f69795ec16712e2b8d" diff --git a/pyproject.toml b/pyproject.toml index b6b75042..91878d8b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ jinja2-git = "^1.4" binaryornot = "^0.4" wemake-python-styleguide = "^0.19" -flake8-pytest-style = "^2.0" +flake8-pytest-style = "^2.1" nitpick = "^0.35" pytest = "^8.3"