diff --git a/doc/changelog.d/66.maintenance.md b/doc/changelog.d/66.maintenance.md new file mode 100644 index 0000000..c87acac --- /dev/null +++ b/doc/changelog.d/66.maintenance.md @@ -0,0 +1 @@ +Bump the dependencies group with 4 updates diff --git a/pyproject.toml b/pyproject.toml index 870990c..cd847f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ keywords=["Scade", "Wrapper", "Integration"] [project.optional-dependencies] build = [ - "build==1.4.4", + "build==1.5.0", "twine==6.2.0" ] tests = [ @@ -45,15 +45,15 @@ tests = [ "pytest-cov <= 4.1.0; python_version < '3.8'", ] doc = [ - "ansys-sphinx-theme[autoapi]==1.7.0; python_version >= '3.12'", + "ansys-sphinx-theme[autoapi]==1.9.0; python_version >= '3.12'", "ansys-sphinx-theme[autoapi]==1.3.2; python_version <= '3.10'", "autodoc_pydantic==2.2.0", - "numpydoc==1.9.0", + "numpydoc==1.10.0", "sphinx==9.1.0; python_version >= '3.12'", "sphinx==8.1.3; python_version <= '3.10'", "sphinxcontrib-globalsubs==1.1.0; python_version >= '3.12'", "sphinxcontrib-globalsubs==0.1.2; python_version <= '3.10'", - "sphinxcontrib-httpdomain==1.8.1", + "sphinxcontrib-httpdomain==2.0.0", "sphinx-copybutton==0.5.2", "sphinx-jinja==2.0.2", "sphinxnotes-strike==2.0; python_version >= '3.12'",