From 4d66fc8262b8b2d8aaea280b5d52da2cc13067d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jun 2024 00:52:47 +0000 Subject: [PATCH] chore(deps): bump textual from 0.56.4 to 0.64.0 Bumps [textual](https://github.com/Textualize/textual) from 0.56.4 to 0.64.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.56.4...v0.64.0) --- 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 563f85b..5329fd5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -735,13 +735,13 @@ files = [ [[package]] name = "textual" -version = "0.56.4" +version = "0.64.0" description = "Modern Text User Interface framework" optional = false python-versions = "<4.0,>=3.8" files = [ - {file = "textual-0.56.4-py3-none-any.whl", hash = "sha256:94a7e6892223348279fed8a9e27f51a9d0ff7a860b60176415ef1d7a796569ac"}, - {file = "textual-0.56.4.tar.gz", hash = "sha256:6f86ae5b4fd750bc48881c941e1a86f7a188c24a862122002e3ac38cd288ef47"}, + {file = "textual-0.64.0-py3-none-any.whl", hash = "sha256:36274bc3e88fa12d99d07c80b35feb3c18b971c66de71900001571e9cf13a140"}, + {file = "textual-0.64.0.tar.gz", hash = "sha256:fee0edd38cdd9a30c7558e9b39b01e82185f8b5218a2456f4f6c0450cb118cba"}, ] [package.dependencies] @@ -901,4 +901,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "6e799637d5cb726acef8410357519011ee76ca7058d23f7a5215382bb7dc907a" +content-hash = "0ea774e84ba1ae5b8d4177df776b9730eecfdd05c8ab57d2b5da90bb979d4ea3" diff --git a/pyproject.toml b/pyproject.toml index 4237268..9435d8c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ classifiers = [ [tool.poetry.dependencies] python = "^3.12" -textual = "^0.56.4" +textual = ">=0.56.4,<0.65.0" aiohttp = "^3.9.5" humanize = "^4.9.0" lxml = "^5.2.1"