From b6787eb79da2835e0ba1c568d5f6b63db0d23bc1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 09:34:26 +0200 Subject: [PATCH] chore(deps): update dependency ruff to >=0.7.0,<0.8.0 (#216) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d3e47e6..ee9ac66 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ openhexa = "openhexa.cli:app" [project.optional-dependencies] dev = [ - "ruff>=0.6.0,<0.7.0", + "ruff>=0.7.0,<0.8.0", "pytest>=8.3,<9", "build>=0.10,<1.3", "pytest-cov>=4.0,<5.1",