diff --git a/poetry.lock b/poetry.lock index 4613c95d..313ee8e8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4603,13 +4603,13 @@ typing = ["mypy (>=1.6,<2.0)", "traitlets (>=5.11.1)"] [[package]] name = "textual" -version = "0.72.0" +version = "0.74.0" description = "Modern Text User Interface framework" optional = false -python-versions = "<4.0,>=3.8" +python-versions = "<4.0.0,>=3.8.1" files = [ - {file = "textual-0.72.0-py3-none-any.whl", hash = "sha256:a9886eb96bd6391b8795244d2b8fe592204556c42264ea7513a1211584e17366"}, - {file = "textual-0.72.0.tar.gz", hash = "sha256:14174ce8d49016a85aa6c0669d0881b5419e98cf46d429f263314295409ed262"}, + {file = "textual-0.74.0-py3-none-any.whl", hash = "sha256:69b18904d11400e586274deb1270f5db7b4254a2ac00fe805f23b16c324345e4"}, + {file = "textual-0.74.0.tar.gz", hash = "sha256:808c4e8727283ef84a123620449b217b6033ffde49f3ed195b3d0f98bb042969"}, ] [package.dependencies] @@ -5110,4 +5110,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.13" -content-hash = "777bf8e202af82e87c6794380d8dce13c4e8e0c138e8f58fc206878ffbeb0070" +content-hash = "7167bb9ff663d30f391abd36d56a67fb6ee405c8efe83b04c2e1ddd72949c1a5" diff --git a/pyproject.toml b/pyproject.toml index bb5037a3..fb9cbe04 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,7 +77,7 @@ tenacity = "^8.5.0" swifter = "^1.4.0" pydantic = "^2" rich = "^13.6.0" -textual = "^0.72.0" +textual = "^0.74.0" devtools = "^0.12.2" typing-extensions = "^4.12.2"