Skip to content

Commit 523f291

Browse files
authored
Merge pull request #691 from numpy/bump-dev-deps
2 parents 113c104 + c23845d commit 523f291

4 files changed

Lines changed: 175 additions & 164 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,26 +51,26 @@ Changelog = "https://github.com/numpy/numtype/releases"
5151
numpy = ["numtype[numpy]"]
5252
lint = [
5353
"dprint-py>=0.50.1.4",
54-
"ruff>=0.12.7",
54+
"ruff>=0.12.10",
5555
]
5656
pytest = [
5757
{ include-group = "numpy" },
5858
"pytest>=8.4.1",
59-
"typing_extensions>=4.14.1",
59+
"typing_extensions>=4.15.0",
6060
]
6161
list_and_test = [
6262
{ include-group = "lint" },
6363
{ include-group = "pytest" },
6464
]
6565
types = [
6666
{ include-group = "pytest" },
67-
"types-setuptools>=80.9.0.20250801",
67+
"types-setuptools>=80.9.0.20250822",
6868
"types-tabulate>=0.9.0.20241207",
6969
]
7070
basedpyright = [
7171
{ include-group = "numpy" },
7272
{ include-group = "types" },
73-
"basedpyright>=1.31.1",
73+
"basedpyright>=1.31.3",
7474
]
7575
mypy = [
7676
{ include-group = "types" },
@@ -81,7 +81,7 @@ typecheck = [
8181
{ include-group = "mypy" },
8282
]
8383
docs = [
84-
"mkdocs-material>=9.6.16",
84+
"mkdocs-material>=9.6.18",
8585
"pydantic>=2.12.0a1; python_version >= '3.14'", # needed for mkdocs-awesome-nav
8686
"mkdocs-awesome-nav>=3.1.2",
8787
"markdown-callouts>=0.4.0",

0 commit comments

Comments
 (0)