diff --git a/poetry.lock b/poetry.lock index ca3c4c58c17d85d24dbc7abd77e80344001e834b..673b7c692bf8e2e83f5a4cef5d9f3a7d585fee8c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2221,14 +2221,14 @@ url = "hive/tests/python/hive-local-tools/test-tools" [[package]] name = "textual" -version = "6.4.0" +version = "7.0.1" description = "Modern Text User Interface framework" optional = false python-versions = "<4.0,>=3.9" groups = ["main", "dev"] files = [ - {file = "textual-6.4.0-py3-none-any.whl", hash = "sha256:b346dbb8e12f17cefb33ddfdf7f19bdc9e66c29daf82fc981a8db6b7d985e115"}, - {file = "textual-6.4.0.tar.gz", hash = "sha256:f40df9165a001c10249698d532f2f5a71708b70f0e4ef3fce081a9dd93ffeaaa"}, + {file = "textual-7.0.1-py3-none-any.whl", hash = "sha256:f9b7d16fa9b640bfff2a2008bf31e3f2d4429dc85e07a9583be033840ed15174"}, + {file = "textual-7.0.1.tar.gz", hash = "sha256:d61db446d22913c0fa6ca2a110c895732b40408e12b0eab1022b5d766924e1ed"}, ] [package.dependencies] @@ -2553,4 +2553,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.1" python-versions = ">=3.12,<3.13" -content-hash = "0baecf306afb0ddc9f23ae7f07c483d9db8b58373a708d7a7b271832df6b42a1" +content-hash = "9033f1db9313865e9fb66e8ad9e9a0b383f6d2b7f587602042616e6920753ec1" diff --git a/pyproject.toml b/pyproject.toml index 11113ec88297edc77516704cc85f795c57931a5d..714f42d3e8d62cfa3f8c16647a4829dd37ba2281 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ authors = [{ name = "Krzysztof Mochocki", email = "kmochocki@syncad.com" }, { na requires-python = '>=3.12,<3.13' # we are restricted to 3.12 because of wax dependencies = [ 'loguru (==0.7.2)', - 'textual (==6.4.0)', + 'textual (==7.0.1)', 'aiohttp (==3.11.15)', 'typer (==0.20.0)', 'inflection (==0.5.1)',