From 7425c5a8940e016443f07bf6eaed282bdf232d33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Aug 2022 05:28:43 +0000 Subject: [PATCH] Bump sanic from 19.6.3 to 20.12.7 in /api Bumps [sanic](https://github.com/sanic-org/sanic) from 19.6.3 to 20.12.7. - [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/v19.6.3...v20.12.7) --- updated-dependencies: - dependency-name: sanic dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- api/requirements/main.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/requirements/main.txt b/api/requirements/main.txt index dbcf54f..b583a7b 100644 --- a/api/requirements/main.txt +++ b/api/requirements/main.txt @@ -27,7 +27,7 @@ rfc3986==1.3.2 sanic-cors==0.9.9.post3 sanic-jwt-extended==0.3.1 sanic-plugins-framework==0.8.2 -sanic==19.6.3 +sanic==20.12.7 six==1.12.0 sqlalchemy==1.3.8 ujson==1.35 ; sys_platform != 'win32' and implementation_name == 'cpython'