From e6390d8c1c16b8f10d7751b5f1d54563ee97a2f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 00:18:39 +0000 Subject: [PATCH 1/2] chore(deps): bump the dependencies group with 3 updates Bumps the dependencies group with 3 updates: [twine](https://github.com/pypa/twine), [pytest](https://github.com/pytest-dev/pytest) and [pytest-cov](https://github.com/pytest-dev/pytest-cov). 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) --- updated-dependencies: - dependency-name: twine dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: 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-cov dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 10db585..de5e00f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,12 +34,12 @@ 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", From a8c1288b8c2b0a226210e997ce7e13ccf6d7df7e Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Wed, 1 Oct 2025 00:19:58 +0000 Subject: [PATCH 2/2] chore: adding changelog file 46.miscellaneous.md [dependabot-skip] --- doc/changelog.d/46.miscellaneous.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/46.miscellaneous.md diff --git a/doc/changelog.d/46.miscellaneous.md b/doc/changelog.d/46.miscellaneous.md new file mode 100644 index 0000000..2e6715e --- /dev/null +++ b/doc/changelog.d/46.miscellaneous.md @@ -0,0 +1 @@ +Chore(deps): bump the dependencies group with 3 updates