From b555521fe01bd512ae20d24d6e94bbac48f16426 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 12:56:50 +0000 Subject: [PATCH] chore(deps): update napari requirement in the python-packages group Updates the requirements on [napari](https://github.com/napari/napari) to permit the latest version. Updates `napari` to 0.7.1 - [Release notes](https://github.com/napari/napari/releases) - [Commits](https://github.com/napari/napari/compare/v0.5.3...v0.7.1) --- updated-dependencies: - dependency-name: napari dependency-version: 0.7.1 dependency-type: direct:production dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bec0cb8..4eb3920 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ "numpy", "magicgui", "qtpy", - "scikit-image", "napari>=0.5.3,<0.7", "pyqt5>=5.15.0,<6", + "scikit-image", "napari>=0.5.3,<0.8", "pyqt5>=5.15.0,<6", ] [project.optional-dependencies]