Skip to content

Commit 9d1aaca

Browse files
committed
⬆️ update deps
1 parent 2983102 commit 9d1aaca

2 files changed

Lines changed: 134 additions & 134 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 5 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.14.11",
49+
"ruff>=0.14.14",
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.9.0.20251223",
62+
"types-setuptools>=80.10.0.20260124",
6363
"types-tabulate>=0.9.0.20241207",
6464
]
6565
basedpyright = [
6666
{ include-group = "numpy" },
6767
{ include-group = "types" },
68-
"basedpyright==1.37.1",
68+
"basedpyright==1.37.2",
6969
]
7070
mypy = [
7171
{ include-group = "types" },
@@ -79,9 +79,9 @@ docs = [
7979
"mkdocs-material>=9.7.1",
8080
"mkdocs-awesome-nav>=3.3.0",
8181
"markdown-callouts>=0.4.0",
82-
"mkdocs-include-markdown-plugin>=7.2.0",
82+
"mkdocs-include-markdown-plugin>=7.2.1",
8383
"mkdocs-minify-plugin>=0.8.0",
84-
"mkdocstrings[python]>=1.0.0",
84+
"mkdocstrings[python]>=1.0.2",
8585
"pygments>=2.19.2",
8686
]
8787
dev = [

0 commit comments

Comments
 (0)