Skip to content

Commit 682f8f3

Browse files
authored
⬆️ numpy 2.3.2 and ruff 0.12.5 (#771)
2 parents 621e7e6 + 01f87b0 commit 682f8f3

File tree

2 files changed

+161
-127
lines changed

2 files changed

+161
-127
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ ci = ["packaging>=25.0"]
4747
lint = [
4848
{ include-group = "extras" },
4949
"dprint-py>=0.50.0.0",
50-
"ruff>=0.12.4",
50+
"ruff>=0.12.5",
5151
"sp-repo-review[cli]>=2025.5.2",
5252
]
5353
type = [
@@ -56,7 +56,7 @@ type = [
5656
"array-api-compat==1.12.0", # bundled as `scipy._lib.array_api_compat`
5757
"basedpyright>=1.31.0",
5858
"mypy>=1.17.0",
59-
"orjson>=3.11.0; python_version<'3.14'", # used by mypy
59+
"orjson>=3.11.1; python_version<'3.14'", # used by mypy
6060
]
6161
dev = [
6262
{ include-group = "lint" },

0 commit comments

Comments
 (0)