Skip to content

Commit 0ee0d0e

Browse files
dependabot[bot]pyansys-ci-botgerma89
authored
build: bump ansys-tools-visualization-interface from 0.11.0 to 0.12.1 in the core group (#4254)
* 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.11.0 to 0.12.1 - [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](ansys/ansys-tools-visualization-interface@v0.11.0...v0.12.1) --- updated-dependencies: - dependency-name: ansys-tools-visualization-interface dependency-version: 0.12.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: core ... Signed-off-by: dependabot[bot] <support@github.com> * chore: adding changelog file 4254.dependencies.md [dependabot-skip] * fix: update ansys-tools-visualization-interface version constraint to <0.13.0 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Co-authored-by: German <28149841+germa89@users.noreply.github.com>
1 parent af83eea commit 0ee0d0e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Bump ansys-tools-visualization-interface from 0.11.0 to 0.12.1 in the core group

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ version = "0.70.dev0"
5151
jupyter = ["ipywidgets", "jupyterlab>=3"]
5252

5353
graphics = [
54-
"ansys-tools-visualization-interface>=0.9.0,<0.12.0",
54+
"ansys-tools-visualization-interface>=0.9.0,<0.13.0",
5555
"matplotlib>=3.0.0", # for colormaps for pyvista
5656
]
5757

@@ -64,7 +64,7 @@ all = [
6464

6565
tests = [
6666
"ansys-dpf-core[graphics]==0.13.6",
67-
"ansys-tools-visualization-interface==0.11.0",
67+
"ansys-tools-visualization-interface==0.12.1",
6868
"autopep8==2.3.2",
6969
"matplotlib==3.10.6",
7070
"pandas==2.3.3",
@@ -87,7 +87,7 @@ doc = [
8787
"ansys-dpf-core[graphics]==0.13.6",
8888
"ansys-mapdl-reader==0.55.1",
8989
"ansys-sphinx-theme==1.6.1",
90-
"ansys-tools-visualization-interface==0.11.0",
90+
"ansys-tools-visualization-interface==0.12.1",
9191
"grpcio==1.75.0",
9292
"imageio-ffmpeg==0.6.0",
9393
"imageio==2.37.0",

0 commit comments

Comments
 (0)