diff --git a/doc/changelog.d/61.maintenance.md b/doc/changelog.d/61.maintenance.md new file mode 100644 index 0000000..9c31027 --- /dev/null +++ b/doc/changelog.d/61.maintenance.md @@ -0,0 +1 @@ +Bump the dependencies group with 2 updates diff --git a/pyproject.toml b/pyproject.toml index 1148a30..dfec3bd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ keywords=["Scade", "Wrapper", "Integration"] [project.optional-dependencies] build = [ - "build==1.4.0", + "build==1.4.1", "twine==6.2.0" ] tests = [ @@ -51,7 +51,7 @@ doc = [ "numpydoc==1.9.0", "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==1.1.0; python_version >= '3.12'", "sphinxcontrib-globalsubs==0.1.2; python_version <= '3.10'", "sphinxcontrib-httpdomain==1.8.1", "sphinx-copybutton==0.5.2",