From 218df65141fdeb895684804b6f4b1f79a6fd787a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Feb 2022 14:49:22 +0000 Subject: [PATCH] Bump sanic from 19.3.1 to 20.12.6 in /BOT_NLU Bumps [sanic](https://github.com/sanic-org/sanic) from 19.3.1 to 20.12.6. - [Release notes](https://github.com/sanic-org/sanic/releases) - [Changelog](https://github.com/sanic-org/sanic/blob/main/CHANGELOG.rst) - [Commits](https://github.com/sanic-org/sanic/compare/19.03.1...v20.12.6) --- updated-dependencies: - dependency-name: sanic dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- BOT_NLU/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BOT_NLU/requirements.txt b/BOT_NLU/requirements.txt index 1dbbfa8..7cd5728 100644 --- a/BOT_NLU/requirements.txt +++ b/BOT_NLU/requirements.txt @@ -35,7 +35,7 @@ python-dateutil==2.8.0 rasa-sdk~=1.1.0 colorclass==2.2.0 terminaltables==3.1.0 -sanic==19.3.1 +sanic==20.12.6 sanic-cors==0.9.8 sanic-jwt==1.3.1 aiohttp==3.5.4