Skip to content

Commit b808f76

Browse files
committed
chore(deps): update dev tooling and patch vulnerable transitive deps
Dev tooling (direct, dev group): - bump minimums: ruff 0.15.17, pytest 9.1.0, pytest-asyncio 1.4.0, pyright 1.1.410; keep the ruff pre-commit rev in sync. - lock-only refresh (unpinned): pre-commit 4.6.0, sphinx-gallery 0.21.0, sphinxcontrib-mermaid 2.0.2. Security (transitive, dev-only via sphinx-autobuild / anyio; not shipped in the wheel): starlette 1.0.0 -> 1.3.1, idna 3.11 -> 3.18, anyio -> 4.14.0, clearing all 6 open Dependabot alerts (2 high, 3 moderate, 1 low). Signed-off-by: Fernando Macedo <fgmacedo@gmail.com>
1 parent b60be26 commit b808f76

3 files changed

Lines changed: 57 additions & 57 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repos:
99
exclude: docs/auto_examples
1010
- repo: https://github.com/astral-sh/ruff-pre-commit
1111
# Ruff version.
12-
rev: v0.15.13
12+
rev: v0.15.17
1313
hooks:
1414
# Run the linter.
1515
- id: ruff

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@ io = ["PyYAML >= 6.0", "jsonschema >= 4.18"]
3434

3535
[dependency-groups]
3636
dev = [
37-
"ruff >=0.15.13",
37+
"ruff >=0.15.17",
3838
"pre-commit",
3939
"mypy",
40-
"pytest >=9.0.3",
40+
"pytest >=9.1.0",
4141
"pytest-cov >=7.1.0",
4242
"pytest-sugar >=1.1.1",
4343
"pytest-mock >=3.15.1",
4444
"pytest-benchmark >=5.2.3",
45-
"pytest-asyncio >=1.3.0",
45+
"pytest-asyncio >=1.4.0",
4646
"pydot",
4747
"django >=6.0.3; python_version >='3.12'",
4848
"django >=5.2.14; python_version <'3.12'",
@@ -59,7 +59,7 @@ dev = [
5959
"babel >=2.18.0",
6060
"pytest-xdist>=3.8.0",
6161
"pytest-timeout>=2.4.0",
62-
"pyright>=1.1.408",
62+
"pyright>=1.1.410",
6363
"PyYAML >=6.0",
6464
"jsonschema >=4.18",
6565
]

0 commit comments

Comments
 (0)