Skip to content

Commit 38969de

Browse files
committed
⬆️ update development dependencies
1 parent a05f325 commit 38969de

2 files changed

Lines changed: 130 additions & 119 deletions

File tree

pyproject.toml

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

55
[tool.uv.build-backend]
@@ -45,12 +45,12 @@ Changelog = "https://github.com/numpy/numtype/releases"
4545
[dependency-groups]
4646
numpy = ["numtype[numpy]"]
4747
lint = [
48-
"dprint-py>=0.52.0.0",
49-
"ruff>=0.15.5",
48+
"dprint-py>=0.53.1.0",
49+
"ruff>=0.15.11",
5050
]
5151
pytest = [
5252
{ include-group = "numpy" },
53-
"pytest>=9.0.2",
53+
"pytest>=9.0.3",
5454
"typing_extensions>=4.15.0",
5555
]
5656
list_and_test = [
@@ -59,30 +59,30 @@ list_and_test = [
5959
]
6060
types = [
6161
{ include-group = "pytest" },
62-
"types-setuptools>=82.0.0.20260210",
63-
"types-tabulate>=0.10.0.20260308",
62+
"types-setuptools>=82.0.0.20260408",
63+
"types-tabulate>=0.10.0.20260408",
6464
]
6565
basedpyright = [
6666
{ include-group = "numpy" },
6767
{ include-group = "types" },
68-
"basedpyright==1.38.2",
68+
"basedpyright==1.39.2",
6969
]
7070
mypy = [
7171
{ include-group = "types" },
72-
"mypy[faster-cache]>=1.19.1",
72+
"mypy[faster-cache]>=1.20.1",
7373
]
7474
typecheck = [
7575
{ include-group = "basedpyright" },
7676
{ include-group = "mypy" },
7777
]
7878
docs = [
79-
"mkdocs-material>=9.7.4",
79+
"mkdocs-material>=9.7.6",
8080
"mkdocs-awesome-nav>=3.3.0",
8181
"markdown-callouts>=0.4.0",
82-
"mkdocs-include-markdown-plugin>=7.2.1",
82+
"mkdocs-include-markdown-plugin>=7.2.2",
8383
"mkdocs-minify-plugin>=0.8.0",
84-
"mkdocstrings[python]>=1.0.3",
85-
"pygments>=2.19.2",
84+
"mkdocstrings[python]>=1.0.4",
85+
"pygments>=2.20.0",
8686
]
8787
dev = [
8888
{ include-group = "list_and_test" },

0 commit comments

Comments
 (0)