From 85777785c53fda1ab0f183dcf5d7ef0062186422 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 21:04:35 +0000 Subject: [PATCH] Update ruff requirement from >=0.5.2,<0.8.0 to >=0.5.2,<0.9.0 Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.5.2...0.8.0) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c3a4263af0..eb601ca221 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ pdoc = "*" [tool.poetry.group.dev.dependencies] pytest = "^8.2.2" tox = "^4.16.0" -ruff = ">=0.5.2,<0.8.0" +ruff = ">=0.5.2,<0.9.0" black = "^24.4.2" isort = "^5.13.2" pytest-md = "^0.2.0"