From c848076c129856ac7609c924af82547db424c4b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 17:59:59 +0000 Subject: [PATCH] build: bump trame-vtk from 2.8.11 to 2.8.12 (#1531) 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/1531.dependencies.md | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 doc/changelog.d/1531.dependencies.md diff --git a/doc/changelog.d/1531.dependencies.md b/doc/changelog.d/1531.dependencies.md new file mode 100644 index 0000000000..6840c39c27 --- /dev/null +++ b/doc/changelog.d/1531.dependencies.md @@ -0,0 +1 @@ +bump trame-vtk from 2.8.11 to 2.8.12 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 1c80d36645..623587f167 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.11", + "trame-vtk==2.8.12", "vtk==9.3.1", ]