From 48c8c9311d0b2b2a688411ca91b6979354c04c4e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 24 Jan 2026 04:03:11 +0000 Subject: [PATCH] Update dependency ruff to >=0.14.14,<0.15 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 87df2b1..52548ba 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.14.14,<0.15", "nbformat>=5.10.4,<6", "vl-convert-python>=1.8.0,<2", "tqdm>=4.67.1,<5",