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