From bc3b1a54879839b39da4064ef9c4b80bead0a45c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 18:06:32 +0000 Subject: [PATCH] build: bump trame-vtk from 2.8.10 to 2.8.11 (#1494) 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/1494.dependencies.md | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 doc/changelog.d/1494.dependencies.md diff --git a/doc/changelog.d/1494.dependencies.md b/doc/changelog.d/1494.dependencies.md new file mode 100644 index 0000000000..62f0bfb952 --- /dev/null +++ b/doc/changelog.d/1494.dependencies.md @@ -0,0 +1 @@ +bump trame-vtk from 2.8.10 to 2.8.11 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index ce71027472..489992b822 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -103,7 +103,7 @@ doc = [ "sphinx-autodoc-typehints==2.5.0", "sphinx-copybutton==0.5.2", "sphinx-jinja==2.0.2", - "trame-vtk==2.8.10", + "trame-vtk==2.8.11", "vtk==9.3.1", ]