From 176df5bdba065dd4ff69a0fbef00ae03575d73ca Mon Sep 17 00:00:00 2001 From: Zaloog Date: Fri, 9 Feb 2024 18:20:33 +0100 Subject: [PATCH] Bump Textual Dependency --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index cf5324a..21cd85c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -48,7 +48,7 @@ python_requires = >=3.8 # new major versions. This works if the required packages follow Semantic Versioning. # For more information, check out https://semver.org/. install_requires = - textual<=0.47.1 + textual<=0.50.0 platformdirs pyperclip