From a445a3b253fa6be1cca6b5f10be97acab5b76624 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Mar 2026 22:53:09 +0000 Subject: [PATCH] Update dependency ruff to >=0.15.6,<0.16 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7aa3f8f..36c9233 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dependencies = [ "polars-lts-cpu[pyarrow]>=1.31.0,<2", "python-multipart>=0.0.20,<0.0.21", "numpy>=2.3.1,<3", - "ruff>=0.12.2,<0.13", + "ruff>=0.15.6,<0.16", "nbformat>=5.10.4,<6", "vl-convert-python>=1.8.0,<2", "tqdm>=4.67.1,<5",