From 8ef715b69df5e50fb0c399068ebd72ec41f796e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 23:35:32 +0000 Subject: [PATCH] chore(poetry): update ruff requirement in the poetry-dependencies group Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version. Updates `ruff` to 0.14.0 - [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.13.1...0.14.0) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.14.0 dependency-type: direct:production dependency-group: poetry-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 32c0ccc..a2e0c51 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ dependencies = [ dev = [ "pytest (>=8.4.2,<9.0.0)", "pytest-cov (>=7.0.0,<8.0.0)", - "ruff (>=0.13.1,<0.14.0)", + "ruff (>=0.13.1,<0.15.0)", "pre-commit (>=4.3.0,<5.0.0)", "pyright (>=1.1.406,<2.0.0)" ]