From 4056c9df9839099d7e228fe910eb6942b690dc47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Aug 2022 05:29:28 +0000 Subject: [PATCH] Bump sanic from 20.12.6 to 20.12.7 in /examples/server/sanic Bumps [sanic](https://github.com/sanic-org/sanic) from 20.12.6 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/v20.12.6...v20.12.7) --- updated-dependencies: - dependency-name: sanic dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- 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 7beb58f..cbeebf4 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==20.12.6 +sanic==20.12.7 six==1.10.0 ujson==1.35 uvloop==0.8.0