Skip to content

Commit c14271d

Browse files
committed
⬆️ update development dependencies
1 parent bea3b0d commit c14271d

2 files changed

Lines changed: 207 additions & 231 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ Changelog = "https://github.com/numpy/numtype/releases"
4545
[dependency-groups]
4646
numpy = ["numtype[numpy]"]
4747
lint = [
48-
"dprint-py>=0.51.1.0",
49-
"ruff>=0.15.1",
48+
"dprint-py>=0.52.0.0",
49+
"ruff>=0.15.5",
5050
]
5151
pytest = [
5252
{ include-group = "numpy" },
@@ -60,7 +60,7 @@ list_and_test = [
6060
types = [
6161
{ include-group = "pytest" },
6262
"types-setuptools>=82.0.0.20260210",
63-
"types-tabulate>=0.9.0.20241207",
63+
"types-tabulate>=0.10.0.20260308",
6464
]
6565
basedpyright = [
6666
{ include-group = "numpy" },
@@ -76,7 +76,7 @@ typecheck = [
7676
{ include-group = "mypy" },
7777
]
7878
docs = [
79-
"mkdocs-material>=9.7.1",
79+
"mkdocs-material>=9.7.4",
8080
"mkdocs-awesome-nav>=3.3.0",
8181
"markdown-callouts>=0.4.0",
8282
"mkdocs-include-markdown-plugin>=7.2.1",

0 commit comments

Comments
 (0)