diff --git a/poetry.lock b/poetry.lock index 42ab0186..6b43b96c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1222,18 +1222,18 @@ pbr = ">=2.0.0,<2.1.0 || >2.1.0" [[package]] name = "textual" -version = "0.79.1" +version = "0.86.1" description = "Modern Text User Interface framework" optional = false python-versions = "<4.0.0,>=3.8.1" files = [ - {file = "textual-0.79.1-py3-none-any.whl", hash = "sha256:75f26c0a8829560a1a8cc739f758c2c1c684246e27166acb3f4ad40110200692"}, - {file = "textual-0.79.1.tar.gz", hash = "sha256:2aaa9778beac5e56957794ee492bd8d281d39516ccb0e507e726484a1327d8b2"}, + {file = "textual-0.86.1-py3-none-any.whl", hash = "sha256:ebc2bfd92c2f1a451c12dcbcfda002598a2fc9793d1684be83514b5fba75f915"}, + {file = "textual-0.86.1.tar.gz", hash = "sha256:a6e68de5383415f222f26b4049c2a92ed204071fdfebe3d729f8dd373ca5f519"}, ] [package.dependencies] markdown-it-py = {version = ">=2.1.0", extras = ["linkify", "plugins"]} -platformdirs = ">=4.2.2,<5.0.0" +platformdirs = ">=3.6.0,<5" rich = ">=13.3.3" typing-extensions = ">=4.4.0,<5.0.0" @@ -1321,4 +1321,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "^3.8.1" -content-hash = "e1f64492f89825eabbeb6159a79cdea95f43dc00703e9e5f063c00d4904424f3" +content-hash = "6b6450bd513601e2db98a3eb2ec53ef41d5243a7a1673522b4945412905cb901" diff --git a/pyproject.toml b/pyproject.toml index 7a0cb868..5966715c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,7 +73,7 @@ recoverpy = "recoverpy.__init__:main" [tool.poetry.dependencies] python = "^3.8.1" -textual = "0.79.1" +textual = "0.86.1" [tool.poetry.dev-dependencies] coverage = "^7.6.1"