From 5bec84cca73652b5e52ee91a53daa4a962186d1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Jun 2024 00:19:38 +0000 Subject: [PATCH] chore(deps): bump textual from 0.56.4 to 0.65.2 Bumps [textual](https://github.com/Textualize/textual) from 0.56.4 to 0.65.2. - [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.65.2) --- 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..a9f27dd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -735,13 +735,13 @@ files = [ [[package]] name = "textual" -version = "0.56.4" +version = "0.65.2" 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.65.2-py3-none-any.whl", hash = "sha256:f01ce9ee3d2a613c63b9255900bf5a709b9ff7931d54d42f438e15495fa4ad3c"}, + {file = "textual-0.65.2.tar.gz", hash = "sha256:05d4d39eedffac977b9bce9bea307dfefefdaaaa5081722549472cbb1d32e53f"}, ] [package.dependencies] @@ -901,4 +901,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "6e799637d5cb726acef8410357519011ee76ca7058d23f7a5215382bb7dc907a" +content-hash = "f0974a20b6c0a3d32c9516dd5815eab237139ab6207e9053489ab541112e76a1" diff --git a/pyproject.toml b/pyproject.toml index 4237268..ae1634d 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.66.0" aiohttp = "^3.9.5" humanize = "^4.9.0" lxml = "^5.2.1"