From eff63b7020256ec9d43947bebf3645a05908b20b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 09:03:58 +0000 Subject: [PATCH] build: bump the core group with 2 updates Bumps the core group with 2 updates: [ansys-tools-visualization-interface](https://github.com/ansys/ansys-tools-visualization-interface) and [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme). Updates `ansys-tools-visualization-interface` from 0.4.7 to 0.5.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.4.7...v0.5.0) Updates `ansys-sphinx-theme` from 1.1.7 to 1.2.0 - [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases) - [Commits](https://github.com/ansys/ansys-sphinx-theme/compare/v1.1.7...v1.2.0) --- updated-dependencies: - dependency-name: ansys-tools-visualization-interface dependency-type: direct:production update-type: version-update:semver-minor dependency-group: core - dependency-name: ansys-sphinx-theme dependency-type: direct:production update-type: version-update:semver-minor dependency-group: core ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index bf8777c56c..4ec3b83ab8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ jupyter = [ tests = [ "ansys-dpf-core==0.10.1", - "ansys-tools-visualization-interface==0.4.7", + "ansys-tools-visualization-interface==0.5.0", "autopep8==2.3.1", "matplotlib==3.9.2", "pandas==2.2.3", @@ -76,8 +76,8 @@ tests = [ doc = [ "ansys-dpf-core==0.10.1", "ansys-mapdl-reader==0.54.1", - "ansys-tools-visualization-interface==0.4.7", - "ansys-sphinx-theme==1.1.7", + "ansys-tools-visualization-interface==0.5.0", + "ansys-sphinx-theme==1.2.0", "grpcio==1.67.1", "imageio-ffmpeg==0.5.1", "imageio==2.36.0",