From 6fa9e3162db88a89a302b6ef027337b93933e8f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 05:59:23 +0000 Subject: [PATCH] Update ruff requirement from <0.8.7,>0.0.215 to >0.0.215,<0.9.2 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1d915243..50686f4f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ [project.optional-dependencies] dev = [ - "ruff>0.0.215,<0.8.7", + "ruff>0.0.215,<0.9.2", "tox>=4.16.0,<4.24", "twine>=3.3,<6.1", # Used to make releases to PyPI ] @@ -52,7 +52,7 @@ tests = [ "pytest-console-scripts>=1.1,<1.5", "pytest-cov>=2.10,<6.1", "rstcheck[sphinx,toml]>=5.0,<6.3", - "ruff>0.0.215,<0.8.7", + "ruff>0.0.215,<0.9.2", "tox>=4.16.0,<4.24", ] viz = [