Skip to content

Commit 112f004

Browse files
deps: Update dependency typing-extensions to >=4.15.0 (data-apis#423)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b0b6040 commit 112f004

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pixi.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ array-api-compat = ">=1.12.0,<2"
5555
array-api-extra = { path = ".", editable = true }
5656

5757
[tool.pixi.feature.lint.dependencies]
58-
typing-extensions = ">=4.14.1"
58+
typing-extensions = ">=4.15.0"
5959
pylint = ">=3.3.8"
6060
mypy = ">=1.17.1"
6161
basedpyright = ">=1.31.3"
@@ -123,7 +123,7 @@ sphinx-autodoc-typehints = ">=1.25.3"
123123
# Needed to import parsed modules with autodoc
124124
dask-core = ">=2025.7.0" # No distributed, tornado, etc.
125125
pytest = ">=8.4.1"
126-
typing-extensions = ">=4.14.1"
126+
typing-extensions = ">=4.15.0"
127127
numpy = ">=2.1.3"
128128

129129
[tool.pixi.feature.docs.tasks]

0 commit comments

Comments
 (0)