Skip to content

Commit 80445ad

Browse files
Merge branch 'main' into dependabot/github_actions/peter-evans/create-or-update-comment-5.0.0
2 parents 874c40a + 75ef355 commit 80445ad

File tree

5 files changed

+435
-10
lines changed

5 files changed

+435
-10
lines changed

.github/workflows/ci_cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
name: Actions Security
6464
runs-on: ubuntu-latest
6565
steps:
66-
- uses: ansys/actions/check-actions-security@123a1f17d71f117e0ba29c53d6a0f602e0d8d902 # v10.1.3
66+
- uses: ansys/actions/check-actions-security@c2fa7c93f6883114e0e643599431b33d29f0b13f # v10.1.4
6767
with:
6868
generate-summary: true
6969
token: ${{ secrets.GITHUB_TOKEN }}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Feat: Add buttons to Trame viewer

doc/changelog.d/372.maintenance.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Build(deps): bump ansys/actions from 10.1.3 to 10.1.4

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ dependencies = [
2828
"trame >= 3.6.0,<4",
2929
"trame-vtk >= 2.8.7,<3,!=2.8.16",
3030
"trame-vuetify >= 2.4.3,< 4",
31+
"trame-router >= 2.3.0,<3",
3132
]
3233

3334
[project.optional-dependencies]
@@ -45,13 +46,12 @@ tests = [
4546

4647
doc = [
4748
"pyvista==0.46.3",
48-
"ansys-sphinx-theme==1.6.1",
49+
"ansys-sphinx-theme[autoapi]==1.6.1",
4950
"jupyter_sphinx==0.5.3",
5051
"jupytext==1.17.3",
5152
"nbsphinx==0.9.6",
5253
"numpydoc==1.9.0",
5354
"sphinx==8.2.3",
54-
"sphinx-autoapi==3.6.0",
5555
"sphinx-copybutton==0.5.2",
5656
"sphinx_design==0.6.1",
5757
"sphinx-gallery==0.19.0",

0 commit comments

Comments
 (0)