From 79745b5e4530f30c21a69f3a93122c85105db7f0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 10:41:33 +0000 Subject: [PATCH] Update dependency tomlkit to v0.15.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7edd248..eab3c6f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -67,7 +67,7 @@ secretstorage==3.3.3 ; python_version >= "3.10" and python_version < "4.0" and s shellingham==1.5.4 ; python_version >= "3.10" and python_version < "4.0" six==1.16.0 ; python_version >= "3.10" and python_version < "4.0" tomli==2.0.1 ; python_version >= "3.10" and python_version < "3.11" -tomlkit==0.13.0 ; python_version >= "3.10" and python_version < "4.0" +tomlkit==0.15.1 ; python_version >= "3.10" and python_version < "4.0" trove-classifiers==2024.7.2 ; python_version >= "3.10" and python_version < "4.0" typing-extensions==4.12.2 ; python_version >= "3.10" and python_version < "3.11" urllib3==2.2.2 ; python_version >= "3.10" and python_version < "4.0"