From 2a3f87dcead44243612dc0986a4508e81f7f7565 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 00:50:22 +0000 Subject: [PATCH] chore(deps): bump textual from 0.68.0 to 0.69.0 Bumps [textual](https://github.com/Textualize/textual) from 0.68.0 to 0.69.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.68.0...v0.69.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 768fc19..7152556 100644 --- a/poetry.lock +++ b/poetry.lock @@ -723,13 +723,13 @@ files = [ [[package]] name = "textual" -version = "0.68.0" +version = "0.69.0" description = "Modern Text User Interface framework" optional = false python-versions = "<4.0,>=3.8" files = [ - {file = "textual-0.68.0-py3-none-any.whl", hash = "sha256:1c74901cb22ea7243ce699b7a0f6d7095144dbc7bad7180d29cdee1011e382fc"}, - {file = "textual-0.68.0.tar.gz", hash = "sha256:803d9e96bb6205aee85af8b4e68edbab04d506bfc124681ae1695dbdc43b6e1d"}, + {file = "textual-0.69.0-py3-none-any.whl", hash = "sha256:51d19a5eaeb00e6dabc7b1ef3d8de558dc78e55a3b273c8cf8273b3db574a651"}, + {file = "textual-0.69.0.tar.gz", hash = "sha256:73736996f468f20efdc8854482db02bf8799586430a39bc0a7c97f91043081b0"}, ] [package.dependencies] @@ -889,4 +889,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "c7e5574416f403ea8cdbd1ae85f31dc88f32b3d539b115a29b2d78313d99d1b8" +content-hash = "2184354e25caf7716673ee6f0d3a8da31fd964eac9dd0c949fb725b9a9230586" diff --git a/pyproject.toml b/pyproject.toml index 28b9ed0..47bf16c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ classifiers = [ [tool.poetry.dependencies] python = "^3.12" -textual = ">=0.56.4,<0.69.0" +textual = ">=0.56.4,<0.70.0" aiohttp = "^3.9.5" humanize = "^4.9.0" lxml = "^5.2.1"