11[build-system ]
2- requires = [" uv_build>=0.9.0 ,<0.10.0" ]
2+ requires = [" uv_build>=0.9.14 ,<0.10.0" ]
33build-backend = " uv_build"
44
55[tool .uv .build-backend ]
@@ -9,7 +9,7 @@ source-exclude = ['\@test', ".ruff_cache", ".ruff.toml"]
99
1010[project ]
1111name = " numtype"
12- version = " 2.3.4 .0.dev0"
12+ version = " 2.3.5 .0.dev0"
1313description = " Experimental Typing Stubs for NumPy"
1414readme = " README.md"
1515authors = [{
name =
" Joren Hammudoglu" ,
email =
" [email protected] " }]
@@ -34,7 +34,7 @@ requires-python = ">=3.11"
3434dependencies = []
3535
3636[project .optional-dependencies ]
37- numpy = [" numpy>=2.3.4 " ]
37+ numpy = [" numpy>=2.3.5 " ]
3838
3939[project .urls ]
4040Homepage = " https://numpy.org/"
@@ -46,11 +46,11 @@ Changelog = "https://github.com/numpy/numtype/releases"
4646numpy = [" numtype[numpy]" ]
4747lint = [
4848 " dprint-py>=0.50.2.0" ,
49- " ruff>=0.14.0 " ,
49+ " ruff>=0.14.7 " ,
5050]
5151pytest = [
5252 { include-group = " numpy" },
53- " pytest>=8.4.2 " ,
53+ " pytest>=9.0.1 " ,
5454 " typing_extensions>=4.15.0" ,
5555]
5656list_and_test = [
@@ -65,23 +65,23 @@ types = [
6565basedpyright = [
6666 { include-group = " numpy" },
6767 { include-group = " types" },
68- " basedpyright==1.33 .0" ,
68+ " basedpyright==1.34 .0" ,
6969]
7070mypy = [
7171 { include-group = " types" },
72- " mypy[faster-cache]>=1.18.2 " ,
72+ " mypy[faster-cache]>=1.19.0 " ,
7373]
7474typecheck = [
7575 { include-group = " basedpyright" },
7676 { include-group = " mypy" },
7777]
7878docs = [
79- " mkdocs-material>=9.6.21 " ,
79+ " mkdocs-material>=9.7.0 " ,
8080 " mkdocs-awesome-nav>=3.2.0" ,
8181 " markdown-callouts>=0.4.0" ,
8282 " mkdocs-include-markdown-plugin>=7.2.0" ,
8383 " mkdocs-minify-plugin>=0.8.0" ,
84- " mkdocstrings[python]>=0.30.1 " ,
84+ " mkdocstrings[python]>=1.0.0 " ,
8585 " pygments>=2.19.2" ,
8686]
8787dev = [
@@ -217,11 +217,11 @@ allow-dunder-method-names = ["__array__", "__array_ufunc__"]
217217# pytest
218218
219219[tool .pytest .ini_options ]
220- minversion = " 8 .0"
221- addopts = [" -ra" , " --strict-config " , " --strict-markers " ]
220+ minversion = " 9 .0"
221+ addopts = [" -ra" ]
222222filterwarnings = [" error" ]
223- log_cli_level = " INFO"
224- xfail_strict = true
223+ log_level = " INFO"
224+ strict = true
225225
226226# tox
227227
0 commit comments