From 6e58b1c14b1a76c6915af3f4369be3a30987f486 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=86=AC=E6=97=A5=E6=96=B0=E9=9B=A8?= Date: Fri, 17 Feb 2023 16:13:12 +0800 Subject: [PATCH] Update requirements.txt The lib `markupsafe` has deprecated the method `soft_unicode` since `2.1.0`. So `2.0.1` version is recommended. --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 42f89a44..68f9b263 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,4 +9,5 @@ opengraph_py3 Quart-CORS APScheduler SQLAlchemy -PyGithub \ No newline at end of file +PyGithub +markupsafe==2.0.1