From 698012ebb3e7930a531de667b4f9a9cd5f4f3a25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=96=E7=95=8C=E8=A7=82=E5=AF=9F=E6=97=A5=E5=BF=97?= Date: Wed, 27 Aug 2025 07:04:40 +0800 Subject: [PATCH] fix: update dependencies --- pyproject.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 871e260..4e35b0e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,26 +9,26 @@ package-mode = false [tool.poetry.dependencies] python = "^3.11" httpx = "^0.28.1" -regex = "^2024.11.6" +regex = "^2025.7.34" pydantic = "^2.7.0" loguru = "^0.7.2" six = "^1.16.0" -lxml = "^5.2.1" -beautifulsoup4 = "^4.12.3" +lxml = "^6.0.0" +beautifulsoup4 = "^4.13.5" m3u8 = "^6.0.0" tenacity = "^9.1.2" prompt-toolkit = "^3.0.43" -winloop = { version = "^0.1.3", platform = "win32" } +winloop = { version = "^0.2.1", platform = "win32" } uvloop = [{ version = "^0.21.0", platform = "linux" }, { version = "^0.21.0", platform = "darwin" }] prettytable = "^3.10.0" pyventus = "^0.7.0" -grpcio = "^1.72.1" -grpcio-tools = "^1.72.1" +grpcio = "^1.74.0" +grpcio-tools = "^1.74.0" pywidevine = {git = "https://github.com/WorldObservationLog/pywidevine"} creart = "^0.3.0" mutagen = "^1.47.0" -hishel = "^0.1.2" +hishel = "^0.1.3" async-lru = "^2.0.5" [build-system]