From 8e10b5afdddc9bd3a77d5abcc6bac0299133032e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B2=9B=E9=A3=8E?= Date: Thu, 19 Dec 2024 19:00:11 +0800 Subject: [PATCH] Update Python version requirement and dependencies in README.md and requirements.txt --- README.md | 2 +- requirements.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 83afe8d..e0d5b3e 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## 环境需求 -Python:3.6+ / Redis +Python:3.8+ / Redis ## 食用方法 diff --git a/requirements.txt b/requirements.txt index d6f5551..7dabffd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -redis==3.5.3 -requests==2.22.0 \ No newline at end of file +redis==5.2.1 +requests==2.32.3 \ No newline at end of file