update deps.

This commit is contained in:
GitHub Actions Bot 2026-04-28 18:24:25 -04:00
parent 0c203b23b4
commit d887d6cee4
5 changed files with 144 additions and 164 deletions

View file

@ -1,11 +1,11 @@
[project]
name = "iptv"
version = "0.0.3"
requires-python = ">=3.10"
version = "0.0.4"
requires-python = ">=3.11"
dependencies = [
"feedparser>=6.0.12",
"httpx[http2]>=0.28.1",
"playwright>=1.55.0",
"pytz>=2025.2",
"selectolax>=0.4.0",
"playwright>=1.58.0",
"pytz>=2026.1",
"selectolax>=0.4.7",
]