From 59dba25d8131075cb5a2484d98b375667688bc18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 05:28:49 +0000 Subject: [PATCH] Update ruff requirement from <0.2.1,>0.0.215 to >0.0.215,<0.2.2 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...v0.2.1) --- updated-dependencies: - dependency-name: ruff 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 e493b0e6..92da614a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ [project.optional-dependencies] dev = [ - "ruff>0.0.215,<0.2.1", + "ruff>0.0.215,<0.2.2", "tox>=3.20,<4.13", "twine>=3.3,<5.1", # Used to make releases to PyPI ] @@ -52,7 +52,7 @@ tests = [ "pytest-console-scripts>=1.1,<1.5", "pytest-cov>=2.10,<4.2", "rstcheck[sphinx,toml]>=5.0,<6.3", - "ruff>0.0.215,<0.2.1", + "ruff>0.0.215,<0.2.2", "tox>=3.20,<4.13", ] viz = [