@@ -51,26 +51,26 @@ Changelog = "https://github.com/numpy/numtype/releases"
5151numpy = [" numtype[numpy]" ]
5252lint = [
5353 " dprint-py>=0.50.1.4" ,
54- " ruff>=0.12.7 " ,
54+ " ruff>=0.12.10 " ,
5555]
5656pytest = [
5757 { include-group = " numpy" },
5858 " pytest>=8.4.1" ,
59- " typing_extensions>=4.14.1 " ,
59+ " typing_extensions>=4.15.0 " ,
6060]
6161list_and_test = [
6262 { include-group = " lint" },
6363 { include-group = " pytest" },
6464]
6565types = [
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]
7070basedpyright = [
7171 { include-group = " numpy" },
7272 { include-group = " types" },
73- " basedpyright>=1.31.1 " ,
73+ " basedpyright>=1.31.3 " ,
7474]
7575mypy = [
7676 { include-group = " types" },
@@ -81,7 +81,7 @@ typecheck = [
8181 { include-group = " mypy" },
8282]
8383docs = [
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