From d0c28824f7b72723c0f1cfd8979086a54fc08ca0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 21:24:08 +0000 Subject: [PATCH] chore(deps-dev): Update ruff requirement 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/0.11.0...0.16.2) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.16.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f73ad03..1a3968e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -116,7 +116,7 @@ dev = [ "pytest-cov>=7.0.0", "pytest-xdist>=3.8.0", "pydata-sphinx-theme>=0.16.1", - "ruff>=0.11.0,<0.16", # upper-bound so a future ruff release cannot silently break the lint gate (see mypy) + "ruff>=0.11.0,<0.17", # upper-bound so a future ruff release cannot silently break the lint gate (see mypy) "sphinx>=8.1.3", "nbsphinx>=0.9.5", "ipykernel>=6.29", @@ -158,7 +158,7 @@ dev = [ "pytest-cov>=7.0.0", "pytest-xdist>=3.8.0", "pydata-sphinx-theme>=0.16.1", - "ruff>=0.11.0,<0.16", # upper-bound so a future ruff release cannot silently break the lint gate (see mypy) + "ruff>=0.11.0,<0.17", # upper-bound so a future ruff release cannot silently break the lint gate (see mypy) "sphinx>=8.1.3", "nbsphinx>=0.9.5", "ipykernel>=6.29",