From ef78f3762d33d5905763043027dd56ced547d798 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Oct 2023 12:28:45 +0300 Subject: [PATCH] Bump textual from 0.36.0 to 0.40.0 (#37) Bumps [textual](https://github.com/Textualize/textual) from 0.36.0 to 0.40.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.36.0...v0.40.0) --- updated-dependencies: - dependency-name: textual dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 11 +++++++---- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 52d03da..9cb53f7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -815,13 +815,13 @@ pytest = ">=7.0.0,<8.0.0" [[package]] name = "textual" -version = "0.36.0" +version = "0.40.0" description = "Modern Text User Interface framework" optional = false python-versions = ">=3.7,<4.0" files = [ - {file = "textual-0.36.0-py3-none-any.whl", hash = "sha256:7d04880bee0274f8cdf05cbe22d9effad3efa458676af2c431997a6d4576005c"}, - {file = "textual-0.36.0.tar.gz", hash = "sha256:fbfc799a55938cfade6cfbf7c5ae3c3e5fc87ff9deaaed788a6dcefe72245451"}, + {file = "textual-0.40.0-py3-none-any.whl", hash = "sha256:3e98f0c9c9a9361d3077c00e3fc5a708f927dd1ce45a1149eb1ba6945ce9d71c"}, + {file = "textual-0.40.0.tar.gz", hash = "sha256:0fd014f9fab7f6d88167c82f90e115b118b3016b8597281d14c9257967f7812e"}, ] [package.dependencies] @@ -830,6 +830,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 = "tomli" version = "2.0.1" @@ -921,4 +924,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "0f272c0aff715cb710a660f7d743977756a7a6f787d4d6af8b7687c397efa62f" +content-hash = "8adb4f3ced5f8224cee8574f2cdc71149873e30b9e3e1d171a52173965795d99" diff --git a/pyproject.toml b/pyproject.toml index c16e2ba..f51d869 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ difflume = "difflume.main:main" [tool.poetry.dependencies] python = "^3.10" -textual = ">=0.35.1,<0.37.0" +textual = ">=0.35.1,<0.41.0" httpx = ">=0.24.1,<0.26.0" [tool.poetry.group.dev.dependencies]