From e02ae3693d58fbb1be1a4a5b8dc0d28f80e4eab1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Aug 2022 05:22:47 +0000 Subject: [PATCH] Bump sanic from 0.7.0 to 20.12.7 in /Chapter04 Bumps [sanic](https://github.com/sanic-org/sanic) from 0.7.0 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.7.0...v20.12.7) --- updated-dependencies: - dependency-name: sanic dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Chapter04/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chapter04/requirements.txt b/Chapter04/requirements.txt index 623d42a..0c4d675 100644 --- a/Chapter04/requirements.txt +++ b/Chapter04/requirements.txt @@ -1,2 +1,2 @@ -sanic==0.7.0 +sanic==20.12.7 pycryptodome==3.4.11