We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9559796 commit 3875456Copy full SHA for 3875456
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "toolong"
3
-version = "1.2.3"
+version = "1.3.0"
4
description = "A terminal log file viewer / tailer / analyzer"
5
authors = ["Will McGugan <[email protected]>"]
6
license = "MIT"
@@ -13,7 +13,7 @@ documentation = "https://github.com/textualize/toolong"
13
[tool.poetry.dependencies]
14
python = "^3.8"
15
click = "^8.1.7"
16
-textual = "^0.51.0"
+textual = "^0.52.0"
17
typing-extensions = "^4.9.0"
18
19
[tool.poetry.group.dev.dependencies]
0 commit comments