From 537ac0213f9d7f90c99c9ae4db5543afa1feeace Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 06:57:10 +0000 Subject: [PATCH] chore(deps): update tomli-w requirement from >=1.1.0 to >=1.2.0 Updates the requirements on [tomli-w](https://github.com/hukkin/tomli-w) to permit the latest version. - [Changelog](https://github.com/hukkin/tomli-w/blob/master/CHANGELOG.md) - [Commits](https://github.com/hukkin/tomli-w/compare/1.1.0...1.2.0) --- updated-dependencies: - dependency-name: tomli-w dependency-version: 1.2.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 5105afd..5e07a89 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dependencies = [ "click>=8.1.7", "rich>=13.9.0", "gitpython>=3.1.43", - "tomli_w>=1.1.0", + "tomli_w>=1.2.0", "platformdirs>=4.2.0", "pyyaml>=6.0.2", "textual>=0.61.0",