diff --git a/poetry.lock b/poetry.lock index aa44ff6..673e39d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1196,13 +1196,13 @@ pbr = ">=2.0.0,<2.1.0 || >2.1.0" [[package]] name = "textual" -version = "0.63.2" +version = "0.63.6" description = "Modern Text User Interface framework" optional = false python-versions = "<4.0,>=3.8" files = [ - {file = "textual-0.63.2-py3-none-any.whl", hash = "sha256:4d49ed5f50afe2390c23ed01d07b168c2802f497fab48ffb1dd80d4ffdd298ab"}, - {file = "textual-0.63.2.tar.gz", hash = "sha256:54ec9bad963f59ffa9bfadd0d44ac386b7c9b9dde470b2f282b58cc99d2a7ff2"}, + {file = "textual-0.63.6-py3-none-any.whl", hash = "sha256:7cf6c320b7445bcab42360d3957ed5b14163f8687fad282d772e2af6407ea3a1"}, + {file = "textual-0.63.6.tar.gz", hash = "sha256:cac575e60fe8b376bed3d6ac1723c137cea69f3e48cecdc78b289da10de7f9e5"}, ] [package.dependencies] @@ -1294,4 +1294,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "^3.8.1" -content-hash = "e81402260c847f5766a5b38b42fc89295608c9822026ee07dda534adbde557b1" +content-hash = "2e3c49559d68c55b6eb54df18b2c78818457064589bdba5cceebb46c27e9110e" diff --git a/pyproject.toml b/pyproject.toml index 50b42d9..8f39193 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,7 +73,7 @@ recoverpy = "recoverpy.__init__:main" [tool.poetry.dependencies] python = "^3.8.1" -textual = "0.63.2" +textual = "0.63.6" [tool.poetry.dev-dependencies] coverage = "^7.5.2"