From 259bf0c865ba5f95bd5a4e86d7812e6426635075 Mon Sep 17 00:00:00 2001 From: Joey Ballentine <34788790+joeyballentine@users.noreply.github.com> Date: Sat, 4 Nov 2023 11:59:27 -0400 Subject: [PATCH] Update ruff to 0.1.4 (#2306) Update ruff --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a959d335b..40be44cda 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -ruff==0.1.3 +ruff==0.1.4 debugpy pyright==1.1.308 pytest