From bcd58173ea86dd17a323ca373eabbbd25415a691 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 03:05:25 +0000 Subject: [PATCH] chore(deps): bump vedo from 2023.4.7 to 2026.6.1 Bumps [vedo](https://github.com/marcomusy/vedo) from 2023.4.7 to 2026.6.1. - [Release notes](https://github.com/marcomusy/vedo/releases) - [Changelog](https://github.com/marcomusy/vedo/blob/master/CHANGELOG.md) - [Commits](https://github.com/marcomusy/vedo/commits/v2026.6.1) --- updated-dependencies: - dependency-name: vedo dependency-version: 2026.6.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 70b84f8f..2b9acb37 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ authors = [ dependencies = [ "PySide6==6.5.2", "vtk==9.3.1", - "vedo==2023.4.7", + "vedo==2026.6.1", "opencv-python-headless==4.8.1.78", "numpy==1.26.4", "scipy==1.14.1", diff --git a/requirements.txt b/requirements.txt index 1701b215..0b6509ec 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,6 +11,6 @@ scipy==1.14.1 shapely==2.1.1 tifffile==2024.9.20 trimesh==3.18.1 -vedo==2023.4.7 +vedo==2026.6.1 vtk==9.3.1 zarr==2.18.2