From 36facbd00091a7eec9e6193cbb26e6de22089054 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 13:06:55 -0600 Subject: [PATCH] Bump textual from 0.74.0 to 0.76.0 (#901) Bumps [textual](https://github.com/Textualize/textual) from 0.74.0 to 0.76.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.74.0...v0.76.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 | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index d561928aca..1e1c9f1bb9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4657,13 +4657,13 @@ typing = ["mypy (>=1.6,<2.0)", "traitlets (>=5.11.1)"] [[package]] name = "textual" -version = "0.74.0" +version = "0.76.0" description = "Modern Text User Interface framework" optional = false python-versions = "<4.0.0,>=3.8.1" files = [ - {file = "textual-0.74.0-py3-none-any.whl", hash = "sha256:69b18904d11400e586274deb1270f5db7b4254a2ac00fe805f23b16c324345e4"}, - {file = "textual-0.74.0.tar.gz", hash = "sha256:808c4e8727283ef84a123620449b217b6033ffde49f3ed195b3d0f98bb042969"}, + {file = "textual-0.76.0-py3-none-any.whl", hash = "sha256:e2035609c889dba507d34a5d7b333f1c8c53a29fb170962cb92101507663517a"}, + {file = "textual-0.76.0.tar.gz", hash = "sha256:b12e8879d591090c0901b5cb8121d086e28e677353b368292d3865ec99b83b70"}, ] [package.dependencies] @@ -5164,4 +5164,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.13" -content-hash = "e94841894cd689231308d64d73acbe088ca5d1d7fa4feb97a3a77ecdbcd81d9c" +content-hash = "9e60203deeb424d3269364106be5286b3b8cec2d4d8729e21a5eed41c6761bbc" diff --git a/pyproject.toml b/pyproject.toml index 11749d907a..c0fcc1e805 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,7 +77,7 @@ tenacity = "^9.0.0" swifter = "^1.4.0" pydantic = "^2" rich = "^13.6.0" -textual = "^0.74.0" +textual = "^0.76.0" devtools = "^0.12.2" typing-extensions = "^4.12.2"