From 066d49a9fb46c8bddb0d36bbb70a92d0c7ac1802 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 02:18:18 +0000 Subject: [PATCH] build(deps-dev): bump flake8-pytest-style from 1.7.2 to 2.0.0 Bumps [flake8-pytest-style](https://github.com/m-burst/flake8-pytest-style) from 1.7.2 to 2.0.0. - [Commits](https://github.com/m-burst/flake8-pytest-style/compare/v1.7.2...v2.0.0) --- updated-dependencies: - dependency-name: flake8-pytest-style dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index ef816cc..656522c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -767,13 +767,13 @@ files = [ [[package]] name = "flake8-pytest-style" -version = "1.7.2" +version = "2.0.0" description = "A flake8 plugin checking common style issues or inconsistencies with pytest-based tests." optional = false -python-versions = ">=3.7.2,<4.0.0" +python-versions = "<4.0.0,>=3.8.1" files = [ - {file = "flake8_pytest_style-1.7.2-py3-none-any.whl", hash = "sha256:f5d2aa3219163a052dd92226589d45fab8ea027a3269922f0c4029f548ea5cd1"}, - {file = "flake8_pytest_style-1.7.2.tar.gz", hash = "sha256:b924197c99b951315949920b0e5547f34900b1844348432e67a44ab191582109"}, + {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"}, ] [package.dependencies] @@ -2170,4 +2170,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8.1" -content-hash = "91b86e1b01bdc47c586dab8f0a056fa87350c85af69e300421f36cfdb9f09d2b" +content-hash = "9e1976d39c272c2681a80535a7beb445ebb8b130911091c2568c126e1a09fe1a" diff --git a/pyproject.toml b/pyproject.toml index 346f850..87ed7e1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ django = "^4.2" mypy = "^1.9" wemake-python-styleguide = "^0.18" -flake8-pytest-style = "^1.7" +flake8-pytest-style = "^2.0" nitpick = "^0.35" safety = "^3.1"