From 1208314c7a2b5ddb9040b5d85161b853bfbef9fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 15:34:23 +0000 Subject: [PATCH] Update ruff requirement from >=0.12,<0.16 to >=0.12,<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/0.12.0...0.16.0) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.16.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7caee86..d9d1119 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ mypy = "^1.1" pytest = ">=7,<9" pytest-cov = ">=4,<8" tox = ">=3.23,<5.0" -ruff = ">=0.12,<0.16" +ruff = ">=0.12,<0.17" [build-system] build-backend = "poetry.core.masonry.api"