From 3d5adb76b802d2f810589421f66048fa8b2f005b Mon Sep 17 00:00:00 2001 From: kraanzu Date: Tue, 1 Oct 2024 09:20:09 +0530 Subject: [PATCH] deps: bump textual --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 0949bcea..8274f9be 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1770,18 +1770,18 @@ sqlcipher = ["sqlcipher3_binary"] [[package]] name = "textual" -version = "0.79.1" +version = "0.81.0" 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.81.0-py3-none-any.whl", hash = "sha256:5f94e3bf185a1693c31f5e2bcbc413c8ed093a53abc96a956c65322d48f9543c"}, + {file = "textual-0.81.0.tar.gz", hash = "sha256:b438f7e6bb143fdec379170ccc6709a32d273bd998e70179537109263de7c818"}, ] [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" @@ -2086,4 +2086,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.8.1" -content-hash = "58c0bedd953bf4d7c129b52a3f7d1b007b1e070c31731febf4a26575baec9d53" +content-hash = "fbf3cdd8b8411d9b2654d77aa959a5ef71a3cf1a7b846aa2f474d220890e0741" diff --git a/pyproject.toml b/pyproject.toml index ea89a2d8..de594558 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ python = "^3.8.1" pyperclip = "^1.8.2" PyYAML = "^6.0" tzlocal = "2.1" -textual = "^0.79.1" +textual = "^0.81.0" python-dateutil = "^2.8.2" sqlalchemy = "^2.0.31"