From 79984cd9b48cca777f2d4a06131adddfb270272d Mon Sep 17 00:00:00 2001 From: Alex Carney Date: Fri, 12 Jul 2024 21:41:19 +0100 Subject: [PATCH] Bump ruff version --- lib/esbonio/hatch.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/esbonio/hatch.toml b/lib/esbonio/hatch.toml index a4751007..2209d3f4 100644 --- a/lib/esbonio/hatch.toml +++ b/lib/esbonio/hatch.toml @@ -35,4 +35,4 @@ value = ["tests/sphinx-agent", "tests/e2e"] [envs.hatch-static-analysis] config-path = "ruff_defaults.toml" -dependencies = ["ruff==0.5.0"] +dependencies = ["ruff==0.5.1"]