From 42817e868727658501de2d57165592cbef1099e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 16:19:25 +0000 Subject: [PATCH] Bump textual from 0.36.0 to 0.37.1 Bumps [textual](https://github.com/Textualize/textual) from 0.36.0 to 0.37.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.36.0...v0.37.1) --- updated-dependencies: - dependency-name: textual dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index ee032681..85f835cb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1266,13 +1266,13 @@ pbr = ">=2.0.0,<2.1.0 || >2.1.0" [[package]] name = "textual" -version = "0.36.0" +version = "0.37.1" 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.37.1-py3-none-any.whl", hash = "sha256:bbedebd9bf245523dc07d1a883ce4178133cfe1d3c3e030a2224359128f177b7"}, + {file = "textual-0.37.1.tar.gz", hash = "sha256:0498894da7f4af5cac62d99e412e9d813e784f7a87834dd29aa656d31d068760"}, ] [package.dependencies] @@ -1450,4 +1450,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "2.0" python-versions = "^3.8.1" -content-hash = "4384466aefcc55d3f1e43c3423dfa583aa8edf6d6b604d3e2389bf1960fb07e6" +content-hash = "ee4696b4b749cce52958d67a7bd15a9eab532dcbdd35195259089071dfa9cdb3" diff --git a/pyproject.toml b/pyproject.toml index 049d3b42..d3954ff7 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.37.0" +textual = ">=0.17.1,<0.38.0" [tool.poetry.dev-dependencies] coverage = "^7.3.1"