From 5d95444f50af45444c80708f5d7caad3704ef679 Mon Sep 17 00:00:00 2001 From: kraanzu Date: Sun, 19 May 2024 12:32:51 +0530 Subject: [PATCH] chore: bump textual --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 968c4b5f..7fddb739 100644 --- a/poetry.lock +++ b/poetry.lock @@ -876,13 +876,13 @@ files = [ [[package]] name = "textual" -version = "0.59.0" +version = "0.61.0" description = "Modern Text User Interface framework" optional = false python-versions = "<4.0,>=3.8" files = [ - {file = "textual-0.59.0-py3-none-any.whl", hash = "sha256:61d6187704731a9425da0d20217a737c8738c1649c644041f868afb6963e0022"}, - {file = "textual-0.59.0.tar.gz", hash = "sha256:0fb0001ed393a9eb2c6c8598a5436cde588658a9726b5e099ae3bfb6f3ac257d"}, + {file = "textual-0.61.0-py3-none-any.whl", hash = "sha256:176ac3aa5427fc076492d16afd20ea5c508605c2826cd176c8f5ac2589a1ee46"}, + {file = "textual-0.61.0.tar.gz", hash = "sha256:91c83a659da40b227eced4fa749026a236b493cc5911a9bedd990ad5f0786be2"}, ] [package.dependencies] @@ -1087,4 +1087,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "7ad8b184108aca5e117b8b92ee7a7858f6ee6ecd8554d4bd1d8cb471814ab67e" +content-hash = "2240708d53576553b4d9568eeae5e1be44b409e400fff18c470571e6daad82e8" diff --git a/pyproject.toml b/pyproject.toml index 538919e9..06149fa3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ pyperclip = "^1.8.2" PyYAML = "^6.0" tzlocal = "2.1" appdirs = "^1.4.4" -textual = "^0.59.0" +textual = "^0.61.0" python-dateutil = "^2.8.2" msgpack = "^1.0.7" multidict = "^6.0.5"