Update dependencies to latest versions: textual 5.0.1 and pytest 8.4.1
This commit is contained in:
parent
a4ffaebb2a
commit
d684583cb9
4 changed files with 7 additions and 7 deletions
|
@ -5,8 +5,8 @@ description = "A Python TUI application for managing /etc/hosts files"
|
|||
readme = "README.md"
|
||||
requires-python = ">=3.13"
|
||||
dependencies = [
|
||||
"textual>=0.57.0",
|
||||
"pytest>=8.1.1",
|
||||
"textual>=5.0.1",
|
||||
"pytest>=8.4.1",
|
||||
"ruff>=0.12.5",
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue