From 66142076d80ee4d96fcc0dec139b8375a722f37f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 00:24:10 +0000 Subject: [PATCH 1/2] chore(deps-dev): bump the dependencies group across 1 directory with 4 updates Bumps the dependencies group with 4 updates in the / directory: [twine](https://github.com/pypa/twine), [pytest](https://github.com/pytest-dev/pytest), [pytest-cov](https://github.com/pytest-dev/pytest-cov) and [nbsphinx](https://github.com/spatialaudio/nbsphinx). 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) --- updated-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 ... Signed-off-by: dependabot[bot] --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 10db585..d4bc3e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,18 +34,18 @@ keywords=["Scade", "Wrapper", "Integration"] [project.optional-dependencies] build = [ "build==1.3.0", - "twine==6.1.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", From c3db69f3c7c0f09722029bbc48cd4b8124aa4520 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Mon, 1 Dec 2025 00:25:14 +0000 Subject: [PATCH 2/2] chore: adding changelog file 49.miscellaneous.md [dependabot-skip] --- doc/changelog.d/49.miscellaneous.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/49.miscellaneous.md diff --git a/doc/changelog.d/49.miscellaneous.md b/doc/changelog.d/49.miscellaneous.md new file mode 100644 index 0000000..82afff4 --- /dev/null +++ b/doc/changelog.d/49.miscellaneous.md @@ -0,0 +1 @@ +Chore(deps-dev): bump the dependencies group across 1 directory with 4 updates