From 20a155f24d3f41fb2f14fd734a443d8c7e77aa82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 00:02:26 +0000 Subject: [PATCH] Bump textual from 8.2.6 to 8.2.7 Bumps [textual](https://github.com/Textualize/textual) from 8.2.6 to 8.2.7. - [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.6...v8.2.7) --- updated-dependencies: - dependency-name: textual dependency-version: 8.2.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0e3e37f..e752b2b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ authors = [ license = { text = "GPL-3.0 License" } requires-python = "<4.0.0,>=3.9" dependencies = [ - "textual==8.2.6", + "textual==8.2.7", ] name = "recoverpy" version = "2.3.0"