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.
2 parents 621e7e6 + 01f87b0 commit 682f8f3Copy full SHA for 682f8f3
pyproject.toml
@@ -47,7 +47,7 @@ ci = ["packaging>=25.0"]
47
lint = [
48
{ include-group = "extras" },
49
"dprint-py>=0.50.0.0",
50
- "ruff>=0.12.4",
+ "ruff>=0.12.5",
51
"sp-repo-review[cli]>=2025.5.2",
52
]
53
type = [
@@ -56,7 +56,7 @@ type = [
56
"array-api-compat==1.12.0", # bundled as `scipy._lib.array_api_compat`
57
"basedpyright>=1.31.0",
58
"mypy>=1.17.0",
59
- "orjson>=3.11.0; python_version<'3.14'", # used by mypy
+ "orjson>=3.11.1; python_version<'3.14'", # used by mypy
60
61
dev = [
62
{ include-group = "lint" },
0 commit comments