From f3f6c6a6751f7bf72414654473df0fa229c156dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 15:59:45 +0000 Subject: [PATCH] Chore(deps-dev): Update ruff requirement from <0.12 to <0.13 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.12.0) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.12.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 647fe360..a495de67 100644 --- a/setup.py +++ b/setup.py @@ -69,7 +69,7 @@ def read(path): "createcoverage>=1,<2", "mypy<1.17", "poethepoet<1", - "ruff<0.12", + "ruff<0.13", "stopit>=1.1.2,<2", "pytz", "zc.customdoctests>=1.0.1,<2",