From 4a83c9485487abff4ac36cbfdce7abe74bbf03dd Mon Sep 17 00:00:00 2001 From: auqhjjqdo Date: Thu, 22 Feb 2024 09:54:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 793264d..129235c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,14 +10,14 @@ readme = "README.md" license = {text = "MIT"} keywords = ["LiveRecorder", "Live", "Streamlink", "Bilibili", "Douyu", "Douyin", "YouTube", "Twitch"] dependencies = [ - "streamlink>=6.5.0", - "httpx[http2]>=0.25.2", + "streamlink>=6.6.2", + "httpx[http2]>=0.26.0", "ffmpeg-python>=0.2.0", "loguru>=0.7.2", - "jsonpath-ng>=1.6.0", + "jsonpath-ng>=1.6.1", "jsengine>=1.0.7.post1", "quickjs>=1.19.4", - "httpx-socks[asyncio]>=0.8.0", + "httpx-socks[asyncio]>=0.8.1", ] [project.urls]