From a2f3b3d716ce26992312c75027884d856ca83e20 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 --- tools/README-generator/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/README-generator/requirements.txt b/tools/README-generator/requirements.txt index 258b9cf8..b93711b1 100644 --- a/tools/README-generator/requirements.txt +++ b/tools/README-generator/requirements.txt @@ -1,4 +1,4 @@ jinja2 -sanic +sanic==21.6.2 pyyaml toml