Skip to content

Commit 817e6e9

Browse files
authored
Merge pull request #716 from numpy/bump-mypy
2 parents 38c7350 + cac9cee commit 817e6e9

5 files changed

Lines changed: 17 additions & 16 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["uv_build>=0.8.17,<0.9"]
2+
requires = ["uv_build>=0.8.22,<0.9"]
33
build-backend = "uv_build"
44

55
[tool.uv.build-backend]
@@ -86,7 +86,7 @@ docs = [
8686
"markdown-callouts>=0.4.0",
8787
"mkdocs-include-markdown-plugin>=7.1.7",
8888
"mkdocs-minify-plugin>=0.8.0",
89-
"mkdocstrings[python]>=0.30.0",
89+
"mkdocstrings[python]>=0.30.1",
9090
"pygments>=2.19.2",
9191
]
9292
dev = [

tool/stubtest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# requires-python = ">=3.11"
33
# dependencies = [
44
# "numtype[numpy]",
5-
# "mypy[faster-cache] >=1.18.1, <1.19", # keep in sync with pyproject.toml
5+
# "mypy[faster-cache] >=1.18.2, <1.19", # keep in sync with pyproject.toml
66
# "PyInstaller",
77
# "hypothesis",
88
# "pytest",

tool/stubtest.py.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tool/ufunc.py.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

uv.lock

Lines changed: 6 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)