From ccdbd6c82106f1e7c9ee32adabeeaf9c4e83643d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 14:00:56 +0000 Subject: [PATCH] Bump textual from 0.79.1 to 0.87.1 Bumps [textual](https://github.com/Textualize/textual) from 0.79.1 to 0.87.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.79.1...v0.87.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 e85a912..539e287 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1222,18 +1222,18 @@ pbr = ">=2.0.0,<2.1.0 || >2.1.0" [[package]] name = "textual" -version = "0.79.1" +version = "0.87.1" description = "Modern Text User Interface framework" optional = false python-versions = "<4.0.0,>=3.8.1" files = [ - {file = "textual-0.79.1-py3-none-any.whl", hash = "sha256:75f26c0a8829560a1a8cc739f758c2c1c684246e27166acb3f4ad40110200692"}, - {file = "textual-0.79.1.tar.gz", hash = "sha256:2aaa9778beac5e56957794ee492bd8d281d39516ccb0e507e726484a1327d8b2"}, + {file = "textual-0.87.1-py3-none-any.whl", hash = "sha256:026d1368cd10610a72a9d3de7a56692a17e7e8dffa0468147eb8e186ba0ff0c0"}, + {file = "textual-0.87.1.tar.gz", hash = "sha256:daf4e248ba3d890831ff2617099535eb835863a2e3609c8ce00af0f6d55ed123"}, ] [package.dependencies] markdown-it-py = {version = ">=2.1.0", extras = ["linkify", "plugins"]} -platformdirs = ">=4.2.2,<5.0.0" +platformdirs = ">=3.6.0,<5" rich = ">=13.3.3" typing-extensions = ">=4.4.0,<5.0.0" @@ -1321,4 +1321,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "^3.8.1" -content-hash = "ab49f3fb383bb10f5f5fdae2820ab1e518a30ecbad39c5882cef58c9b50882af" +content-hash = "e905929c25868706fc4a0e054c3fcc12ef6b94cd84003e3b05683025a8346843" diff --git a/pyproject.toml b/pyproject.toml index c5ac7b0..594537e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,7 +73,7 @@ recoverpy = "recoverpy.__init__:main" [tool.poetry.dependencies] python = "^3.8.1" -textual = "0.79.1" +textual = "0.87.1" [tool.poetry.dev-dependencies] coverage = "^7.6.1"