From 9782b352a3ead8a396beb2ab22f37d55d8f43729 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 14:02:43 +0000 Subject: [PATCH] chore(deps): update ttkbootstrap requirement Updates the requirements on [ttkbootstrap](https://github.com/israel-dryer/ttkbootstrap) to permit the latest version. - [Release notes](https://github.com/israel-dryer/ttkbootstrap/releases) - [Commits](https://github.com/israel-dryer/ttkbootstrap/compare/v1.12.1...v1.20.1) --- updated-dependencies: - dependency-name: ttkbootstrap dependency-version: 1.20.1 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 8cd1cba35..d036f1d63 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ dependencies = [ "psutil>=6.1.0,<8", "pypresence>=4.3.0,<5", "pillow (>=11.3.0,<13.0.0)", - "ttkbootstrap>=1.12.1,<1.20", + "ttkbootstrap>=1.12.1,<1.21", ] [tool.setuptools.packages.find]