From 97790145c40bc1a040df5a0e7e57b20b62130e0a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Oct 2025 16:48:13 +1100 Subject: [PATCH] chore(deps): update dependency ruff to v0.14.0 (#3858) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f9418ff8..1d63f03e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dev = [ "mypy==1.18.2", "flake8==7.3.0", "pre-commit==4.3.0", - "ruff==0.13.3", + "ruff==0.14.0", "pylint==3.3.9", "pylint-pydantic==0.3.5", "pytest==8.4.2",