From 9f4693140d58add5028db149d915772f8dd52d01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 17:36:25 +0200 Subject: [PATCH] chore(deps-dev): bump pytest-ruff from 0.3.2 to 0.4.0 (#175) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 4a6c356..c34c2af 100644 --- a/poetry.lock +++ b/poetry.lock @@ -558,13 +558,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] @@ -689,4 +689,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "af5a4d2a44736a14092e9df9b23e046bcd8ad716f9e55bcead60d59409714be9" +content-hash = "1e76944f8592fc25e74d07cc04248791c662ad2ea280c70d3f42ff5efcc5b521" diff --git a/pyproject.toml b/pyproject.toml index 144390b..4711876 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,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]