From 564cf511c3d1c48682272c2733442d6b1ceca98b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 07:16:06 +0000 Subject: [PATCH] Update ruff requirement from <0.5 to <0.7 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.6.1) --- 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 8773967..f39eca1 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ "mypy<1.12", "poethepoet<0.28", "pyproject-fmt<2.2", - "ruff<0.5", + "ruff<0.7", "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.7", ] setuptools.setup(