From 3e67edc5068e047480c3ce05432d71166703e587 Mon Sep 17 00:00:00 2001 From: yajiwa <839790708@qq.com> Date: Tue, 21 Jun 2022 08:53:49 +0800 Subject: [PATCH] update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d62fe5b8..e6e75aad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ aiohttp = "3.7.4.post0" beautifulsoup4 = "4.9.3" feedparser = "^6.0.8" gino = "^1.0.1" -httpx = "^0.22.0" +httpx = "^0.23.0" ImageHash = "^4.2.1" jieba = "^0.42.1" lxml = "4.6.5"