From 2a13200df6ffc6ca51f3514f91ace8ef6dfae1ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Mar 2023 22:20:48 +0000 Subject: [PATCH] Update textual requirement from ~=0.2.1 to >=0.2.1,<0.14.0 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/v0.2.1...v0.13.0) --- updated-dependencies: - dependency-name: textual 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 7df169d..c119654 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ classifiers = [ "Typing :: Typed", ] dependencies = [ - "textual ~= 0.2.1", + "textual >= 0.2.1,< 0.14.0", ] dynamic = ["version"]