From aead5cfc14acae7dbce2c08ef1a9af4352f4b51c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 11 Jan 2026 09:55:12 +0000 Subject: [PATCH] Update ruff requirement from <0.13,>=0.12.3 to >=0.12.3,<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/0.12.3...0.14.11) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.14.11 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 a199beda..1d609f70 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ dev = [ "build >=0.7,<1.4", "mypy >=1.14,<2.0", "pdoc3 >=0.10,<0.12", - "ruff >=0.12.3,<0.13", # formatter & linter + "ruff >=0.12.3,<0.15", # formatter & linter "setuptools >=62,<81", "twine >=3.4,<6.3", # PyPI "types-requests >=2.26,<3", # mypy type hints