From 2f9a3bdc5528933b08c6ab3665ed8e27b3a47170 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 05:48:50 +0000 Subject: [PATCH] Update ruff requirement from <0.11.10,>0.0.215 to >0.0.215,<0.11.11 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.0.216...0.11.10) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.11.10 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7fcffc9e..07c8659d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ dependencies = [ [project.optional-dependencies] dev = [ - "ruff>0.0.215,<0.11.10", + "ruff>0.0.215,<0.11.11", "tox>=4.16.0,<4.26", "twine>=3.3,<6.2", # Used to make releases to PyPI ] @@ -53,7 +53,7 @@ tests = [ "pytest-console-scripts>=1.1,<1.5", "pytest-cov>=2.10,<6.2", "rstcheck[sphinx,toml]>=5.0,<6.3", - "ruff>0.0.215,<0.11.10", + "ruff>0.0.215,<0.11.11", "tox>=4.16.0,<4.26", ] viz = [