From 6ec0587fd533846e2692b29b7bed1dae8073ba1b Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Sun, 6 Oct 2024 13:43:09 +0200 Subject: [PATCH] Updatd ruff --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 075678c..00c847e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ dev-dependencies = [ "pytest==8.3.3", # for python code linting - "ruff==0.6.8", + "ruff==0.6.9", # for generating a Python .whl file "wheel==0.44.0",