From 29cc6e5e67bdc04cf96ab38b731486356acfea62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 13:22:54 +0000 Subject: [PATCH] build(deps-dev): update ruff requirement from <0.16 to <0.17 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.16.0) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.16.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 c7851f0..1ccfd4b 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ extras_require={ "develop": [ "pyproject-fmt<3", - "ruff<0.16; python_version >= '3.7'", + "ruff<0.17; python_version >= '3.7'", "twine<7", "wheel<1", ],