From 9010c3c51af08ddef31bb33dec9f0a32dcd9f833 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 06:08:56 +0000 Subject: [PATCH] chore(deps-dev): bump pytest-ruff from 0.3.2 to 0.4.0 Bumps [pytest-ruff](https://github.com/businho/pytest-ruff) from 0.3.2 to 0.4.0. - [Release notes](https://github.com/businho/pytest-ruff/releases) - [Commits](https://github.com/businho/pytest-ruff/compare/v0.3.2...v0.4.0) --- updated-dependencies: - dependency-name: pytest-ruff dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 1bd722b..c0c3457 100644 --- a/poetry.lock +++ b/poetry.lock @@ -604,13 +604,13 @@ pytest = ">=3.0.0" [[package]] name = "pytest-ruff" -version = "0.3.2" +version = "0.4.0" description = "pytest plugin to check ruff requirements." optional = false python-versions = "<4.0,>=3.8" files = [ - {file = "pytest_ruff-0.3.2-py3-none-any.whl", hash = "sha256:5096578df2240b2a99f7376747bc433ce25e590c7d570d5c2b47f725497f2c10"}, - {file = "pytest_ruff-0.3.2.tar.gz", hash = "sha256:8d82882969e52b664a7cef4465cba63e45173f38d907dffeca41d9672f59b6c6"}, + {file = "pytest_ruff-0.4.0-py3-none-any.whl", hash = "sha256:e421d3096618a0878616f2db9716526454a8348eb9db6cfe4ba926793066ae20"}, + {file = "pytest_ruff-0.4.0.tar.gz", hash = "sha256:551876108991f3dd43d719988f8224a29c6fc6d50e2284ba1ffd389c0bd3610c"}, ] [package.dependencies] @@ -816,4 +816,4 @@ test = ["zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "a0c9cfdfb8841acfa09a0b2d6b09d5f10a3a193af9b37061775583cc312f25c0" +content-hash = "939a1bb8d659528ea5cd2942c5a2f58ea171d8a016802c2ae3945ca048f16a95" diff --git a/pyproject.toml b/pyproject.toml index 8e36cf4..035d983 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ pytest = "^8.2.2" pytest-cov = "^5.0.0" pytest-mypy = "^0.10.3" pytest-random-order = "^1.1.1" -pytest-ruff = "^0.3" +pytest-ruff = "^0.4" ruff = "^0.5.1" [tool.pytest.ini_options]