From 78fa5c9307579dd6a90b110daf1b8883d85795d6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 16:21:10 +0000 Subject: [PATCH] chore(deps): update dependency ruff to v0.13.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3bb68efb4..45a6e0046 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -83,7 +83,7 @@ dev = [ "pytest==8.4.2", "pytest-xdist==3.8.0", "nbformat==5.10.4", - "ruff==0.13.2", + "ruff==0.13.3", "pre-commit==4.3.0", "pyvis==0.3.2", "tsam==2.3.9",