From 720e905dc6a3729ce2e35bd3acc53b8810687597 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 06:51:43 +0000 Subject: [PATCH] build: bump ansys-tools-visualization-interface from 0.2.2 to 0.2.3 (#1254) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pyansys-ci-bot Co-authored-by: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com> --- doc/changelog.d/1254.dependencies.md | 1 + pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 doc/changelog.d/1254.dependencies.md diff --git a/doc/changelog.d/1254.dependencies.md b/doc/changelog.d/1254.dependencies.md new file mode 100644 index 0000000000..f09d276163 --- /dev/null +++ b/doc/changelog.d/1254.dependencies.md @@ -0,0 +1 @@ +build: bump ansys-tools-visualization-interface from 0.2.2 to 0.2.3 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index fb7c9e979e..6cea0f0344 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ all = [ tests = [ "ansys-platform-instancemanagement==1.1.2", "ansys-tools-path==0.6.0", - "ansys-tools-visualization-interface==0.2.2", + "ansys-tools-visualization-interface==0.2.3", "beartype==0.18.5", "docker==7.1.0", "grpcio==1.64.1", @@ -77,7 +77,7 @@ tests-minimal = [ ] doc = [ "ansys-sphinx-theme[autoapi]==0.16.5", - "ansys-tools-visualization-interface==0.2.2", + "ansys-tools-visualization-interface==0.2.3", "beartype==0.18.5", "docker==7.1.0", "ipyvtklink==0.2.3",