From a7de54deb4544c75eb4f582a38c143955099410c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Jul 2026 09:37:40 +0000 Subject: [PATCH] Build(deps): Bump the trame group across 1 directory with 4 updates Bumps the trame group with 4 updates in the / directory: [trame-client](https://github.com/Kitware/trame-client), [trame-server](https://github.com/Kitware/trame-server), [trame-vtk](https://github.com/Kitware/trame-vtk) and [trame](https://github.com/Kitware/trame). Updates `trame-client` from 3.12.3 to 3.13.2 - [Release notes](https://github.com/Kitware/trame-client/releases) - [Changelog](https://github.com/Kitware/trame-client/blob/master/CHANGELOG.md) - [Commits](https://github.com/Kitware/trame-client/compare/v3.12.3...v3.13.2) Updates `trame-server` from 3.11.2 to 3.12.5 - [Release notes](https://github.com/Kitware/trame-server/releases) - [Changelog](https://github.com/Kitware/trame-server/blob/master/CHANGELOG.md) - [Commits](https://github.com/Kitware/trame-server/compare/v3.11.2...v3.12.5) Updates `trame-vtk` from 2.11.8 to 2.11.13 - [Release notes](https://github.com/Kitware/trame-vtk/releases) - [Changelog](https://github.com/Kitware/trame-vtk/blob/master/CHANGELOG.md) - [Commits](https://github.com/Kitware/trame-vtk/compare/v2.11.8...v2.11.13) Updates `trame` from 3.12.0 to 3.13.2 - [Release notes](https://github.com/Kitware/trame/releases) - [Changelog](https://github.com/Kitware/trame/blob/master/CHANGELOG.md) - [Commits](https://github.com/Kitware/trame/compare/v3.12.0...v3.13.2) --- updated-dependencies: - dependency-name: trame dependency-version: 3.13.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: trame - dependency-name: trame-client dependency-version: 3.13.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: trame - dependency-name: trame-server dependency-version: 3.12.5 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: trame - dependency-name: trame-vtk dependency-version: 2.11.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: trame ... Signed-off-by: dependabot[bot] --- pyproject.toml | 8 ++++---- requirements.txt | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index cd10682b0..8cf46270d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,11 +37,11 @@ docs = [ 'sphinx_design==0.6.1', 'sphinxcontrib-websupport==2.0.0', 'sphinxcontrib.asciinema==0.4.3', - 'trame-client==3.12.3', - 'trame-server==3.11.2', - 'trame-vtk==2.11.8', + 'trame-client==3.13.2', + 'trame-server==3.12.5', + 'trame-vtk==2.11.13', 'trame-vuetify==3.2.2', - 'trame==3.12.0', + 'trame==3.13.2', 'trimesh==4.12.2', 'typed-ast==1.5.5', 'typing_extensions==4.15.0', diff --git a/requirements.txt b/requirements.txt index 59fb0c934..dae9984d2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ matplotlib pyvista[all] sphinx tqdm -trame>=2.5.0 -trame-client>=3.12.3 -trame-server>=3.11.2 -trame-vtk>=2.11.8 +trame>=3.13.2 +trame-client>=3.13.2 +trame-server>=3.12.5 +trame-vtk>=2.11.13