From de53011f731ae201c9e8b9563f55a2477f119525 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 15:23:41 +0000 Subject: [PATCH] Update tomlkit requirement from ~=0.14 to ~=0.15 Updates the requirements on [tomlkit](https://github.com/python-poetry/tomlkit) to permit the latest version. - [Release notes](https://github.com/python-poetry/tomlkit/releases) - [Changelog](https://github.com/python-poetry/tomlkit/blob/master/CHANGELOG.md) - [Commits](https://github.com/python-poetry/tomlkit/compare/0.14.0...0.15.0) --- updated-dependencies: - dependency-name: tomlkit dependency-version: 0.15.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a7ea225..88aba8a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ Issues = "https://github.com/GermanCodeEngineer/py-pmp-manip/issues/" dev = [ "graphviz~=0.21", "pytest~=9.0", - "tomlkit~=0.14", + "tomlkit~=0.15", "coverage~=7.14", "pipreqs~=0.5", ]