From 40a0cbfcbc335473871d0b90bdf16a2788caa4e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 12:34:36 +0000 Subject: [PATCH 1/3] Bump the python-packages group with 2 updates Updates the requirements on [isort](https://github.com/PyCQA/isort) and [pydata-sphinx-theme](https://github.com/pydata/pydata-sphinx-theme) to permit the latest version. Updates `isort` to 9.0.1 - [Release notes](https://github.com/PyCQA/isort/releases) - [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md) - [Commits](https://github.com/PyCQA/isort/compare/5.13.2...9.0.1) Updates `pydata-sphinx-theme` to 0.21.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.21.0) --- updated-dependencies: - dependency-name: isort dependency-version: 9.0.1 dependency-type: direct:development dependency-group: python-packages - dependency-name: pydata-sphinx-theme dependency-version: 0.21.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 7593311..83c13ac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ dev = [ "coverage>=7.6,<8", "duckdb>=1.1.3,<2", "httpcore>=0.18,<1.1", - "isort>=5.13.2,<9", + "isort>=5.13.2,<10", "jupyterlab>=4.3,<5", "jupyterlab-code-formatter>=3.0.2,<4", "jupytext>=1.16.4,<2", @@ -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.21", + "pydata-sphinx-theme>=0.16,<0.22", "sphinx>=9,<9.1", "sphinx-multiversion", ] From 25470135118a596b3e32dc5386debfb205fceb49 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 1 Sep 2026 12:37:52 +0000 Subject: [PATCH 2/3] chore: auto-apply pre-commit fixes --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3d162d7..726328e 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.27.0" + rev: "v2.29.2" hooks: - id: pyproject-fmt - repo: https://github.com/codespell-project/codespell @@ -50,12 +50,12 @@ repos: hooks: - id: actionlint - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.16.1" + rev: "v0.16.5" hooks: - id: ruff-format - id: ruff-check - repo: https://github.com/software-gardening/almanack - rev: v0.1.16 + rev: v0.1.17 hooks: - id: almanack-check - repo: https://gitlab.com/vojko.pribudic.foss/pre-commit-update From 8a89e837f9052d7dd0ea3e38563f4e8be21ce46d Mon Sep 17 00:00:00 2001 From: d33bs Date: Tue, 1 Sep 2026 10:34:15 -0600 Subject: [PATCH 3/3] Update uv.lock --- uv.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/uv.lock b/uv.lock index 81fbdd7..8c9ebaf 100644 --- a/uv.lock +++ b/uv.lock @@ -829,8 +829,8 @@ requires-dist = [ { name = "ipywidgets", specifier = ">=8.1.7,<9" }, { name = "matplotlib", specifier = ">=3.9.3,<4" }, { name = "nest-asyncio2", specifier = ">=1.7,<2" }, - { name = "ome-arrow", specifier = ">=0.0.3,<0.0.12" }, - { name = "opencv-python", specifier = ">=4.10.0.84,<5" }, + { name = "ome-arrow", specifier = ">=0.0.3,<0.1.1" }, + { name = "opencv-python", specifier = ">=4.10.0.84,<6" }, { name = "pandas", specifier = ">=2.2.2,<4" }, { name = "pyarrow", specifier = ">=16" }, { name = "pyvista", specifier = ">=0.46.4" }, @@ -848,11 +848,11 @@ dev = [ { name = "coverage", specifier = ">=7.6,<8" }, { name = "duckdb", specifier = ">=1.1.3,<2" }, { name = "httpcore", specifier = ">=0.18,<1.1" }, - { name = "isort", specifier = ">=5.13.2,<9" }, + { name = "isort", specifier = ">=5.13.2,<10" }, { name = "jupyterlab", specifier = ">=4.3,<5" }, { name = "jupyterlab-code-formatter", specifier = ">=3.0.2,<4" }, { name = "jupytext", specifier = ">=1.16.4,<2" }, - { name = "poethepoet", specifier = ">=0.37,<0.48" }, + { name = "poethepoet", specifier = ">=0.37,<0.49" }, { name = "pytest", specifier = ">=8.3.3,<10" }, { name = "pytest-cov", specifier = ">=5,<8" }, { name = "sqlalchemy", specifier = ">=1.3.6,<3" }, @@ -861,7 +861,7 @@ docs = [ { name = "dunamai", specifier = ">=1.22,<2" }, { name = "myst-nb", specifier = ">=1.1.2,<2" }, { name = "myst-parser", specifier = ">=3,<6" }, - { name = "pydata-sphinx-theme", specifier = ">=0.16,<0.20" }, + { name = "pydata-sphinx-theme", specifier = ">=0.16,<0.22" }, { name = "sphinx", specifier = ">=9,<9.1" }, { name = "sphinx-multiversion", git = "https://github.com/J-RN/sphinx-multiversion?rev=a77f0c862dace3a62c18fc866da60ef7dde3873d" }, ]