From 63dcff7dab355c540898ba9b9493c53838f6bb50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Dec 2023 14:02:35 +0000 Subject: [PATCH] Bump textual from 0.42.0 to 0.44.1 Bumps [textual](https://github.com/Textualize/textual) from 0.42.0 to 0.44.1. - [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.42.0...v0.44.1) --- updated-dependencies: - dependency-name: textual dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 83aeba9b..5fd72a46 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1255,13 +1255,13 @@ pbr = ">=2.0.0,<2.1.0 || >2.1.0" [[package]] name = "textual" -version = "0.42.0" +version = "0.44.1" description = "Modern Text User Interface framework" optional = false -python-versions = ">=3.7,<4.0" +python-versions = ">=3.8,<4.0" files = [ - {file = "textual-0.42.0-py3-none-any.whl", hash = "sha256:b94317674c6cf847df04980217a1620c3e0774a641465bffd282d9a4ff77ecfe"}, - {file = "textual-0.42.0.tar.gz", hash = "sha256:0e06630a3c68a04a3215ced71dcfb14d888adce1ae241be1bb01155a25d9f0bf"}, + {file = "textual-0.44.1-py3-none-any.whl", hash = "sha256:19cfd3a0c623bff02cc80d872ba3e93e1a5b77289fecf74c16ffcfa7407b49a1"}, + {file = "textual-0.44.1.tar.gz", hash = "sha256:7a45b85943957095b97d0a90c4fa4d3e1028fa26493c0720f403d879157a6589"}, ] [package.dependencies] @@ -1369,4 +1369,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8.1" -content-hash = "be1e58e25090bb257ef377efb40d6dd434c91805ab97b05f0c0c1735082cc7b4" +content-hash = "5f58992db199e4c3c5e8775cce19b7507a5a53d35e811697557b52250e8333dc" diff --git a/pyproject.toml b/pyproject.toml index 80fa54e2..9a8851a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,7 +73,7 @@ recoverpy = "recoverpy.__init__:main" [tool.poetry.dependencies] python = "^3.8.1" -textual = ">=0.17.1,<0.43.0" +textual = ">=0.17.1,<0.45.0" [tool.poetry.dev-dependencies] coverage = "^7.3.2"