From 80346cf51fb7a43900613eb38dcb8ec7c208661f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 00:53:35 +0000 Subject: [PATCH 1/3] chore(deps-dev): bump the dependencies group across 1 directory with 6 updates Bumps the dependencies group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [build](https://github.com/pypa/build) | `1.3.0` | `1.4.0` | | [twine](https://github.com/pypa/twine) | `6.1.0` | `6.2.0` | | [pytest](https://github.com/pytest-dev/pytest) | `8.4.1` | `8.4.2` | | [pytest-cov](https://github.com/pytest-dev/pytest-cov) | `6.2.1` | `7.0.0` | | [nbsphinx](https://github.com/spatialaudio/nbsphinx) | `0.9.7` | `0.9.8` | | [sphinxcontrib-globalsubs](https://github.com/missinglinkelectronics/sphinxcontrib-globalsubs) | `0.1.2` | `1.0.0` | Updates `build` from 1.3.0 to 1.4.0 - [Release notes](https://github.com/pypa/build/releases) - [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pypa/build/compare/1.3.0...1.4.0) Updates `twine` from 6.1.0 to 6.2.0 - [Release notes](https://github.com/pypa/twine/releases) - [Changelog](https://github.com/pypa/twine/blob/main/docs/changelog.rst) - [Commits](https://github.com/pypa/twine/compare/6.1.0...6.2.0) 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-cov` from 6.2.1 to 7.0.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v6.2.1...v7.0.0) Updates `nbsphinx` from 0.9.7 to 0.9.8 - [Release notes](https://github.com/spatialaudio/nbsphinx/releases) - [Changelog](https://github.com/spatialaudio/nbsphinx/blob/master/NEWS.rst) - [Commits](https://github.com/spatialaudio/nbsphinx/compare/0.9.7...0.9.8) Updates `sphinxcontrib-globalsubs` from 0.1.2 to 1.0.0 - [Commits](https://github.com/missinglinkelectronics/sphinxcontrib-globalsubs/commits) --- updated-dependencies: - dependency-name: build dependency-version: 1.4.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: twine dependency-version: 6.2.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: pytest dependency-version: 8.4.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: pytest-cov dependency-version: 7.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dependencies - dependency-name: nbsphinx dependency-version: 0.9.8 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: sphinxcontrib-globalsubs dependency-version: 1.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 10db585..09a3f4e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,22 +33,22 @@ keywords=["Scade", "Wrapper", "Integration"] [project.optional-dependencies] build = [ - "build==1.3.0", - "twine==6.1.0" + "build==1.4.0", + "twine==6.2.0" ] tests = [ # 8.0.2 at most: https://github.com/microsoft/PTVS/issues/7853 - "pytest==8.4.1", - "pytest-cov==6.2.1" + "pytest==8.4.2", + "pytest-cov==7.0.0" ] doc = [ "ansys-sphinx-theme[autoapi]==1.3.2", "autodoc_pydantic==2.2.0", "jupyter_sphinx==0.5.3", - "nbsphinx==0.9.7", + "nbsphinx==0.9.8", "numpydoc==1.9.0", "sphinx==8.1.3", - "sphinxcontrib-globalsubs==0.1.2", + "sphinxcontrib-globalsubs==1.0.0", "sphinxcontrib-httpdomain==1.8.1", "sphinx-copybutton==0.5.2", "sphinx-jinja==2.0.2", From 7642cea20e7ab1a3af0412081edc61481bdba32d Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Sun, 1 Feb 2026 00:54:58 +0000 Subject: [PATCH 2/3] chore: adding changelog file 56.maintenance.md [dependabot-skip] --- doc/changelog.d/56.maintenance.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/56.maintenance.md diff --git a/doc/changelog.d/56.maintenance.md b/doc/changelog.d/56.maintenance.md new file mode 100644 index 0000000..de79988 --- /dev/null +++ b/doc/changelog.d/56.maintenance.md @@ -0,0 +1 @@ +Bump the dependencies group across 1 directory with 6 updates From 55bf5a0332e17329e3c977414e7dab5633f9b190 Mon Sep 17 00:00:00 2001 From: Jean Henry Date: Thu, 5 Feb 2026 15:14:03 +0100 Subject: [PATCH 3/3] chore: add conditional dependencies --- pyproject.toml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 09a3f4e..e9a9808 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,17 +42,19 @@ tests = [ "pytest-cov==7.0.0" ] doc = [ - "ansys-sphinx-theme[autoapi]==1.3.2", + "ansys-sphinx-theme[autoapi]==1.7.0; python_version >= '3.12'", + "ansys-sphinx-theme[autoapi]==1.3.2; python_version <= '3.10'", "autodoc_pydantic==2.2.0", - "jupyter_sphinx==0.5.3", - "nbsphinx==0.9.8", "numpydoc==1.9.0", - "sphinx==8.1.3", - "sphinxcontrib-globalsubs==1.0.0", + "sphinx==9.1.0; python_version >= '3.12'", + "sphinx==8.1.3; python_version <= '3.10'", + "sphinxcontrib-globalsubs==1.0.0; python_version >= '3.12'", + "sphinxcontrib-globalsubs==0.1.2; python_version <= '3.10'", "sphinxcontrib-httpdomain==1.8.1", "sphinx-copybutton==0.5.2", "sphinx-jinja==2.0.2", - "sphinxnotes-strike==1.2.1", + "sphinxnotes-strike==2.0; python_version >= '3.12'", + "sphinxnotes-strike==1.2.1; python_version <= '3.10'", ]