Skip to content

Commit 7a0cd5b

Browse files
committed
Merge remote-tracking branch 'origin/main' into local
2 parents 1118075 + 53adefb commit 7a0cd5b

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

pyproject.toml

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

3030
[project.optional-dependencies]
3131
tests = [
32-
"pyvista==0.43.2",
32+
"pyvista==0.43.3",
3333
"matplotlib==3.8.2",
3434
"numpy==1.26.3",
35-
"pytest==8.0.0",
35+
"pytest==8.0.1",
3636
"pytest-cov==4.1.0",
3737
"joblib==1.3.2",
3838
"pandas==2.2.0",
@@ -44,26 +44,26 @@ tests = [
4444
doc = [
4545
"recommonmark==0.7.1",
4646
"matplotlib==3.8.2",
47-
"imageio==2.33.1",
47+
"imageio==2.34.0",
4848
"imageio-ffmpeg==0.4.9",
49-
"pyvista==0.43.2",
49+
"pyvista==0.43.3",
5050
"numpydoc==1.6.0",
5151
"Sphinx==7.2.6",
5252
"sphinx-autobuild==2024.2.4",
5353
"sphinxcontrib-websupport==1.2.7",
54-
"pytest-sphinx==0.5.0",
54+
"pytest-sphinx==0.6.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.3",
59-
"ansys-sphinx-theme==0.13.2",
60-
"pypandoc==1.12",
58+
"sphinx-autodoc-typehints==2.0.0",
59+
"ansys-sphinx-theme==0.14.0",
60+
"pypandoc==1.13",
6161
"nbsphinx==0.9.3",
62-
"ipywidgets==8.1.1",
62+
"ipywidgets==8.1.2",
6363
"joblib==1.3.2",
6464
"scikit-learn==1.4.0",
6565
"ipython==8.21.0",
66-
"jupyterlab==4.1.0",
66+
"jupyterlab==4.1.1",
6767
"sphinx-jinja==2.0.2",
6868
"sphinx-autoapi==3.0.0",
6969
]

0 commit comments

Comments
 (0)