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 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",