diff --git a/doc/changelog.d/4678.dependencies.md b/doc/changelog.d/4678.dependencies.md new file mode 100644 index 000000000000..c87acac7ce81 --- /dev/null +++ b/doc/changelog.d/4678.dependencies.md @@ -0,0 +1 @@ +Bump the dependencies group with 4 updates diff --git a/pyproject.toml b/pyproject.toml index 2276acbc4252..78e1a0e28b43 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ tests = [ "pytest-cov==7.0.0", "pytest-mock==3.15.1", "pytest-xdist==3.8.0", - "pyfakefs==5.10.1" + "pyfakefs==5.10.2" ] docs = [ "Sphinx==8.1.3", @@ -56,7 +56,7 @@ docs = [ "numpydoc==1.9.0", "matplotlib==3.10.7", "ansys-sphinx-theme==1.6.3", - "pypandoc==1.15", + "pypandoc==1.16.2", "pytest-sphinx==0.6.3", "sphinx-autobuild==2024.10.3", "sphinx-autodoc-typehints==3.0.1", @@ -68,11 +68,11 @@ docs = [ "sphinxemoji==0.3.1", "sphinx-toggleprompt==0.6.0", "autodocsumm==0.2.14", - "beautifulsoup4==4.14.2", + "beautifulsoup4==4.14.3", "openpyxl>=3.1.5", "plotly>=5.22.0", "python-pptx>=0.6.23", - "quarto-cli==1.8.25", + "quarto-cli==1.8.26", "pdf2image==1.17.0", "seaborn>=0.13.2", ]