From 98725c3a7d61db6c1c847b84140191bcae8febea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2024 21:21:51 +0000 Subject: [PATCH] Bump textual from 0.75.1 to 0.78.0 Bumps [textual](https://github.com/Textualize/textual) from 0.75.1 to 0.78.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.75.1...v0.78.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 4c92a36..d785034 100644 --- a/poetry.lock +++ b/poetry.lock @@ -672,13 +672,13 @@ files = [ [[package]] name = "textual" -version = "0.75.1" +version = "0.78.0" description = "Modern Text User Interface framework" optional = false python-versions = "<4.0.0,>=3.8.1" files = [ - {file = "textual-0.75.1-py3-none-any.whl", hash = "sha256:7edb1196753feae79890daa2287bc3180ebba2cbf63f59f2a160991325b020f2"}, - {file = "textual-0.75.1.tar.gz", hash = "sha256:3f0b53fe6119aa64853c7e60ced4d4e16fb23c83dee1e0fd19eddb3f2639c02e"}, + {file = "textual-0.78.0-py3-none-any.whl", hash = "sha256:c9d3c7dc467c37ee2e54a0283ac2c85dac35e4fc949518ed054a65b8e3e9b822"}, + {file = "textual-0.78.0.tar.gz", hash = "sha256:421f508b0d41ea0b8ecf273bf83f0d19376667eb0a87f70575252395d90ab315"}, ] [package.dependencies] @@ -798,4 +798,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = ">=3.10,<4" -content-hash = "de5aaa4e40c0a258610ced8d5ee5fc2dab17439ec56fc95c7d022e623e20146f" +content-hash = "411959bad5b901f84651e1de01df4a98674b09ae2796c7632cee8e6a2bb2eb0e" diff --git a/pyproject.toml b/pyproject.toml index 8c1135c..09a4590 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.75.1" +textual = "^0.78.0" typer = "^0.12.3" typing_extensions = {version = "^4.9.0", python = "<3.11"} xmltodict = "^0.13.0"