Skip to content

Commit 09f2a8a

Browse files
authored
Merge pull request #757 from numpy/bump-dev-deps
2 parents 474455c + f8229cc commit 09f2a8a

File tree

4 files changed

+146
-145
lines changed

4 files changed

+146
-145
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Changelog = "https://github.com/numpy/numtype/releases"
4646
numpy = ["numtype[numpy]"]
4747
lint = [
4848
"dprint-py>=0.50.2.0",
49-
"ruff>=0.14.9",
49+
"ruff>=0.14.10",
5050
]
5151
pytest = [
5252
{ include-group = "numpy" },
@@ -59,7 +59,7 @@ list_and_test = [
5959
]
6060
types = [
6161
{ include-group = "pytest" },
62-
"types-setuptools>=80.9.0.20250822",
62+
"types-setuptools>=80.9.0.20251221",
6363
"types-tabulate>=0.9.0.20241207",
6464
]
6565
basedpyright = [
@@ -69,14 +69,14 @@ basedpyright = [
6969
]
7070
mypy = [
7171
{ include-group = "types" },
72-
"mypy[faster-cache]>=1.19.0",
72+
"mypy[faster-cache]>=1.19.1",
7373
]
7474
typecheck = [
7575
{ include-group = "basedpyright" },
7676
{ include-group = "mypy" },
7777
]
7878
docs = [
79-
"mkdocs-material>=9.7.0",
79+
"mkdocs-material>=9.7.1",
8080
"mkdocs-awesome-nav>=3.3.0",
8181
"markdown-callouts>=0.4.0",
8282
"mkdocs-include-markdown-plugin>=7.2.0",

tool/ufunc.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,8 @@ def main(args: Sequence[str] | None = None, /) -> int:
204204
import tabulate # pyright: ignore[reportMissingModuleSource] # noqa: PLC0415
205205

206206
print(
207-
tabulate.tabulate(
207+
tabulate
208+
.tabulate(
208209
[list(map(as_code, entry.values())) for entry in data],
209210
headers=[as_code("ufunc"), *list(map(as_code, data[0]))[1:]],
210211
tablefmt=namespace.format,

tool/ufunc.py.lock

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

0 commit comments

Comments
 (0)