diff --git a/poetry.lock b/poetry.lock index 0a023e0..ea4502f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -659,13 +659,13 @@ files = [ [[package]] name = "textual" -version = "0.65.1" +version = "0.74.0" description = "Modern Text User Interface framework" optional = false -python-versions = "<4.0,>=3.8" +python-versions = "<4.0.0,>=3.8.1" files = [ - {file = "textual-0.65.1-py3-none-any.whl", hash = "sha256:12a2a00f9b5675577fffa0f71171be5cdd138c42460b7ee95b3182542ee25aa0"}, - {file = "textual-0.65.1.tar.gz", hash = "sha256:22b05430aa2c7f90adc38fb7458bdde9395ca90960063432ae1273510e35e682"}, + {file = "textual-0.74.0-py3-none-any.whl", hash = "sha256:69b18904d11400e586274deb1270f5db7b4254a2ac00fe805f23b16c324345e4"}, + {file = "textual-0.74.0.tar.gz", hash = "sha256:808c4e8727283ef84a123620449b217b6033ffde49f3ed195b3d0f98bb042969"}, ] [package.dependencies] @@ -785,4 +785,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = ">=3.10,<4" -content-hash = "22e2db99f9de33f0a29c97462da16b5f3e6f14e0efadb45a845ad45bb47692c5" +content-hash = "e188d1007139d6afe9a0a9a949328a622173590c12f4f72c9633541d0458b998" diff --git a/pyproject.toml b/pyproject.toml index ed5f13d..a00ecd2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ python = ">=3.10,<4" python-vlc = "^3.0.20123" pytz = "^2024.1" rich = "^13.7.1" -textual = "^0.65.1" +textual = "^0.74.0" typer = "^0.12.3" typing_extensions = {version = "^4.9.0", python = "<3.11"} xmltodict = "^0.13.0"