From df8fd3c80cf676b505bae5a0c754df110aceff1f Mon Sep 17 00:00:00 2001 From: student_2333 Date: Sun, 30 Jun 2024 19:27:18 +0800 Subject: [PATCH] up --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8deacaa..77e6d9a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,11 +3,11 @@ name = "bawiki-data" version = "0" authors = [{ name = "student_2333", email = "lgc2333@126.com" }] dependencies = [ - "aiohttp>=3.9.3", + "aiohttp>=3.9.5", "cn-sort>=0.8.0", "beautifulsoup4>=4.12.3", - "lxml>=5.1.0", - "anyio>=3.6.2", + "lxml>=5.2.2", + "anyio>=4.4.0", ] requires-python = ">=3.9"