From e9546632682942b555433f4ea30af4cf12cd2b0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 06:00:26 +0000 Subject: [PATCH] Update ruff requirement from <0.0.292,>0.0.215 to >0.0.215,<0.0.293 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/BREAKING_CHANGES.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.0.216...v0.0.292) --- 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 e076cfc1..9bca1eb2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ dependencies = [ dev = [ "black[jupyter] >= 22,< 24", "docformatter>=1.5,<1.8", - "ruff>0.0.215,<0.0.292", + "ruff>0.0.215,<0.0.293", "tox>=3.20,<4.11", "twine>=3.3,<4.1", # Used to make releases to PyPI ] @@ -54,7 +54,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.0.292", + "ruff>0.0.215,<0.0.293", "tox>=3.20,<4.11", ] viz = [