From 6a138b9cc31482526a3de37ca2ceff3815938808 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 13:31:58 +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 4f136b2d..07b64970 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1251,13 +1251,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] @@ -1365,4 +1365,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8.1" -content-hash = "ebd70af8871a35d2b4703f951947872cc89c0831a6e6b4c5fb841f7c5927c60f" +content-hash = "8d047e4f993e400c4f421b7632e48e423a0102604f04f8124ac17b91f191d9b8" diff --git a/pyproject.toml b/pyproject.toml index f45d1129..ad61285e 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"