Update textual to 0.38.1

This commit is contained in:
Isaiah Odhner 2023-09-21 16:14:02 -04:00
parent f2f4da73dc
commit dd982f18b2
3 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Updated Textual from 0.27.0 to 0.37.1
- Updated Textual from 0.27.0 to 0.38.1
- Error details now use Textual's `Collapsible` widget (introduced in 0.37), simplifying the code, and giving it a distinct look, whereas before it looked just like the other buttons in the dialog, but on a separate row.
## [0.3.0] - 2023-09-16

View File

@ -8,7 +8,7 @@ pyperclip==1.8.2
pyxdg==0.28 # xdg module, used for wallpaper setting; optional, falls back to ~/.config
rich==13.4.2
stransi==0.3.0
textual==0.37.1
textual==0.38.1
textual-dev==1.1.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

View File

@ -56,7 +56,7 @@ classifiers =
[options]
install_requires =
textual==0.37.1
textual==0.38.1
rich==13.4.2
stransi==0.3.0
pyperclip==1.8.2