Skip to content

Commit 195559a

Browse files
authored
🔀 Merge pull request #120 from davep/textual-5-3-0
Bump to Textual 5.3.0 or later
2 parents 95a5ab1 + eb5ff39 commit 195559a

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

ChangeLog.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
# Hike ChangeLog
22

3-
## Unreleased
3+
## v1.1.2
44

5-
**Released: WiP**
5+
**Released: 2025-08-08**
66

77
- Fixed the `help` command in the command line widget not pulling up the
88
help dialog. ([#117](https://github.com/davep/hike/pull/117))
9+
- Pin Textual to >=5.3.0 now that `Markdown` stuff seems to have settled
10+
down again. ([#120](https://github.com/davep/hike/pull/120))
911

1012
## v1.1.1
1113

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[project]
22
name = "hike"
3-
version = "1.1.1"
3+
version = "1.1.2"
44
description = "A Markdown browser for the terminal"
55
authors = [
66
{ name = "Dave Pearson", email = "davep@davep.org" }
77
]
88
dependencies = [
9-
"textual<5.0.0",
9+
"textual>=5.3.0",
1010
"textual-enhanced>=0.13.0",
1111
"textual-fspicker>=0.4.1",
1212
"xdg-base-dirs>=6.0.2",

requirements-dev.lock

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ pygments==2.19.2
131131
# via mkdocs-material
132132
# via pytest
133133
# via rich
134+
# via textual
134135
pymdown-extensions==10.16.1
135136
# via markdown-exec
136137
# via mkdocs-material
@@ -156,7 +157,7 @@ six==1.17.0
156157
# via python-dateutil
157158
sniffio==1.3.1
158159
# via anyio
159-
textual==4.0.0
160+
textual==5.3.0
160161
# via hike
161162
# via textual-dev
162163
# via textual-enhanced

requirements.lock

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,14 @@ platformdirs==4.3.8
3838
# via textual
3939
pygments==2.19.2
4040
# via rich
41+
# via textual
4142
pyperclip==1.9.0
4243
# via hike
4344
rich==14.1.0
4445
# via textual
4546
sniffio==1.3.1
4647
# via anyio
47-
textual==4.0.0
48+
textual==5.3.0
4849
# via hike
4950
# via textual-enhanced
5051
# via textual-fspicker

0 commit comments

Comments
 (0)