Skip to content

Commit 55443c4

Browse files
committed
Merge remote-tracking branch 'origin/main' into local
2 parents c3445f9 + 747a5c5 commit 55443c4

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

.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@v3
78+
uses: peter-evans/create-or-update-comment@v4
7979
# Execute only when no labels have been applied to the pull request
8080
if: toJSON(github.event.pull_request.labels.*.name) == '{}'
8181
with:

pyproject.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ dependencies = ["ansys-dpf-core>=0.7.2", "ansys-api-dyna==0.3.5"]
2929

3030
[project.optional-dependencies]
3131
tests = [
32-
"pyvista==0.43.1",
32+
"pyvista==0.43.2",
3333
"matplotlib==3.8.2",
3434
"numpy==1.26.3",
35-
"pytest==7.4.4",
35+
"pytest==8.0.0",
3636
"pytest-cov==4.1.0",
3737
"joblib==1.3.2",
38-
"pandas==2.1.4",
38+
"pandas==2.2.0",
3939
"openpyxl==3.1.2",
40-
"scikit-learn==1.3.2",
40+
"scikit-learn==1.4.0",
4141
"pytest-xdist==3.5.0",
4242
"ipython==8.20.0",
4343
]
@@ -46,24 +46,24 @@ doc = [
4646
"matplotlib==3.8.2",
4747
"imageio==2.33.1",
4848
"imageio-ffmpeg==0.4.9",
49-
"pyvista==0.43.1",
49+
"pyvista==0.43.2",
5050
"numpydoc==1.6.0",
5151
"Sphinx==7.2.6",
5252
"sphinx-autobuild==2021.3.14",
53-
"sphinxcontrib-websupport==1.2.6",
53+
"sphinxcontrib-websupport==1.2.7",
5454
"pytest-sphinx==0.5.0",
5555
"sphinx-notfound-page==1.0.0",
5656
"sphinx-copybutton==0.5.2",
5757
"sphinx-gallery==0.15.0",
58-
"sphinx-autodoc-typehints==1.25.2",
59-
"ansys-sphinx-theme==0.13.0",
58+
"sphinx-autodoc-typehints==1.25.3",
59+
"ansys-sphinx-theme==0.13.1",
6060
"pypandoc==1.12",
6161
"nbsphinx==0.9.3",
6262
"ipywidgets==8.1.1",
6363
"joblib==1.3.2",
64-
"scikit-learn==1.3.2",
64+
"scikit-learn==1.4.0",
6565
"ipython==8.20.0",
66-
"jupyterlab==4.0.10",
66+
"jupyterlab==4.0.11",
6767
"sphinx-jinja==2.0.2",
6868
"sphinx-autoapi==3.0.0",
6969
]

0 commit comments

Comments
 (0)