From 2a6aa57b7ba7e59ea29f0f187f493f1d0ead21bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Aug 2022 05:22:08 +0000 Subject: [PATCH] Bump sanic in /presentations/45-960415/Scenario2/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/Scenario2/sanic/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/presentations/45-960415/Scenario2/sanic/requirements.txt b/presentations/45-960415/Scenario2/sanic/requirements.txt index f7ac1d8..636976e 100644 --- a/presentations/45-960415/Scenario2/sanic/requirements.txt +++ b/presentations/45-960415/Scenario2/sanic/requirements.txt @@ -5,7 +5,7 @@ httptools==0.0.9 mongoengine==0.13.0 motor==1.1 pymongo==3.4.0 -sanic==0.5.4 +sanic==20.12.7 SanicMongo==0.9.4.post1 six==1.10.0 ujson==1.35