diff --git a/poetry.lock b/poetry.lock index 4c92a36..7fa40bb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -672,17 +672,18 @@ files = [ [[package]] name = "textual" -version = "0.75.1" +version = "0.85.0" description = "Modern Text User Interface framework" optional = false python-versions = "<4.0.0,>=3.8.1" files = [ - {file = "textual-0.75.1-py3-none-any.whl", hash = "sha256:7edb1196753feae79890daa2287bc3180ebba2cbf63f59f2a160991325b020f2"}, - {file = "textual-0.75.1.tar.gz", hash = "sha256:3f0b53fe6119aa64853c7e60ced4d4e16fb23c83dee1e0fd19eddb3f2639c02e"}, + {file = "textual-0.85.0-py3-none-any.whl", hash = "sha256:8e75d023f06b242fb88233926dfb7801792f867643493096dd45dd216dc950f3"}, + {file = "textual-0.85.0.tar.gz", hash = "sha256:645c0fd0b4f61cd19383df78a1acd4f3b555e2c514cfa2f454e20692dffc10a0"}, ] [package.dependencies] markdown-it-py = {version = ">=2.1.0", extras = ["linkify", "plugins"]} +platformdirs = ">=3.6.0,<5" rich = ">=13.3.3" typing-extensions = ">=4.4.0,<5.0.0" @@ -798,4 +799,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = ">=3.10,<4" -content-hash = "de5aaa4e40c0a258610ced8d5ee5fc2dab17439ec56fc95c7d022e623e20146f" +content-hash = "660fbb5fbcb4860c9341a81e3ca2de0cfb49bfb1deb5227a4b33561643625dc0" diff --git a/pyproject.toml b/pyproject.toml index 8c1135c..3f2f8b8 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.75.1" +textual = "^0.85.0" typer = "^0.12.3" typing_extensions = {version = "^4.9.0", python = "<3.11"} xmltodict = "^0.13.0"