diff --git a/poetry.lock b/poetry.lock index 563f85b..5329fd5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -735,13 +735,13 @@ files = [ [[package]] name = "textual" -version = "0.56.4" +version = "0.64.0" description = "Modern Text User Interface framework" optional = false python-versions = "<4.0,>=3.8" files = [ - {file = "textual-0.56.4-py3-none-any.whl", hash = "sha256:94a7e6892223348279fed8a9e27f51a9d0ff7a860b60176415ef1d7a796569ac"}, - {file = "textual-0.56.4.tar.gz", hash = "sha256:6f86ae5b4fd750bc48881c941e1a86f7a188c24a862122002e3ac38cd288ef47"}, + {file = "textual-0.64.0-py3-none-any.whl", hash = "sha256:36274bc3e88fa12d99d07c80b35feb3c18b971c66de71900001571e9cf13a140"}, + {file = "textual-0.64.0.tar.gz", hash = "sha256:fee0edd38cdd9a30c7558e9b39b01e82185f8b5218a2456f4f6c0450cb118cba"}, ] [package.dependencies] @@ -901,4 +901,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "6e799637d5cb726acef8410357519011ee76ca7058d23f7a5215382bb7dc907a" +content-hash = "0ea774e84ba1ae5b8d4177df776b9730eecfdd05c8ab57d2b5da90bb979d4ea3" diff --git a/pyproject.toml b/pyproject.toml index 4237268..9435d8c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ classifiers = [ [tool.poetry.dependencies] python = "^3.12" -textual = "^0.56.4" +textual = ">=0.56.4,<0.65.0" aiohttp = "^3.9.5" humanize = "^4.9.0" lxml = "^5.2.1"