From 63332bb1b2a8d28b1c5b8c8e1f27fddc9b5623f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 10:34:57 +0000 Subject: [PATCH] Update tomlkit requirement from >=0.13.2 to >=0.14.0 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](https://github.com/sdispater/tomlkit/compare/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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bc57b046..807cfdb5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dependencies = [ "lxml>=6.1.0", "pydantic>=2.11.4", "rich>=14.0.0", - "tomlkit>=0.13.2", + "tomlkit>=0.14.0", ] authors = [ {name = "Tom Schraitle", email = "tomschr@users.noreply.github.com"},