From 9731ab7bf8f17efb4344afb30d603a2f48d5dff2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 08:58:27 +0000 Subject: [PATCH] Update ruff requirement from >=0.2.0 to >=0.15.10 in /python Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.2.0...0.15.10) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.10 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index c48aab819b..042f8e3035 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -49,7 +49,7 @@ docs = [ "sphinxcontrib-bibtex", "fenics-dolfinx[demo]", ] -lint = ["ruff>=0.2.0"] +lint = ["ruff>=0.15.10"] optional = ["numba"] petsc4py = ["petsc4py"] test = [