diff --git a/doc/changelog.d/4509.dependencies.md b/doc/changelog.d/4509.dependencies.md new file mode 100644 index 00000000000..4d32b9cde0a --- /dev/null +++ b/doc/changelog.d/4509.dependencies.md @@ -0,0 +1 @@ +Bump the dependencies group with 5 updates diff --git a/pyproject.toml b/pyproject.toml index 97020272fdc..5693a0b832c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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==7.0.0", - "pytest-mock==3.14.1", + "pytest-mock==3.15.1", "pytest-xdist==3.8.0", "pyfakefs==5.9.3" ] @@ -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", @@ -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", ]