From d6d35dd2739ee2916c602f9661e102f7e682f655 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 07:58:45 +0000 Subject: [PATCH] Update ruff requirement from <0.5 to <0.6 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.18...0.5.0) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 94a2c52..fc91d36 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ "mypy<1.11", "poethepoet<0.27", "pyproject-fmt<2.2", - "ruff<0.5", + "ruff<0.6", "sphinx-autobuild==2021.3.14", # Newer versions stopped "watching" appropriately? "validate-pyproject<0.19", ] @@ -51,7 +51,7 @@ "dotmap<1.4", "pytest<9", "pytest-cov<6", - "ruff<0.5", + "ruff<0.6", ] setuptools.setup(