From 87926dbf0843a256c0a0efba2948aec30e57a626 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 12:33:25 +0000 Subject: [PATCH 1/2] Bump the python-packages group with 2 updates Updates the requirements on [poethepoet](https://github.com/nat-n/poethepoet) and [pydata-sphinx-theme](https://github.com/pydata/pydata-sphinx-theme) to permit the latest version. Updates `poethepoet` to 0.46.0 - [Release notes](https://github.com/nat-n/poethepoet/releases) - [Commits](https://github.com/nat-n/poethepoet/compare/v0.37.0...v0.46.0) Updates `pydata-sphinx-theme` to 0.18.0 - [Release notes](https://github.com/pydata/pydata-sphinx-theme/releases) - [Changelog](https://github.com/pydata/pydata-sphinx-theme/blob/main/RELEASE.md) - [Commits](https://github.com/pydata/pydata-sphinx-theme/compare/v0.16.0...v0.18.0) --- updated-dependencies: - dependency-name: poethepoet dependency-version: 0.46.0 dependency-type: direct:development dependency-group: python-packages - dependency-name: pydata-sphinx-theme dependency-version: 0.18.0 dependency-type: direct:development dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 17f26eb..25653bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ dev = [ "jupyterlab>=4.3,<5", "jupyterlab-code-formatter>=3.0.2,<4", "jupytext>=1.16.4,<2", - "poethepoet>=0.37,<0.46", + "poethepoet>=0.37,<0.47", "pytest>=8.3.3,<10", "pytest-cov>=5,<8", "sqlalchemy>=1.3.6,<3", @@ -59,7 +59,7 @@ docs = [ "dunamai>=1.22,<2", "myst-nb>=1.1.2,<2", "myst-parser>=3,<6", - "pydata-sphinx-theme>=0.16,<0.18", + "pydata-sphinx-theme>=0.16,<0.19", "sphinx>=9,<9.1", "sphinx-multiversion", ] From 6f55c601f93431d9732ddebb6bd7ece6f461e114 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 2 Jun 2026 12:36:52 +0000 Subject: [PATCH 2/2] chore: auto-apply pre-commit fixes --- .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 ff18568..abcf4db 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,7 @@ repos: - id: check-yaml - id: detect-private-key - repo: https://github.com/tox-dev/pyproject-fmt - rev: "v2.21.1" + rev: "v2.23.0" hooks: - id: pyproject-fmt - repo: https://github.com/codespell-project/codespell @@ -50,7 +50,7 @@ repos: hooks: - id: actionlint - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.15.12" + rev: "v0.15.15" hooks: - id: ruff-format - id: ruff-check