From bdbb7bdb869eb9cd9cca8e46c28b58a61a77144d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 09:01:35 +0000 Subject: [PATCH] Bump ngio from 0.4.2 to 0.4.4 in the my-packages group Bumps the my-packages group with 1 update: [ngio](https://github.com/BioVisionCenter/ngio). Updates `ngio` from 0.4.2 to 0.4.4 - [Release notes](https://github.com/BioVisionCenter/ngio/releases) - [Changelog](https://github.com/BioVisionCenter/ngio/blob/main/CHANGELOG.md) - [Commits](https://github.com/BioVisionCenter/ngio/compare/v0.4.2...v0.4.4) --- updated-dependencies: - dependency-name: ngio dependency-version: 0.4.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: my-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 1e7e67d..a5f19ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ authors = [{ name = "lorenzo", email = "lorenzo.cerrone@uzh.ch" }] dependencies = [ "streamlit>=1.51.0, <1.52.0", - "ngio==0.4.2", + "ngio==0.4.4", "plotly", "matplotlib", "orjson",