From 3f4eb32bd6717954ec42b0deb5238abe7a6d89ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 00:19:12 +0000 Subject: [PATCH 1/2] build: bump ansys-tools-visualization-interface in the core group Bumps the core group with 1 update: [ansys-tools-visualization-interface](https://github.com/ansys/ansys-tools-visualization-interface). Updates `ansys-tools-visualization-interface` from 0.3.0 to 0.4.0 - [Release notes](https://github.com/ansys/ansys-tools-visualization-interface/releases) - [Changelog](https://github.com/ansys/ansys-tools-visualization-interface/blob/main/CHANGELOG.md) - [Commits](https://github.com/ansys/ansys-tools-visualization-interface/compare/v0.3.0...v0.4.0) --- updated-dependencies: - dependency-name: ansys-tools-visualization-interface dependency-type: direct:production update-type: version-update:semver-minor dependency-group: core ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 53eb6734a2..4cb93027fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ jupyter = [ tests = [ "ansys-dpf-core==0.10.1", - "ansys-tools-visualization-interface==0.3.0", + "ansys-tools-visualization-interface==0.4.0", "autopep8==2.3.1", "matplotlib==3.9.1", "pandas==2.2.2", @@ -75,7 +75,7 @@ tests = [ doc = [ "ansys-dpf-core==0.10.1", "ansys-mapdl-reader==0.53.0", - "ansys-tools-visualization-interface==0.3.0", + "ansys-tools-visualization-interface==0.4.0", "ansys-sphinx-theme==0.16.6", "grpcio==1.65.1", "imageio-ffmpeg==0.5.1", From b5e9cb09bff38cee64f766839755abb664c7bb3e Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Fri, 2 Aug 2024 00:20:23 +0000 Subject: [PATCH 2/2] chore: adding changelog file 3323.dependencies.md --- doc/changelog.d/3323.dependencies.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/3323.dependencies.md diff --git a/doc/changelog.d/3323.dependencies.md b/doc/changelog.d/3323.dependencies.md new file mode 100644 index 0000000000..a3da3e9cb7 --- /dev/null +++ b/doc/changelog.d/3323.dependencies.md @@ -0,0 +1 @@ +build: bump ansys-tools-visualization-interface from 0.3.0 to 0.4.0 in the core group \ No newline at end of file