From eb72d7cbad3912f176147148312223bb0fbb9db3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 19:25:17 +0000 Subject: [PATCH] Update dependency ruff to v0.8.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a3d58d3c..b6246740 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -82,7 +82,7 @@ dependencies = [ "myst-parser==4.0.0", # Embeds markdown in sphinx # DEVELOPMENT "black[jupyter]==24.10.0", # Python Formatter - "ruff==0.8.2", # Python Linter + "ruff==0.8.3", # Python Linter "doc8==1.1.2", # Documentation linter "yamllint==1.35.1", # YAML linter "pre-commit==4.0.1", # Git commit hooks