From 280dd574fda9e8f1ef62dc8ae13b3ec7997a21f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 15:46:51 +0000 Subject: [PATCH] Bump textual from 3.2.0 to 3.5.0 Bumps [textual](https://github.com/Textualize/textual) from 3.2.0 to 3.5.0. - [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/v3.2.0...v3.5.0) --- updated-dependencies: - dependency-name: textual dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 07227264..f0f09335 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ authors = [ license = { text = "GPL-3.0 License" } requires-python = "<4.0.0,>=3.8.1" dependencies = [ - "textual==3.2.0", + "textual==3.5.0", ] name = "recoverpy" version = "2.2.1"