From 77daf18defa2a28c207897df27d95100b6f30fdd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 May 2024 21:57:26 +0000 Subject: [PATCH] Bump textual from 0.52.1 to 0.60.0 Bumps [textual](https://github.com/Textualize/textual) from 0.52.1 to 0.60.0. - [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.60.0) --- updated-dependencies: - dependency-name: textual dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 14 +++++++------- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/poetry.lock b/poetry.lock index ede04d7..3d35031 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. [[package]] name = "annotated-types" @@ -648,13 +648,13 @@ files = [ [[package]] name = "textual" -version = "0.52.1" +version = "0.60.0" description = "Modern Text User Interface framework" optional = false -python-versions = ">=3.8,<4.0" +python-versions = "<4.0,>=3.8" 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.60.0-py3-none-any.whl", hash = "sha256:be7870ed12014cf7a91ea9f96a3c49b1a52f93e0e76686a5fa276951d65867a7"}, + {file = "textual-0.60.0.tar.gz", hash = "sha256:5a9117d6fd48d105ba9671fe6eca8197d607fd2d20fe5405681621fc34b17cfe"}, ] [package.dependencies] @@ -663,7 +663,7 @@ rich = ">=13.3.3" typing-extensions = ">=4.4.0,<5.0.0" [package.extras] -syntax = ["tree-sitter (>=0.20.1,<0.21.0)", "tree_sitter_languages (>=1.7.0)"] +syntax = ["tree-sitter (>=0.20.1,<0.21.0)", "tree-sitter-languages (==1.10.2)"] [[package]] name = "tomli" @@ -778,4 +778,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = ">=3.10,<4" -content-hash = "9efac03c52aff2490dfaf3e3f2d8d9f638981e1b5889faac3eddbcc3d83078fc" +content-hash = "009bad46fa44ed99c01533e8dd79545b11217870487e4e57ac57023b0abf8950" diff --git a/pyproject.toml b/pyproject.toml index 8d4600c..ca09b35 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.60.0" typer = "^0.9.0" typing_extensions = {version = "^4.9.0", python = "<3.11"} xmltodict = "^0.13.0"