From dac73387fbefa5e92044965b251a9befc336b2cd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 18:03:01 +0000 Subject: [PATCH] fix(deps): update dependency ruff to >=0.8.2,<0.9.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2cc009a..223910c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ openhexa = "openhexa.cli:app" [project.optional-dependencies] dev = [ - "ruff>=0.7.0,<0.8.0", + "ruff>=0.8.2,<0.9.0", "pytest>=8.3,<9", "build>=0.10,<1.3", "pytest-cov>=4.0,<5.1",