Skip to content

Commit 3aadca9

Browse files
MAINT: Bump the dev-dependencies group with 2 updates (#585)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com>
1 parent 6a9f0ae commit 3aadca9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci_cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ env:
1818
ANSRV_GEO_PORT: 700
1919
ANSRV_GEO_LICENSE_SERVER: ${{ secrets.LICENSE_SERVER }}
2020
GEO_CONT_NAME: ans_geo
21-
RESET_IMAGE_CACHE: 0
21+
RESET_IMAGE_CACHE: 1
2222
IS_WORKFLOW_RUNNING: True
2323

2424
concurrency:

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ tests = [
6161
"pytest==7.4.0",
6262
"pytest-cov==4.1.0",
6363
"pytest-pyvista==0.1.8",
64-
"pyvista[trame]==0.39.1",
64+
"pyvista[trame]==0.40.0",
6565
"requests==2.31.0",
6666
"scipy==1.11.1",
6767
"six==1.16.0",
@@ -73,13 +73,13 @@ doc = [
7373
"ipyvtklink==0.2.3",
7474
"jupyter_sphinx==0.4.0",
7575
"jupytext==1.14.7",
76-
"myst-parser==1.0.0",
76+
"myst-parser==1.0.0", # BLOCKED BY jupytext
7777
"nbconvert==7.6.0",
7878
"nbsphinx==0.9.2",
7979
"notebook==6.5.4",
8080
"numpydoc==1.5.0",
8181
"panel==1.1.1",
82-
"pyvista[trame]==0.39.1",
82+
"pyvista[trame]==0.40.0",
8383
"requests==2.31.0",
8484
"Sphinx==6.1.3",
8585
"sphinx-autoapi==2.1.1",

0 commit comments

Comments
 (0)