From b2ec8bc3e2d02e19253741954738b3326a5f58f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 00:54:50 +0000 Subject: [PATCH 1/2] chore(deps-dev): bump the dependencies group with 2 updates Bumps the dependencies group with 2 updates: [build](https://github.com/pypa/build) and [sphinxcontrib-globalsubs](https://github.com/missinglinkelectronics/sphinxcontrib-globalsubs). Updates `build` from 1.4.0 to 1.4.1 - [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.0...1.4.1) Updates `sphinxcontrib-globalsubs` from 1.0.0 to 1.1.0 - [Commits](https://github.com/missinglinkelectronics/sphinxcontrib-globalsubs/compare/v1.0.0...v1.1.0) --- updated-dependencies: - dependency-name: build dependency-version: 1.4.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: sphinxcontrib-globalsubs dependency-version: 1.1.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1148a30..dfec3bd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ keywords=["Scade", "Wrapper", "Integration"] [project.optional-dependencies] build = [ - "build==1.4.0", + "build==1.4.1", "twine==6.2.0" ] tests = [ @@ -51,7 +51,7 @@ doc = [ "numpydoc==1.9.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==1.1.0; python_version >= '3.12'", "sphinxcontrib-globalsubs==0.1.2; python_version <= '3.10'", "sphinxcontrib-httpdomain==1.8.1", "sphinx-copybutton==0.5.2", From c4aeaf4cd19ebf07481815a99a8808270a7dda29 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Wed, 1 Apr 2026 00:56:18 +0000 Subject: [PATCH 2/2] chore: adding changelog file 61.maintenance.md [dependabot-skip] --- doc/changelog.d/61.maintenance.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/61.maintenance.md diff --git a/doc/changelog.d/61.maintenance.md b/doc/changelog.d/61.maintenance.md new file mode 100644 index 0000000..9c31027 --- /dev/null +++ b/doc/changelog.d/61.maintenance.md @@ -0,0 +1 @@ +Bump the dependencies group with 2 updates