From 40a041fed083957abe988ea7e557bb35f7df7439 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Sep 2025 16:23:23 +0000 Subject: [PATCH] deps: Update dependency typing-extensions to >=4.15.0 --- pixi.lock | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pixi.lock b/pixi.lock index fe62c5eb..0e51d08c 100644 --- a/pixi.lock +++ b/pixi.lock @@ -5135,7 +5135,7 @@ packages: - pypi: ./ name: array-api-extra version: 0.9.1.dev0 - sha256: 1fd12bb0d6e1de60637cba8d62d66388dff89abae79298a4b80e4f085e9bfc5d + sha256: efdea6859e9e326a59b438a6822cd6d5db6bdb5588688c8d55c509e6cc577f74 requires_dist: - array-api-compat>=1.12.0,<2 requires_python: '>=3.10' diff --git a/pyproject.toml b/pyproject.toml index 3c0f4c75..32817dc6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ array-api-compat = ">=1.12.0,<2" array-api-extra = { path = ".", editable = true } [tool.pixi.feature.lint.dependencies] -typing-extensions = ">=4.14.1" +typing-extensions = ">=4.15.0" pylint = ">=3.3.8" mypy = ">=1.17.1" basedpyright = ">=1.31.3" @@ -123,7 +123,7 @@ sphinx-autodoc-typehints = ">=1.25.3" # Needed to import parsed modules with autodoc dask-core = ">=2025.7.0" # No distributed, tornado, etc. pytest = ">=8.4.1" -typing-extensions = ">=4.14.1" +typing-extensions = ">=4.15.0" numpy = ">=2.1.3" [tool.pixi.feature.docs.tasks]