We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8636d5 commit c60d7c2Copy full SHA for c60d7c2
2 files changed
pyproject.toml
@@ -46,7 +46,7 @@ Changelog = "https://github.com/numpy/numtype/releases"
46
numpy = ["numtype[numpy]"]
47
lint = [
48
"dprint-py>=0.51.1.0",
49
- "ruff>=0.15.0",
+ "ruff>=0.15.1",
50
]
51
pytest = [
52
{ include-group = "numpy" },
@@ -59,13 +59,13 @@ list_and_test = [
59
60
types = [
61
{ include-group = "pytest" },
62
- "types-setuptools>=80.10.0.20260124",
+ "types-setuptools>=82.0.0.20260210",
63
"types-tabulate>=0.9.0.20241207",
64
65
basedpyright = [
66
67
{ include-group = "types" },
68
- "basedpyright==1.37.4",
+ "basedpyright==1.38.0",
69
70
mypy = [
71
@@ -81,7 +81,7 @@ docs = [
81
"markdown-callouts>=0.4.0",
82
"mkdocs-include-markdown-plugin>=7.2.1",
83
"mkdocs-minify-plugin>=0.8.0",
84
- "mkdocstrings[python]>=1.0.2",
+ "mkdocstrings[python]>=1.0.3",
85
"pygments>=2.19.2",
86
87
dev = [
0 commit comments