From 1f7b38014b35c2fc0f3800a97da676d8fad424a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 03:43:31 +0000 Subject: [PATCH] chore(deps): update tomlkit requirement 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/commits) --- updated-dependencies: - dependency-name: tomlkit dependency-version: 0.15.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 25140b4..b913e9a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dependencies = [ "poethepoet-tasks (>=0.3.0,<0.4.0)", "pytest-cov (>=7.0.0,<8.0.0)", "pytest (>=9.0.3,<10.0.0)", - "tomlkit (>=0.13.3,<0.14.0)", + "tomlkit (>=0.15.0,<0.16.0)", "jinja2 (>=3.1.6,<4.0.0)", "git-cliff (>=2.12.0,<3.0.0)", ]