From 3da6d7768ac44d6472a8036a1ea047b1ff9b6e3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 18:15:28 +0000 Subject: [PATCH] :arrow_up: Update ruff requirement 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.6.5...0.9.0) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4b4f651..5921202 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,7 +71,7 @@ dev = [ "pytest~=8.3.2", "pre-commit>=3.8,<4.1", "mypy>=1.11.2,<1.15.0", - "ruff>=0.6.5,<0.8.0", + "ruff>=0.6.5,<0.10.0", "tox>=4.18.1,<4.24.0" ] florence_2 = [