From b17e0b18cfb827924d77af78dc4977fce93c81f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 00:28:16 +0000 Subject: [PATCH] pip: update textual requirement from >=8.2.5 to >=8.2.6 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/v8.2.5...v8.2.6) --- updated-dependencies: - dependency-name: textual dependency-version: 8.2.6 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 98484ae..2cb9dfd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ pytest-cov>=7.1.0 # Container and TUI support docker>=7.1.0 rich>=13.0.0 -textual>=8.2.5 +textual>=8.2.6 # Security and cryptography # Updated to fix CVE-2024-26130, CVE-2023-50782, CVE-2023-49083 (see SECURITY_REVIEW_2025-12-07.md)