From 91fba6be7f91255e8829413e71609fe527b3b9a6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2024 16:54:34 +0000 Subject: [PATCH] chore(deps): update dependency dev/ruff to >=0.5.0,<0.6.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3581cec..5820c46 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ openhexa = "openhexa.cli:app" [project.optional-dependencies] dev = [ - "ruff>=0.4.10,<0.5.0", + "ruff>=0.5.0,<0.6.0", "pytest>=7.3,<8.3", "build>=0.10,<1.3", "pytest-cov>=4.0,<5.1",