Skip to content

Commit 6ebaa12

Browse files
authored
Pin textual >=3.4.0
Textual was pinned to `3.4.0` in #524 but since many versions have been released. Let's see how things go when updating the pin to be `>3.4.0`.
1 parent 1a080f1 commit 6ebaa12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies = [
1919
"fancylog>=0.4.2",
2020
"simplejson",
2121
"pyperclip",
22-
"textual==3.4.0",
22+
"textual>=3.4.0",
2323
"show-in-file-manager",
2424
"gitpython",
2525
"typeguard",

0 commit comments

Comments
 (0)