From e534a2b480c46de1d2ef4ab9fcd05c8ec564dfe5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 11:42:29 +0000 Subject: [PATCH] build(deps): bump ansys-tools-visualization-interface from 0.5.0 to 0.6.0 in the general-dependencies group (#948) Signed-off-by: dependabot[bot] 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: Alex Fernandez <21alex295@gmail.com> --- doc/changelog.d/948.dependencies.md | 1 + pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 doc/changelog.d/948.dependencies.md diff --git a/doc/changelog.d/948.dependencies.md b/doc/changelog.d/948.dependencies.md new file mode 100644 index 0000000000..0092d49257 --- /dev/null +++ b/doc/changelog.d/948.dependencies.md @@ -0,0 +1 @@ +build(deps): bump ansys-tools-visualization-interface from 0.5.0 to 0.6.0 in the general-dependencies group \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 6553d45e51..d1c7e71362 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ graphics = [ "ansys-tools-visualization-interface>=0.4.7,<1", ] tests = [ - "ansys-tools-visualization-interface==0.5.0", + "ansys-tools-visualization-interface==0.6.0", "pytest==8.3.4", "pytest-cov==6.0.0", "pytest-pyvista==0.1.9", @@ -40,7 +40,7 @@ tests = [ "pyvista[trame]==0.44.1" ] doc = [ - "ansys-tools-visualization-interface==0.5.0", + "ansys-tools-visualization-interface==0.6.0", "ansys-sphinx-theme[autoapi]==1.2.2", "jupyter-sphinx==0.5.3", "numpydoc==1.8.0",