Skip to content

Commit 17d56c2

Browse files
Merge branch 'main' into dependabot/pip/test-dependencies-ca281f1602
2 parents 9916402 + 7a3af61 commit 17d56c2

File tree

6 files changed

+7
-5
lines changed

6 files changed

+7
-5
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 }}

.github/workflows/label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
runs-on: ubuntu-latest
7676
steps:
7777
- name: Suggest to add labels
78-
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0
78+
uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5.0.0
7979
# Execute only when no labels have been applied to the pull request
8080
if: toJSON(github.event.pull_request.labels.*.name) == '{}'
8181
with:
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Build(deps): bump pyside6 from 6.9.2 to 6.9.3 in the general-dependencies group

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

doc/changelog.d/373.maintenance.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Build(deps): bump peter-evans/create-or-update-comment from 4.0.0 to 5.0.0

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,18 +41,17 @@ tests = [
4141
"pyvista==0.46.3",
4242
"pytest-pyvista==0.3.0",
4343
"pytest-cov==7.0.0",
44-
"pyside6==6.9.2",
44+
"pyside6==6.9.3",
4545
]
4646

4747
doc = [
4848
"pyvista==0.46.3",
49-
"ansys-sphinx-theme==1.6.1",
49+
"ansys-sphinx-theme[autoapi]==1.6.1",
5050
"jupyter_sphinx==0.5.3",
5151
"jupytext==1.17.3",
5252
"nbsphinx==0.9.6",
5353
"numpydoc==1.9.0",
5454
"sphinx==8.2.3",
55-
"sphinx-autoapi==3.6.0",
5655
"sphinx-copybutton==0.5.2",
5756
"sphinx_design==0.6.1",
5857
"sphinx-gallery==0.19.0",

0 commit comments

Comments
 (0)