Skip to content

Commit b92a98d

Browse files
Merge branch 'main' into dependabot/pip/doc-dependencies-704ae61e01
2 parents 54ab1d5 + 97422f1 commit b92a98d

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
lines changed

.github/workflows/ci_cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
needs: [docs-style]
7373
steps:
7474
- name: Setup headless display
75-
uses: pyvista/setup-headless-display-action@v3
75+
uses: pyvista/setup-headless-display-action@v4
7676

7777
- name: "Run Ansys documentation building action"
7878
uses: ansys/actions/doc-build@v9
@@ -169,7 +169,7 @@ jobs:
169169
contents: write
170170
steps:
171171
- name: "Download the library artifacts from build-library step"
172-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
172+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
173173
with:
174174
name: ${{ env.PACKAGE_NAME }}-artifacts
175175
path: ${{ env.PACKAGE_NAME }}-artifacts
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
build(deps): bump the general-dependencies group with 2 updates
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
build(deps): bump pyvista/setup-headless-display-action from 3 to 4
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
build(deps): bump actions/download-artifact from 4.2.1 to 4.3.0

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,16 @@ tests = [
4444
doc = [
4545
"ansys-sphinx-theme==1.3.3",
4646
"jupyter_sphinx==0.5.3",
47-
"jupytext==1.16.7",
4847
"nbsphinx==0.9.7",
48+
"jupytext==1.17.1",
4949
"numpydoc==1.8.0",
5050
"sphinx==8.2.3",
5151
"sphinx-autoapi==3.6.0",
5252
"sphinx-copybutton==0.5.2",
5353
"sphinx_design==0.6.1",
5454
"sphinx-gallery==0.19.0",
5555
"sphinx-jinja==2.0.2",
56-
"ansys-fluent-core==0.30.3",
56+
"ansys-fluent-core==0.30.4",
5757
]
5858

5959
[project.urls]

0 commit comments

Comments
 (0)