From e687e34734c6056ff76901a02530fcccd9860c02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 12:11:45 +0000 Subject: [PATCH 1/2] build(deps): bump the dependencies group with 5 updates Bumps the dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [pytest](https://github.com/pytest-dev/pytest) | `8.4.1` | `8.4.2` | | [pytest-mock](https://github.com/pytest-dev/pytest-mock) | `3.14.1` | `3.15.1` | | [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme) | `1.6.0` | `1.6.1` | | [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) | `4.13.5` | `4.14.2` | | [quarto-cli](https://github.com/quarto-dev/quarto-cli) | `1.7.34` | `1.8.25` | Updates `pytest` from 8.4.1 to 8.4.2 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.4.1...8.4.2) Updates `pytest-mock` from 3.14.1 to 3.15.1 - [Release notes](https://github.com/pytest-dev/pytest-mock/releases) - [Changelog](https://github.com/pytest-dev/pytest-mock/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-mock/compare/v3.14.1...v3.15.1) Updates `ansys-sphinx-theme` from 1.6.0 to 1.6.1 - [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases) - [Commits](https://github.com/ansys/ansys-sphinx-theme/compare/v1.6.0...v1.6.1) Updates `beautifulsoup4` from 4.13.5 to 4.14.2 Updates `quarto-cli` from 1.7.34 to 1.8.25 - [Release notes](https://github.com/quarto-dev/quarto-cli/releases) - [Changelog](https://github.com/quarto-dev/quarto-cli/blob/main/dev-docs/checklist-make-a-new-quarto-release.md) - [Commits](https://github.com/quarto-dev/quarto-cli/compare/v1.7.34...v1.8.25) --- updated-dependencies: - dependency-name: pytest dependency-version: 8.4.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: pytest-mock dependency-version: 3.15.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: ansys-sphinx-theme dependency-version: 1.6.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: beautifulsoup4 dependency-version: 4.14.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: quarto-cli dependency-version: 1.8.25 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 432c1222bb4..1f05831fa5d 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==6.2.1", - "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", ] From 1e1f51072dca7e00ba34967c35dee61809c4c12c Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Wed, 1 Oct 2025 12:13:14 +0000 Subject: [PATCH 2/2] chore: adding changelog file 4509.dependencies.md [dependabot-skip] --- doc/changelog.d/4509.dependencies.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/4509.dependencies.md 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