From e1214bf02fdf81f126f9d351e6b37749d804b8cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 12:39:52 -0500 Subject: [PATCH] Update ruff requirement from ~=0.7.3 to ~=0.8.0 (#465) 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 25d1edf50..c6df03658 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,7 @@ doc = [ "sphinxcontrib-bibtex", ] dev = [ - "ruff ~= 0.7.3", + "ruff ~= 0.8.0", "pre-commit", ] test = [