Update dependencies to latest versions: textual 5.0.1 and pytest 8.4.1

This commit is contained in:
Philip Henning 2025-07-29 16:07:50 +02:00
parent a4ffaebb2a
commit d684583cb9
4 changed files with 7 additions and 7 deletions

View file

@ -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",
]