From dfc2cd25cf3ef40a9a9ef6bc3a1bb81284f361c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 16:36:13 +0000 Subject: [PATCH] Build(deps): Bump the trame group across 1 directory with 2 updates Bumps the trame group with 2 updates in the / directory: [trame-client](https://github.com/Kitware/trame-client) and [trame-server](https://github.com/Kitware/trame-server). Updates `trame-client` from 3.12.1 to 3.12.3 - [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.1...v3.12.3) Updates `trame-server` from 3.10.0 to 3.11.2 - [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.10.0...v3.11.2) --- updated-dependencies: - dependency-name: trame-client dependency-version: 3.12.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: trame - dependency-name: trame-server dependency-version: 3.11.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: trame ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- requirements.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 136144bc2..aef92db40 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,8 +37,8 @@ docs = [ 'sphinx_design==0.6.1', 'sphinxcontrib-websupport==2.0.0', 'sphinxcontrib.asciinema==0.4.3', - 'trame-client==3.12.1', - 'trame-server==3.10.0', + 'trame-client==3.12.3', + 'trame-server==3.11.2', 'trame-vtk==2.11.8', 'trame-vuetify==3.2.2', 'trame==3.12.0', diff --git a/requirements.txt b/requirements.txt index 22444536f..59fb0c934 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,6 +10,6 @@ pyvista[all] sphinx tqdm trame>=2.5.0 -trame-client>=3.12.1 -trame-server>=2.11.4 +trame-client>=3.12.3 +trame-server>=3.11.2 trame-vtk>=2.11.8