Update textual to 0.29.0

This only slightly affects the exact lightness of the grayed out radio button labels, at least as far as the tests cover.
This commit is contained in:
Isaiah Odhner 2023-09-17 00:56:21 -04:00
parent a0247a0870
commit 28d9a2ff04
2 changed files with 354 additions and 355 deletions

View File

@ -8,7 +8,8 @@ pyperclip==1.8.2
pyxdg==0.28 # xdg module, used for wallpaper setting; optional, falls back to ~/.config
rich==13.3.5
stransi==0.3.0
textual[dev]==0.28.0
textual==0.29.0
textual-dev==1.0.0 # for development (`textual` CLI)
watchdog==3.0.0 # for development; optional (only used when --restart-on-changes is passed)
types-Pillow==10.0.0.1 # for development
types-psutil==5.9.5.15 # for development

File diff suppressed because one or more lines are too long