From 94989b2f6ba1f5995d269ce0a0560803991fda00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Sep 2025 13:10:42 +0000 Subject: [PATCH] build(deps-dev): update ruff requirement from <0.13 to <0.14 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.13.0) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.13.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 2ad69e6..aa96dec 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ ], extras_require={ "develop": [ - "ruff<0.13; python_version >= '3.7'", + "ruff<0.14; python_version >= '3.7'", "twine<7", "wheel<1", ],