Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions doc/changelog.d/4509.dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bump the dependencies group with 5 updates
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ reader = ["h5py==3.14.0"]
ui-jupyter = ["ipywidgets"]
ui = ["panel"]
tests = [
"pytest==8.4.1",
"pytest==8.4.2",
"pytest-cov==6.2.1",
"pytest-mock==3.14.1",
"pytest-mock==3.15.1",
"pytest-xdist==3.8.0",
"pyfakefs==5.9.3"
]
Expand All @@ -55,7 +55,7 @@ docs = [
"jupyter_sphinx==0.5.3",
"numpydoc==1.9.0",
"matplotlib==3.10.6",
"ansys-sphinx-theme==1.6.0",
"ansys-sphinx-theme==1.6.1",
"pypandoc==1.15",
"pytest-sphinx==0.6.3",
"sphinx-autobuild==2024.10.3",
Expand All @@ -68,11 +68,11 @@ docs = [
"sphinxemoji==0.3.1",
"sphinx-toggleprompt==0.6.0",
"autodocsumm==0.2.14",
"beautifulsoup4==4.13.5",
"beautifulsoup4==4.14.2",
"openpyxl>=3.1.5",
"plotly>=5.22.0",
"python-pptx>=0.6.23",
"quarto-cli==1.7.34",
"quarto-cli==1.8.25",
"pdf2image==1.17.0",
"seaborn>=0.13.2",
]
Expand Down