From 9a8a354dc1b0dcbe196c2410021f512dd478bb61 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Jun 2025 15:21:08 +0000 Subject: [PATCH] deps: Update dependency typing-extensions to >=4.14.0 --- pixi.lock | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pixi.lock b/pixi.lock index 709ffbe..f5900d5 100644 --- a/pixi.lock +++ b/pixi.lock @@ -4196,7 +4196,7 @@ packages: - pypi: ./ name: array-api-extra version: 0.8.1.dev0 - sha256: a0415d461d8fb7cff758e3f0148fa44b537702fa0120e3597dde01fb4790694d + sha256: 9bd192b85cf9420c28a5c2b04aaf318ea6344ebb6f8b8cb9dac980ae647ad10d requires_dist: - array-api-compat>=1.12.0,<2 requires_python: '>=3.10' diff --git a/pyproject.toml b/pyproject.toml index 3d6cbdf..e52621f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ array-api-compat = ">=1.12.0,<2" array-api-extra = { path = ".", editable = true } [tool.pixi.feature.lint.dependencies] -typing-extensions = ">=4.13.2" +typing-extensions = ">=4.14.0" pre-commit = ">=4.2.0" pylint = ">=3.3.7" mypy = ">=1.16.0" @@ -107,7 +107,7 @@ sphinx-autodoc-typehints = ">=1.25.3" # Needed to import parsed modules with autodoc dask-core = ">=2025.5.1" # No distributed, tornado, etc. pytest = ">=8.4.0" -typing-extensions = ">=4.13.2" +typing-extensions = ">=4.14.0" numpy = ">=2.1.3" [tool.pixi.feature.docs.tasks]