Skip to content

Commit 64909dc

Browse files
authored
Merge branch 'main' into doc/examples
2 parents 5e8e4a5 + 3af0981 commit 64909dc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ dependencies = [
2929

3030
[project.optional-dependencies]
3131
tests = [
32-
"pytest==8.0.0",
32+
"pytest==8.0.1",
3333
"pytest-cov==4.1.0",
3434
"pytz==2024.1",
3535
"parameterized==0.9.0",
3636
]
3737
doc = [
38-
"ansys-sphinx-theme==0.13.4",
38+
"ansys-sphinx-theme==0.14.0",
3939
"enum-tools[sphinx]==0.11.0",
4040
"jupytext==1.15.2",
4141
"jupyter-server==2.12.5",
@@ -47,7 +47,7 @@ doc = [
4747
"sphinx-design==0.5.0",
4848
"sphinx-jinja==2.0.2",
4949
"sphinx-copybutton==0.5.2",
50-
"jupyterlab==4.1.1",
50+
"jupyterlab==4.1.2",
5151
]
5252
visualization = [
5353
"numpy==1.26.2",

0 commit comments

Comments
 (0)