From 43493e57dcc90d36e50ab508da185b11da9a691b Mon Sep 17 00:00:00 2001 From: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com> Date: Tue, 31 Oct 2023 15:48:52 +0100 Subject: [PATCH] README-generator: freeze sanic version for webhook, newer versions are incompatible with the current code --- README-generator/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README-generator/requirements.txt b/README-generator/requirements.txt index 258b9cf..b93711b 100644 --- a/README-generator/requirements.txt +++ b/README-generator/requirements.txt @@ -1,4 +1,4 @@ jinja2 -sanic +sanic==21.6.2 pyyaml toml