diff --git a/doc/changelog.d/56.maintenance.md b/doc/changelog.d/56.maintenance.md new file mode 100644 index 0000000..de79988 --- /dev/null +++ b/doc/changelog.d/56.maintenance.md @@ -0,0 +1 @@ +Bump the dependencies group across 1 directory with 6 updates diff --git a/pyproject.toml b/pyproject.toml index 10db585..e9a9808 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,26 +33,28 @@ keywords=["Scade", "Wrapper", "Integration"] [project.optional-dependencies] build = [ - "build==1.3.0", - "twine==6.1.0" + "build==1.4.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", + "ansys-sphinx-theme[autoapi]==1.7.0; python_version >= '3.12'", + "ansys-sphinx-theme[autoapi]==1.3.2; python_version <= '3.10'", "autodoc_pydantic==2.2.0", - "jupyter_sphinx==0.5.3", - "nbsphinx==0.9.7", "numpydoc==1.9.0", - "sphinx==8.1.3", - "sphinxcontrib-globalsubs==0.1.2", + "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==0.1.2; python_version <= '3.10'", "sphinxcontrib-httpdomain==1.8.1", "sphinx-copybutton==0.5.2", "sphinx-jinja==2.0.2", - "sphinxnotes-strike==1.2.1", + "sphinxnotes-strike==2.0; python_version >= '3.12'", + "sphinxnotes-strike==1.2.1; python_version <= '3.10'", ]