From 8713691f0fdd7a7a9ee53a27ea9bb2d71dc78b99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 10:23:30 +0000 Subject: [PATCH] build(deps): update tomlkit requirement from >=0.12.2 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.12.2...0.15.0) --- updated-dependencies: - dependency-name: tomlkit dependency-version: 0.15.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4f30655e..4287b3c3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ py-cpuinfo >= 9.0.0 inquirerpy == 0.3.4 requests >= 2.31.0 tomli >= 2.4.1 -tomlkit >= 0.12.2 +tomlkit >= 0.15.0 tqdm-loggable >= 0.2 urllib3 >= 1.26.6 watchdog >= 3.0.0