Bump textual from 0.72.0 to 0.74.0 (#762)

Bumps [textual](https://github.com/Textualize/textual) from 0.72.0 to 0.74.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.72.0...v0.74.0)

---
updated-dependencies:
- dependency-name: textual
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alonso Guevara <alonsog@microsoft.com>
This commit is contained in:
dependabot[bot] 2024-07-30 16:26:15 -06:00 committed by GitHub
parent 70bd2d9a55
commit a1506ad26e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View File

@ -4603,13 +4603,13 @@ typing = ["mypy (>=1.6,<2.0)", "traitlets (>=5.11.1)"]
[[package]]
name = "textual"
version = "0.72.0"
version = "0.74.0"
description = "Modern Text User Interface framework"
optional = false
python-versions = "<4.0,>=3.8"
python-versions = "<4.0.0,>=3.8.1"
files = [
{file = "textual-0.72.0-py3-none-any.whl", hash = "sha256:a9886eb96bd6391b8795244d2b8fe592204556c42264ea7513a1211584e17366"},
{file = "textual-0.72.0.tar.gz", hash = "sha256:14174ce8d49016a85aa6c0669d0881b5419e98cf46d429f263314295409ed262"},
{file = "textual-0.74.0-py3-none-any.whl", hash = "sha256:69b18904d11400e586274deb1270f5db7b4254a2ac00fe805f23b16c324345e4"},
{file = "textual-0.74.0.tar.gz", hash = "sha256:808c4e8727283ef84a123620449b217b6033ffde49f3ed195b3d0f98bb042969"},
]
[package.dependencies]
@ -5110,4 +5110,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools",
[metadata]
lock-version = "2.0"
python-versions = ">=3.10,<3.13"
content-hash = "777bf8e202af82e87c6794380d8dce13c4e8e0c138e8f58fc206878ffbeb0070"
content-hash = "7167bb9ff663d30f391abd36d56a67fb6ee405c8efe83b04c2e1ddd72949c1a5"

View File

@ -77,7 +77,7 @@ tenacity = "^8.5.0"
swifter = "^1.4.0"
pydantic = "^2"
rich = "^13.6.0"
textual = "^0.72.0"
textual = "^0.74.0"
devtools = "^0.12.2"
typing-extensions = "^4.12.2"