File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4
4
directory : " /" # Location of package manifests
5
5
insecure-external-code-execution : allow
6
6
schedule :
7
- interval : " daily "
7
+ interval : " weekly "
8
8
9
9
- package-ecosystem : " github-actions"
10
10
directory : " /"
11
11
schedule :
12
- interval : " daily "
12
+ interval : " weekly "
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ dependencies = [
32
32
33
33
[project .optional-dependencies ]
34
34
tests = [
35
- " pyvista==0.40 .1" ,
35
+ " pyvista==0.41 .1" ,
36
36
" matplotlib==3.7.2" ,
37
37
" numpy==1.25.2" ,
38
38
" pytest==7.4.0" ,
@@ -49,7 +49,7 @@ doc = [
49
49
" matplotlib==3.7.2" ,
50
50
" imageio==2.31.1" ,
51
51
" imageio-ffmpeg==0.4.8" ,
52
- " pyvista==0.40 .1" ,
52
+ " pyvista==0.41 .1" ,
53
53
" numpydoc==1.5.0" ,
54
54
" Sphinx==7.1.2" ,
55
55
" sphinx-autobuild==2021.3.14" ,
@@ -59,14 +59,14 @@ doc = [
59
59
" sphinx-copybutton==0.5.2" ,
60
60
" sphinx-gallery==0.13.0" ,
61
61
" sphinx-autodoc-typehints==1.24.0" ,
62
- " ansys-sphinx-theme==0.10.0 " ,
62
+ " ansys-sphinx-theme==0.10.2 " ,
63
63
" pypandoc==1.11" ,
64
64
" nbsphinx==0.9.2" ,
65
65
" ipywidgets==8.1.0" ,
66
66
" joblib==1.3.1" ,
67
67
" scikit-learn==1.3.0" ,
68
68
" ipython==8.14.0" ,
69
- " jupyterlab==4.0.3 " ,
69
+ " jupyterlab==4.0.4 " ,
70
70
" sphinx-jinja==2.0.2" ,
71
71
" sphinx-autoapi==2.1.1" ,
72
72
]
You can’t perform that action at this time.
0 commit comments