From 4a8e8fad378e1863d8a20abe0668c43be05fe0e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2025 11:17:18 -0500 Subject: [PATCH] Update ruff requirement from ~=0.8.0 to ~=0.9.4 (#489) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 376237424..2ed7a6cde 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,7 @@ doc = [ "sphinxcontrib-bibtex", ] dev = [ - "ruff ~= 0.8.0", + "ruff ~= 0.9.4", "pre-commit", ] test = [