From 761664cc20f08d90d7851619247b508d1e9283d2 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 19:34:51 +0000 Subject: [PATCH 1/2] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/asottile/setup-cfg-fmt: v3.1.0 → v3.2.0](https://github.com/asottile/setup-cfg-fmt/compare/v3.1.0...v3.2.0) - [github.com/astral-sh/ruff-pre-commit: v0.14.9 → v0.14.11](https://github.com/astral-sh/ruff-pre-commit/compare/v0.14.9...v0.14.11) --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d3cc504..05be56a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/asottile/setup-cfg-fmt - rev: v3.1.0 + rev: v3.2.0 hooks: - id: setup-cfg-fmt - repo: https://github.com/pre-commit/pre-commit-hooks @@ -13,7 +13,7 @@ repos: hooks: - id: mypy - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.9 + rev: v0.14.11 hooks: - id: ruff args: ["--fix", "--show-fixes"] From 357eddd4a5baff14c0e88bc637bc0a9adabff0a0 Mon Sep 17 00:00:00 2001 From: Corentin Cadiou Date: Tue, 13 Jan 2026 10:12:47 +0100 Subject: [PATCH 2/2] Bump test deps --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 63df740..fc03044 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,10 +31,10 @@ dependencies = [ [project.optional-dependencies] test = [ - "matplotlib==3.10.1", + "matplotlib==3.10.8", "pytest-cov==7.0.0", "pytest-mpl==0.18.0", - "pytest==8.4.2", + "pytest==9.0.2", ] [project.urls]