diff --git a/poetry.lock b/poetry.lock index 83aeba9b..5fd72a46 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1255,13 +1255,13 @@ pbr = ">=2.0.0,<2.1.0 || >2.1.0" [[package]] name = "textual" -version = "0.42.0" +version = "0.44.1" description = "Modern Text User Interface framework" optional = false -python-versions = ">=3.7,<4.0" +python-versions = ">=3.8,<4.0" files = [ - {file = "textual-0.42.0-py3-none-any.whl", hash = "sha256:b94317674c6cf847df04980217a1620c3e0774a641465bffd282d9a4ff77ecfe"}, - {file = "textual-0.42.0.tar.gz", hash = "sha256:0e06630a3c68a04a3215ced71dcfb14d888adce1ae241be1bb01155a25d9f0bf"}, + {file = "textual-0.44.1-py3-none-any.whl", hash = "sha256:19cfd3a0c623bff02cc80d872ba3e93e1a5b77289fecf74c16ffcfa7407b49a1"}, + {file = "textual-0.44.1.tar.gz", hash = "sha256:7a45b85943957095b97d0a90c4fa4d3e1028fa26493c0720f403d879157a6589"}, ] [package.dependencies] @@ -1369,4 +1369,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8.1" -content-hash = "be1e58e25090bb257ef377efb40d6dd434c91805ab97b05f0c0c1735082cc7b4" +content-hash = "5f58992db199e4c3c5e8775cce19b7507a5a53d35e811697557b52250e8333dc" diff --git a/pyproject.toml b/pyproject.toml index 80fa54e2..9a8851a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,7 +73,7 @@ recoverpy = "recoverpy.__init__:main" [tool.poetry.dependencies] python = "^3.8.1" -textual = ">=0.17.1,<0.43.0" +textual = ">=0.17.1,<0.45.0" [tool.poetry.dev-dependencies] coverage = "^7.3.2"