From 1ddfe6fb8d9a4026b8d0f2c6489cba9cd89bc98a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2024 13:37:51 +0000 Subject: [PATCH] chore(deps): update dependency ruff to >=0.6.0,<0.7.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c061a1f..7a754b9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ openhexa = "openhexa.cli:app" [project.optional-dependencies] dev = [ - "ruff>=0.5.0,<0.6.0", + "ruff>=0.6.0,<0.7.0", "pytest>=8.3,<9", "build>=0.10,<1.3", "pytest-cov>=4.0,<5.1",