From 8837da3383f5b31c4667011a396e5559933fab38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 21:24:32 +0000 Subject: [PATCH] Bump textual from 0.52.1 to 0.53.1 Bumps [textual](https://github.com/Textualize/textual) from 0.52.1 to 0.53.1. - [Release notes](https://github.com/Textualize/textual/releases) - [Changelog](https://github.com/Textualize/textual/blob/main/CHANGELOG.md) - [Commits](https://github.com/Textualize/textual/compare/v0.52.1...v0.53.1) --- updated-dependencies: - dependency-name: textual dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index ede04d7..78642da 100644 --- a/poetry.lock +++ b/poetry.lock @@ -648,13 +648,13 @@ files = [ [[package]] name = "textual" -version = "0.52.1" +version = "0.53.1" description = "Modern Text User Interface framework" optional = false python-versions = ">=3.8,<4.0" files = [ - {file = "textual-0.52.1-py3-none-any.whl", hash = "sha256:960a19df2319482918b4a58736d9552cdc1ab65d170ba0bc15273ce0e1922b7a"}, - {file = "textual-0.52.1.tar.gz", hash = "sha256:4232e5c2b423ed7c63baaeb6030355e14e1de1b9df096c9655b68a1e60e4de5f"}, + {file = "textual-0.53.1-py3-none-any.whl", hash = "sha256:32201aa9d334ed064d5e670f15fe3d7f19c736ca54cecb054a5b995691104434"}, + {file = "textual-0.53.1.tar.gz", hash = "sha256:23ba673be7974819ded35ea88d28df7117987e53d58f15b2cc890ac2ecf56401"}, ] [package.dependencies] @@ -778,4 +778,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = ">=3.10,<4" -content-hash = "9efac03c52aff2490dfaf3e3f2d8d9f638981e1b5889faac3eddbcc3d83078fc" +content-hash = "f3f4815d4f56e1a5a2cb7d8f530c7a8112a27bf7dbbcc36e8f3dc70884a23bca" diff --git a/pyproject.toml b/pyproject.toml index 8d4600c..aaf0934 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ python = ">=3.10,<4" python-vlc = "^3.0.20123" pytz = "^2024.1" rich = "^13.7.1" -textual = "^0.52.1" +textual = "^0.53.1" typer = "^0.9.0" typing_extensions = {version = "^4.9.0", python = "<3.11"} xmltodict = "^0.13.0"