From 3fbb6c4fe924510802f245d6645d9e91990fd39d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 04:54:11 +0000 Subject: [PATCH] :arrow_up: Update tomlkit requirement from >=0.14.0 to >=0.15.0 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: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 e026c2c..aad671d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ dependencies = [ "kiss-agent-framework==0.2.27", "hydra-core==1.3.2", "networkx==3.6.1", - "tomlkit>=0.14.0", + "tomlkit>=0.15.0", "tree-sitter==0.25.2", "tree-sitter-rust==0.24.0", ]