From 39c7eda352f67c999dd78ee558443e6cdc8596a5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 11 Jan 2025 15:37:33 +1100 Subject: [PATCH] fix(deps): update dependency ruff to v0.9.1 (#3097) 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 74e18ba203..253e539733 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dev = [ "mypy==1.14.1", "flake8==7.1.1", "pre-commit==4.0.1", - "ruff==0.9.0", + "ruff==0.9.1", "pylint==3.3.3", "pylint-pydantic==0.3.5", "pytest==8.3.4",