From 68a3eb1be2e0906be4c7e870b81890f0157b45d8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 11:53:00 +0000 Subject: [PATCH] Update dependency ruff to >=0.15.2,<0.16 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0e38dbb..1d314b1 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.2,<0.16", "nbformat>=5.10.4,<6", "vl-convert-python>=1.8.0,<2", "tqdm>=4.67.1,<5",