From 613300f66a452450ae21bc95e6d3e609dbd09162 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Aug 2022 05:22:18 +0000 Subject: [PATCH] Bump sanic from 0.8.3 to 20.12.7 Bumps [sanic](https://github.com/sanic-org/sanic) from 0.8.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/0.8.3...v20.12.7) --- updated-dependencies: - dependency-name: sanic dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index dcb9463..b8f4fde 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ install_requires=[ 'CairoSVG==2.1.3', 'click==6.7', - 'sanic==0.8.3', + 'sanic==20.12.7', 'lxml==4.2.1', 'python-magic==0.4.15', 'google-cloud-storage==1.10.0'