From df3fdb89e3c77dba2b833ef779b4d18e71d52af4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 00:40:34 +0000 Subject: [PATCH] chore(deps-dev): update ruff requirement from >=0.15 to >=0.15.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/0.15.0...0.15.14) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.14 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 ccf19c5..900e07a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dev = [ "pytest-randomly>=4.1.0", "hypothesis>=6.152.9", "mypy>=2.1", - "ruff>=0.15", + "ruff>=0.15.14", "pre-commit>=4.6", "mutmut>=3.5", "bandit>=1.9",