From 6be849d4bce3af06a6376f41c073fe8db4ccb077 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 00:53:43 +0000 Subject: [PATCH 1/2] chore(deps-dev): bump the dependencies group with 4 updates Bumps the dependencies group with 4 updates: [build](https://github.com/pypa/build), [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme), [numpydoc](https://github.com/numpy/numpydoc) and [sphinxcontrib-httpdomain](https://github.com/sphinx-contrib/httpdomain). Updates `build` from 1.4.4 to 1.5.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.4.4...1.5.0) Updates `ansys-sphinx-theme` from 1.7.0 to 1.9.0 - [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases) - [Commits](https://github.com/ansys/ansys-sphinx-theme/compare/v1.7.0...v1.9.0) Updates `numpydoc` from 1.9.0 to 1.10.0 - [Release notes](https://github.com/numpy/numpydoc/releases) - [Changelog](https://github.com/numpy/numpydoc/blob/main/RELEASE.rst) - [Commits](https://github.com/numpy/numpydoc/compare/v1.9.0...v1.10.0) Updates `sphinxcontrib-httpdomain` from 1.8.1 to 2.0.0 - [Release notes](https://github.com/sphinx-contrib/httpdomain/releases) - [Changelog](https://github.com/sphinx-contrib/httpdomain/blob/main/CHANGELOG.rst) - [Commits](https://github.com/sphinx-contrib/httpdomain/compare/1.8.1...2.0.0) --- updated-dependencies: - dependency-name: build dependency-version: 1.5.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: ansys-sphinx-theme dependency-version: 1.9.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: numpydoc dependency-version: 1.10.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: sphinxcontrib-httpdomain dependency-version: 2.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 870990c..cd847f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ keywords=["Scade", "Wrapper", "Integration"] [project.optional-dependencies] build = [ - "build==1.4.4", + "build==1.5.0", "twine==6.2.0" ] tests = [ @@ -45,15 +45,15 @@ tests = [ "pytest-cov <= 4.1.0; python_version < '3.8'", ] doc = [ - "ansys-sphinx-theme[autoapi]==1.7.0; python_version >= '3.12'", + "ansys-sphinx-theme[autoapi]==1.9.0; python_version >= '3.12'", "ansys-sphinx-theme[autoapi]==1.3.2; python_version <= '3.10'", "autodoc_pydantic==2.2.0", - "numpydoc==1.9.0", + "numpydoc==1.10.0", "sphinx==9.1.0; python_version >= '3.12'", "sphinx==8.1.3; python_version <= '3.10'", "sphinxcontrib-globalsubs==1.1.0; python_version >= '3.12'", "sphinxcontrib-globalsubs==0.1.2; python_version <= '3.10'", - "sphinxcontrib-httpdomain==1.8.1", + "sphinxcontrib-httpdomain==2.0.0", "sphinx-copybutton==0.5.2", "sphinx-jinja==2.0.2", "sphinxnotes-strike==2.0; python_version >= '3.12'", From d387665ed45d44cd8fa347b072217957c21acc33 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Wed, 1 Jul 2026 00:55:00 +0000 Subject: [PATCH 2/2] chore: adding changelog file 66.maintenance.md [dependabot-skip] --- doc/changelog.d/66.maintenance.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/66.maintenance.md diff --git a/doc/changelog.d/66.maintenance.md b/doc/changelog.d/66.maintenance.md new file mode 100644 index 0000000..c87acac --- /dev/null +++ b/doc/changelog.d/66.maintenance.md @@ -0,0 +1 @@ +Bump the dependencies group with 4 updates