From f8157f24c840749d005d22f2e600c3e7f9fd26ec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 31 Aug 2025 08:52:59 +0000 Subject: [PATCH] deps: Update dependency ruff to >=0.12.9,<0.13 --- pixi.lock | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pixi.lock b/pixi.lock index 59ff2716..6046df2c 100644 --- a/pixi.lock +++ b/pixi.lock @@ -4258,7 +4258,7 @@ packages: - pypi: ./ name: array-api-extra version: 0.9.0.dev0 - sha256: 3dfbfdc2d3f866b94eea9a27d0ae2925062c15cb708d3ac6b31a1121817c72ed + sha256: e917c80e998aa7d10c639c3d4ae5f9939950e24e438149d3ce734115e4859240 requires_dist: - array-api-compat>=1.12.0,<2 requires_python: '>=3.10' diff --git a/pyproject.toml b/pyproject.toml index 854fb5f2..912d3db8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ hypothesis = ">=6.136.4" dask-core = ">=2025.7.0" # No distributed, tornado, etc. dprint = ">=0.50.0,<0.51" lefthook = ">=1.12.3,<2" -ruff = ">=0.12.8,<0.13" +ruff = ">=0.12.9,<0.13" typos = ">=1.35.5,<2" actionlint = ">=1.7.7,<2" blacken-docs = ">=1.19.1,<2"