From dd982f18b28b33e4c1a17e82869c08830e7bb89c Mon Sep 17 00:00:00 2001 From: Isaiah Odhner Date: Thu, 21 Sep 2023 16:14:02 -0400 Subject: [PATCH] Update textual to 0.38.1 --- CHANGELOG.md | 2 +- requirements.txt | 2 +- setup.cfg | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0feb8d0..f9558d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/requirements.txt b/requirements.txt index c6a5fa1..454f286 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 diff --git a/setup.cfg b/setup.cfg index fc3bf7b..0beab05 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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