From 32223bb3e615747a516f320deb0f222008ee288b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Aug 2022 05:22:06 +0000 Subject: [PATCH] Bump sanic in /presentations/45-960415/Scenario1/sanic Bumps [sanic](https://github.com/sanic-org/sanic) from 0.5.4 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.5.4...v20.12.7) --- updated-dependencies: - dependency-name: sanic dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- presentations/45-960415/Scenario1/sanic/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/presentations/45-960415/Scenario1/sanic/requirements.txt b/presentations/45-960415/Scenario1/sanic/requirements.txt index 26b3975..b126d11 100644 --- a/presentations/45-960415/Scenario1/sanic/requirements.txt +++ b/presentations/45-960415/Scenario1/sanic/requirements.txt @@ -1,6 +1,6 @@ aiofiles==0.3.1 httptools==0.0.9 -sanic==0.5.4 +sanic==20.12.7 ujson==1.35 uvloop==0.8.0 websockets==3.3