From ccaac40d37ab046dbbba9181c0575f280065d71b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 17:12:41 +0000 Subject: [PATCH] build: bump ansys-tools-visualization-interface from 0.5.0 to 0.6.0 Bumps [ansys-tools-visualization-interface](https://github.com/ansys/ansys-tools-visualization-interface) from 0.5.0 to 0.6.0. - [Release notes](https://github.com/ansys/ansys-tools-visualization-interface/releases) - [Changelog](https://github.com/ansys/ansys-tools-visualization-interface/blob/v0.6.0/CHANGELOG.md) - [Commits](https://github.com/ansys/ansys-tools-visualization-interface/compare/v0.5.0...v0.6.0) --- updated-dependencies: - dependency-name: ansys-tools-visualization-interface dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f32b0dc7ee..7ff352fb31 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ all = [ tests = [ "ansys-platform-instancemanagement==1.1.2", "ansys-tools-path==0.7.0", - "ansys-tools-visualization-interface==0.5.0", + "ansys-tools-visualization-interface==0.6.0", "beartype==0.19.0", "docker==7.1.0", "grpcio==1.67.1", @@ -77,7 +77,7 @@ tests-minimal = [ doc = [ "ansys-sphinx-theme[autoapi]==1.2.2", "ansys-tools-path==0.7.0", - "ansys-tools-visualization-interface==0.5.0", + "ansys-tools-visualization-interface==0.6.0", "beartype==0.19.0", "docker==7.1.0", "grpcio==1.67.1",