From 93ab6ca48d21e0d2fabc4b4b02f0c44a58f4c892 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 16:36:22 +0000 Subject: [PATCH] build: bump ansys-tools-visualization-interface from 0.4.4 to 0.4.5 (#1462) 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> --- doc/changelog.d/1462.dependencies.md | 1 + pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 doc/changelog.d/1462.dependencies.md diff --git a/doc/changelog.d/1462.dependencies.md b/doc/changelog.d/1462.dependencies.md new file mode 100644 index 0000000000..375465edcd --- /dev/null +++ b/doc/changelog.d/1462.dependencies.md @@ -0,0 +1 @@ +bump ansys-tools-visualization-interface from 0.4.4 to 0.4.5 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 250ef04c33..309feb3976 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ all = [ tests = [ "ansys-platform-instancemanagement==1.1.2", "ansys-tools-path==0.6.0", - "ansys-tools-visualization-interface==0.4.4", + "ansys-tools-visualization-interface==0.4.5", "beartype==0.19.0", "docker==7.1.0", "grpcio==1.66.2", @@ -76,7 +76,7 @@ tests-minimal = [ ] doc = [ "ansys-sphinx-theme[autoapi]==1.1.2", - "ansys-tools-visualization-interface==0.4.4", + "ansys-tools-visualization-interface==0.4.5", "beartype==0.19.0", "docker==7.1.0", "ipyvtklink==0.2.3",