From e9415117750dcdd43b8e25a1b37a74efe7a838c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 15:19:50 +0000 Subject: [PATCH 1/2] build(deps): update textual requirement from ==6.* to >=6,<8 Updates the requirements on [textual](https://github.com/Textualize/textual) to permit the latest version. - [Release notes](https://github.com/Textualize/textual/releases) - [Changelog](https://github.com/Textualize/textual/blob/main/CHANGELOG.md) - [Commits](https://github.com/Textualize/textual/compare/v6.0.0...v7.0.0) --- updated-dependencies: - dependency-name: textual dependency-version: 7.0.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 932fdd14..45d8b6f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ dependencies = [ "click==8.*", "loguru==0.7.*", "tomlkit==0.13.*", - "textual==6.*", + "textual>=6,<8", "requests>=2.32.3", "rarfile==4.2.*", "networkx>=2.6", From d6e5d0e00adfcf2cbb6c456b78a09a455f54e787 Mon Sep 17 00:00:00 2001 From: Ryan Mast Date: Mon, 5 Jan 2026 11:22:13 -0800 Subject: [PATCH 2/2] Change textual requirement to ==7.* Signed-off-by: Ryan Mast --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 45d8b6f0..b8c09270 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ dependencies = [ "click==8.*", "loguru==0.7.*", "tomlkit==0.13.*", - "textual>=6,<8", + "textual==7.*", "requests>=2.32.3", "rarfile==4.2.*", "networkx>=2.6",