From 342f2e3fe9a3f973a491326b19fa4f96705b9b7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Feb 2022 14:55:44 +0000 Subject: [PATCH] Bump sanic from 0.8 to 20.12.6 in /examples/server/sanic (#875) Bumps [sanic](https://github.com/sanic-org/sanic) from 0.8 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/0.8.0...v20.12.6) --- updated-dependencies: - dependency-name: sanic dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- examples/server/sanic/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/server/sanic/requirements.txt b/examples/server/sanic/requirements.txt index d24ac51..7beb58f 100644 --- a/examples/server/sanic/requirements.txt +++ b/examples/server/sanic/requirements.txt @@ -2,7 +2,7 @@ aiofiles==0.3.0 httptools==0.0.9 python_engineio python_socketio -sanic==0.8 +sanic==20.12.6 six==1.10.0 ujson==1.35 uvloop==0.8.0