From c5b71118ee393bf03a2b846faebacf90db517161 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 15:23:19 +0000 Subject: [PATCH] Bump textual from 0.37.1 to 0.44.1 Bumps [textual](https://github.com/Textualize/textual) from 0.37.1 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.37.1...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 | 15 +++++++++------ pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 2158f46..bf1ccde 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. [[package]] name = "aiohttp" @@ -742,13 +742,13 @@ files = [ [[package]] name = "textual" -version = "0.37.1" +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.37.1-py3-none-any.whl", hash = "sha256:bbedebd9bf245523dc07d1a883ce4178133cfe1d3c3e030a2224359128f177b7"}, - {file = "textual-0.37.1.tar.gz", hash = "sha256:0498894da7f4af5cac62d99e412e9d813e784f7a87834dd29aa656d31d068760"}, + {file = "textual-0.44.1-py3-none-any.whl", hash = "sha256:19cfd3a0c623bff02cc80d872ba3e93e1a5b77289fecf74c16ffcfa7407b49a1"}, + {file = "textual-0.44.1.tar.gz", hash = "sha256:7a45b85943957095b97d0a90c4fa4d3e1028fa26493c0720f403d879157a6589"}, ] [package.dependencies] @@ -757,6 +757,9 @@ markdown-it-py = {version = ">=2.1.0", extras = ["linkify", "plugins"]} rich = ">=13.3.3" typing-extensions = ">=4.4.0,<5.0.0" +[package.extras] +syntax = ["tree-sitter (>=0.20.1,<0.21.0)", "tree_sitter_languages (>=1.7.0)"] + [[package]] name = "textual-dev" version = "1.1.0" @@ -950,4 +953,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = ">=3.10,<4.0" -content-hash = "09399535a2fb469b18d53c035429dcd17b0bb377c8b6c334591a3b21af34cc79" +content-hash = "0eb58bb4348acd2a8af0ed0654804d19f8df2e6c9f228a08bfce8c5ec7a30452" diff --git a/pyproject.toml b/pyproject.toml index c20536b..9ddc132 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ redisamp = "redisamp.main:main" [tool.poetry.dependencies] python = ">=3.10,<4.0" redis = "^5.0.0" -textual = {extras = ["dev"], version = "^0.37.0"} +textual = {extras = ["dev"], version = ">=0.37,<0.45"} walrus = "^0.9.2" typer = "^0.9.0"