Skip to content

Commit 98a2aac

Browse files
authored
Merge branch 'main' into zzqbranch
2 parents 54033b1 + c1b69e0 commit 98a2aac

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ updates:
44
directory: "/" # Location of package manifests
55
insecure-external-code-execution: allow
66
schedule:
7-
interval: "daily"
7+
interval: "weekly"
88

99
- package-ecosystem: "github-actions"
1010
directory: "/"
1111
schedule:
12-
interval: "daily"
12+
interval: "weekly"

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies = [
3232

3333
[project.optional-dependencies]
3434
tests = [
35-
"pyvista==0.40.1",
35+
"pyvista==0.41.1",
3636
"matplotlib==3.7.2",
3737
"numpy==1.25.2",
3838
"pytest==7.4.0",
@@ -49,7 +49,7 @@ doc = [
4949
"matplotlib==3.7.2",
5050
"imageio==2.31.1",
5151
"imageio-ffmpeg==0.4.8",
52-
"pyvista==0.40.1",
52+
"pyvista==0.41.1",
5353
"numpydoc==1.5.0",
5454
"Sphinx==7.1.2",
5555
"sphinx-autobuild==2021.3.14",
@@ -59,14 +59,14 @@ doc = [
5959
"sphinx-copybutton==0.5.2",
6060
"sphinx-gallery==0.13.0",
6161
"sphinx-autodoc-typehints==1.24.0",
62-
"ansys-sphinx-theme==0.10.0",
62+
"ansys-sphinx-theme==0.10.2",
6363
"pypandoc==1.11",
6464
"nbsphinx==0.9.2",
6565
"ipywidgets==8.1.0",
6666
"joblib==1.3.1",
6767
"scikit-learn==1.3.0",
6868
"ipython==8.14.0",
69-
"jupyterlab==4.0.3",
69+
"jupyterlab==4.0.4",
7070
"sphinx-jinja==2.0.2",
7171
"sphinx-autoapi==2.1.1",
7272
]

0 commit comments

Comments
 (0)