Skip to content

Commit 191ee34

Browse files
authored
Merge pull request #1579 from scipy/bump-dev-deps
2 parents 4f34c84 + 9955c54 commit 191ee34

2 files changed

Lines changed: 96 additions & 96 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,22 +49,22 @@ Changelog = "https://github.com/scipy/scipy-stubs/releases"
4949

5050
[dependency-groups]
5151
extras = ["scipy-stubs[scipy]"]
52-
ci = ["packaging>=26.1"]
52+
ci = ["packaging>=26.2"]
5353
lint = [
5454
{ include-group = "extras" },
5555
"dprint-py==0.53.1.0",
56-
"ruff==0.15.11",
56+
"ruff==0.15.12",
5757
"sp-repo-review[cli]==2026.4.4",
5858
]
5959
type = [
6060
{ include-group = "extras" },
6161
{ include-group = "ci" },
6262
"array-api-compat==1.14.0", # bundled as `_lib.array_api_compat`
6363
"pytest==9.0.3", # needed for `_lib._array_api.make_xp_pytest_*`
64-
"matplotlib==3.10.8", # needed for `spatial._plotutils` and `stats._fit.FitResult.plot`
64+
"matplotlib==3.10.9", # needed for `spatial._plotutils` and `stats._fit.FitResult.plot`
6565
"basedpyright==1.39.3",
6666
"mypy[faster-cache]==1.20.2",
67-
"pyrefly==0.62.0",
67+
"pyrefly==0.63.1",
6868
"stubdefaulter>=0.1.0",
6969
"ty==0.0.33",
7070
]

0 commit comments

Comments
 (0)