Skip to content

Commit ba66b66

Browse files
committed
Update textualize dependency spec
Use the lowest version of textualize for which the prefixed action bindings are compatible, while also bumping the version of textual in poetry.lock to the latest release.
1 parent d2b199c commit ba66b66

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ classifiers = [
2828

2929
[tool.poetry.dependencies]
3030
python = "^3.8"
31-
textual = ">=0.54.0"
31+
textual = ">=0.61.0"
3232
click = ">=8.0.0"
3333

3434

3535
[tool.poetry.group.dev.dependencies]
3636
mypy = "^1.2.0"
3737
black = "^23.3.0"
3838
pytest = "^7.3.1"
39-
textual = ">=0.54.0"
39+
textual = ">=0.61.0"
4040

4141
[build-system]
4242
requires = ["poetry-core"]

0 commit comments

Comments
 (0)