From 6ee10b5f8a7dcee4ae770e12e1b0718af7711fe3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B4=9B=E6=B0=B4=2E=E5=B1=B1=E5=B2=AD=E5=B1=85=E5=AE=A4?= Date: Thu, 19 May 2022 20:30:43 +0800 Subject: [PATCH] update `requirements.txt` --- requirements.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index f3268cec..08f1bb80 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,13 +1,13 @@ -redis>=4.2.0 -ujson>=5.1.0 +redis>=4.3.1 +ujson>=5.3.0 genshin>=1.1.0 -aiomysql>=0.0.22 +aiomysql>=0.1.1 colorlog>=6.6.0 numpy>=1.22.3 httpx>=0.22.0 asyncio>=3.4.3 -Jinja2>=3.1.1 +Jinja2==3.1.2 aiofiles>=0.8.0 -playwright>=1.20.1 +playwright==1.22.0 PyMySQL>=0.9.3 beautifulsoup4>=4.11.1 \ No newline at end of file