Skip to content

Commit 79e6a89

Browse files
Update tomlkit requirement from >=0.13.2 to >=0.14.0 (#226)
Updates the requirements on [tomlkit](https://github.com/sdispater/tomlkit) to permit the latest version. - [Release notes](https://github.com/sdispater/tomlkit/releases) - [Changelog](https://github.com/python-poetry/tomlkit/blob/master/CHANGELOG.md) - [Commits](python-poetry/tomlkit@0.13.2...0.14.0) --- updated-dependencies: - dependency-name: tomlkit dependency-version: 0.14.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5f989ba commit 79e6a89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies = [
2525
"lxml>=6.1.0",
2626
"pydantic>=2.13.3",
2727
"rich>=14.0.0",
28-
"tomlkit>=0.13.2",
28+
"tomlkit>=0.14.0",
2929
]
3030
authors = [
3131
{name = "Tom Schraitle", email = "[email protected]"},

0 commit comments

Comments
 (0)