From eac0ee8a47d0a71b7de7465f4751229965435bd9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 27 Sep 2025 18:06:05 +0000 Subject: [PATCH] deps: Update dependency mypy to >=1.18.1 --- pixi.lock | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pixi.lock b/pixi.lock index 444cfefe..2cbacf04 100644 --- a/pixi.lock +++ b/pixi.lock @@ -5131,7 +5131,7 @@ packages: - pypi: ./ name: array-api-extra version: 0.9.1.dev0 - sha256: 0fcff34f5fda94f3242e875b16006e8470a0ba296c717db782ca7bdfdb909d13 + sha256: 99ccd8f7f04c8c5b2ffeea1fe8adc2fd2241fe9d66a61a02e55bca4c3e8145b8 requires_dist: - array-api-compat>=1.12.0,<2 requires_python: '>=3.10' diff --git a/pyproject.toml b/pyproject.toml index dc223fed..1da698b0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ array-api-extra = { path = ".", editable = true } [tool.pixi.feature.lint.dependencies] typing-extensions = ">=4.15.0" pylint = ">=3.3.8" -mypy = ">=1.17.1" +mypy = ">=1.18.1" basedpyright = ">=1.31.4" numpydoc = ">=1.9.0,<2" # import dependencies for mypy: