From 6168f008180ba7bf458f5b70d4331a30e97feb98 Mon Sep 17 00:00:00 2001 From: Lukas Pielsticker <50139597+lukaspie@users.noreply.github.com> Date: Mon, 21 Oct 2024 11:30:22 +0000 Subject: [PATCH] bump ruff to >v0.6 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d486669..1b11c9e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ dependencies = [ [project.optional-dependencies] dev = [ "mypy", - "ruff==0.5.5", + "ruff>=0.6.0", "pytest", "pytest-cov", "pytest-timeout",