Skip to content

Commit c60d7c2

Browse files
committed
⬆️ update development dependencies
1 parent a8636d5 commit c60d7c2

2 files changed

Lines changed: 225 additions & 195 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Changelog = "https://github.com/numpy/numtype/releases"
4646
numpy = ["numtype[numpy]"]
4747
lint = [
4848
"dprint-py>=0.51.1.0",
49-
"ruff>=0.15.0",
49+
"ruff>=0.15.1",
5050
]
5151
pytest = [
5252
{ include-group = "numpy" },
@@ -59,13 +59,13 @@ list_and_test = [
5959
]
6060
types = [
6161
{ include-group = "pytest" },
62-
"types-setuptools>=80.10.0.20260124",
62+
"types-setuptools>=82.0.0.20260210",
6363
"types-tabulate>=0.9.0.20241207",
6464
]
6565
basedpyright = [
6666
{ include-group = "numpy" },
6767
{ include-group = "types" },
68-
"basedpyright==1.37.4",
68+
"basedpyright==1.38.0",
6969
]
7070
mypy = [
7171
{ include-group = "types" },
@@ -81,7 +81,7 @@ docs = [
8181
"markdown-callouts>=0.4.0",
8282
"mkdocs-include-markdown-plugin>=7.2.1",
8383
"mkdocs-minify-plugin>=0.8.0",
84-
"mkdocstrings[python]>=1.0.2",
84+
"mkdocstrings[python]>=1.0.3",
8585
"pygments>=2.19.2",
8686
]
8787
dev = [

0 commit comments

Comments
 (0)