From 22d7cc4424bae433aba617662bc63ede01ffa8a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 10:36:35 +0000 Subject: [PATCH 1/3] build: bump the core group across 1 directory with 3 updates Bumps the core group with 3 updates in the / directory: [ansys-tools-visualization-interface](https://github.com/ansys/ansys-tools-visualization-interface), [matplotlib](https://github.com/matplotlib/matplotlib) and [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme). Updates `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) Updates `matplotlib` from 3.9.2 to 3.9.3 - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.9.2...v3.9.3) Updates `ansys-sphinx-theme` from 1.2.2 to 1.2.3 - [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases) - [Commits](https://github.com/ansys/ansys-sphinx-theme/compare/v1.2.2...v1.2.3) --- updated-dependencies: - dependency-name: ansys-tools-visualization-interface dependency-type: direct:production update-type: version-update:semver-minor dependency-group: core - dependency-name: matplotlib dependency-type: direct:production update-type: version-update:semver-patch dependency-group: core - dependency-name: ansys-sphinx-theme dependency-type: direct:production update-type: version-update:semver-patch dependency-group: core ... Signed-off-by: dependabot[bot] --- pyproject.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c14c4f6868..5c002273b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,9 +55,9 @@ jupyter = [ tests = [ "ansys-dpf-core==0.10.1", - "ansys-tools-visualization-interface==0.5.0", + "ansys-tools-visualization-interface==0.6.0", "autopep8==2.3.1", - "matplotlib==3.9.2", + "matplotlib==3.9.3", "pandas==2.2.3", "pyansys-tools-report==0.8.1", "pyfakefs==5.7.2", @@ -74,15 +74,15 @@ tests = [ doc = [ "ansys-dpf-core==0.10.1", "ansys-mapdl-reader==0.54.2", - "ansys-sphinx-theme==1.2.2", - "ansys-tools-visualization-interface==0.5.0", + "ansys-sphinx-theme==1.2.3", + "ansys-tools-visualization-interface==0.6.0", "grpcio==1.68.1", "imageio-ffmpeg==0.5.1", "imageio==2.36.1", "jupyter_sphinx==0.5.3", "jupyter==1.1.1", "jupyterlab>=3.2.8", - "matplotlib==3.9.2", + "matplotlib==3.9.3", "nbformat==5.10.4", "numpydoc==1.8.0", "pandas==2.2.3", From a1f6e3c0468007df64bfcb188dacc73dc0917054 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Wed, 11 Dec 2024 10:37:38 +0000 Subject: [PATCH 2/3] chore: adding changelog file 3612.dependencies.md [dependabot-skip] --- doc/changelog.d/3612.dependencies.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/3612.dependencies.md diff --git a/doc/changelog.d/3612.dependencies.md b/doc/changelog.d/3612.dependencies.md new file mode 100644 index 0000000000..edc45240df --- /dev/null +++ b/doc/changelog.d/3612.dependencies.md @@ -0,0 +1 @@ +build: bump the core group across 1 directory with 3 updates \ No newline at end of file From 79fe02a5656c6ee669e08d143b699236b13cdedd Mon Sep 17 00:00:00 2001 From: German <28149841+germa89@users.noreply.github.com> Date: Wed, 11 Dec 2024 12:32:41 +0100 Subject: [PATCH 3/3] fix: passing unnecessary off_screen --- tests/test_plotting.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_plotting.py b/tests/test_plotting.py index 742f819a8d..e210f6ed23 100644 --- a/tests/test_plotting.py +++ b/tests/test_plotting.py @@ -876,7 +876,7 @@ def debug_orders(pl, point): def test_plotter_input(mapdl, make_block): import pyvista as pv - pl = MapdlPlotter(off_screen=False) + pl = MapdlPlotter() pl2 = mapdl.eplot(return_plotter=True, plotter=pl) assert pl is pl2 pl2.show() # plotting for catching