From 26e14edfc709c1ade1d0a7331ed75830567ac4f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 14:39:16 +0000 Subject: [PATCH] Bump the python-packages group with 3 updates Updates the requirements on [ome-arrow](https://github.com/wayscience/ome-arrow), [poethepoet](https://github.com/nat-n/poethepoet) and [pydata-sphinx-theme](https://github.com/pydata/pydata-sphinx-theme) to permit the latest version. Updates `ome-arrow` to 0.0.9 - [Release notes](https://github.com/wayscience/ome-arrow/releases) - [Commits](https://github.com/wayscience/ome-arrow/compare/v0.0.3...v0.0.9) Updates `poethepoet` to 0.45.0 - [Release notes](https://github.com/nat-n/poethepoet/releases) - [Commits](https://github.com/nat-n/poethepoet/compare/v0.37.0...v0.45.0) Updates `pydata-sphinx-theme` to 0.17.1 - [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.17.1) --- updated-dependencies: - dependency-name: ome-arrow dependency-version: 0.0.9 dependency-type: direct:production dependency-group: python-packages - dependency-name: poethepoet dependency-version: 0.45.0 dependency-type: direct:development dependency-group: python-packages - dependency-name: pydata-sphinx-theme dependency-version: 0.17.1 dependency-type: direct:development dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 956dc9a..17f26eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ "ipywidgets>=8.1.7,<9", "matplotlib>=3.9.3,<4", "nest-asyncio>=1.6,<2", - "ome-arrow>=0.0.3,<0.0.9", + "ome-arrow>=0.0.3,<0.0.10", "opencv-python>=4.10.0.84,<5", "pandas>=2.2.2,<4", "pyarrow>=16", @@ -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.43", + "poethepoet>=0.37,<0.46", "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.17", + "pydata-sphinx-theme>=0.16,<0.18", "sphinx>=9,<9.1", "sphinx-multiversion", ]