From 52921dd5346b00ad129b6f588b6787c32a46846a Mon Sep 17 00:00:00 2001 From: R-Palazzo Date: Wed, 30 Oct 2024 14:43:07 -0400 Subject: [PATCH] unpin ruff --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d64d78f7..5a5bdeb5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -76,7 +76,7 @@ dev = [ 'watchdog>=1.0.1,<5', # style check - 'ruff>=0.3.2,<0.7.2', + 'ruff>=0.3.2,<1', # distribute on PyPI 'twine>=1.10.0,<6',