diff --git a/pyproject.toml b/pyproject.toml index 19b636cb7..7c9b53108 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ "requests ~= 2.25", "jinja2 ~= 3.1", "python-gitlab >= 4.0.0, < 7.0.0", - "tomlkit ~= 0.13.0", + "tomlkit ~= 0.14.0", "dotty-dict ~= 1.3", "importlib-resources ~= 6.0", "pydantic ~= 2.0", @@ -57,7 +57,7 @@ repository = "http://github.com/python-semantic-release/python-semantic-release. [project.optional-dependencies] build = [ "build ~= 1.2", - "tomlkit ~= 0.13.0", + "tomlkit ~= 0.14.0", ] docs = [ "Sphinx ~= 7.4",