From 0a022950a5cab0ea0186ac760bc72137b33351c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Oct 2025 13:09:22 +0000 Subject: [PATCH] build(deps-dev): update ruff requirement from <0.14 to <0.15 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.14.0) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.14.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index aa96dec..92ac308 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ ], extras_require={ "develop": [ - "ruff<0.14; python_version >= '3.7'", + "ruff<0.15; python_version >= '3.7'", "twine<7", "wheel<1", ],