diff --git a/doc/changelog.d/64.maintenance.md b/doc/changelog.d/64.maintenance.md new file mode 100644 index 0000000..6299e49 --- /dev/null +++ b/doc/changelog.d/64.maintenance.md @@ -0,0 +1 @@ +Bump build from 1.4.1 to 1.4.4 in the dependencies group diff --git a/pyproject.toml b/pyproject.toml index dfec3bd..870990c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ keywords=["Scade", "Wrapper", "Integration"] [project.optional-dependencies] build = [ - "build==1.4.1", + "build==1.4.4", "twine==6.2.0" ] tests = [ @@ -60,7 +60,6 @@ doc = [ "sphinxnotes-strike==1.2.1; python_version <= '3.10'", ] - [tool.flit.module] name = "ansys.scade.python_wrapper" @@ -132,7 +131,6 @@ show_missing = true testpaths = "tests" addopts = "-ra --cov=ansys.scade.python_wrapper --cov-report html:.cov/html --cov-branch --cov-report xml:.cov/xml --cov-report term -vv" - [tool.towncrier] package = "ansys.scade.python_wrapper" directory = "doc/changelog.d" @@ -143,13 +141,13 @@ title_format = "`{version}