From 9e7805349025474136728335b2276b6b41c2c64f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Aug 2022 05:24:11 +0000 Subject: [PATCH] chore(deps): bump sanic from 20.12.2 to 20.12.7 in /api Bumps [sanic](https://github.com/sanic-org/sanic) from 20.12.2 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.2...v20.12.7) --- updated-dependencies: - dependency-name: sanic dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/requirements.txt b/api/requirements.txt index 07fa9fa..faf64d1 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -1,3 +1,3 @@ pillow==8.2.0 requests==2.25.1 -sanic==20.12.2 \ No newline at end of file +sanic==20.12.7 \ No newline at end of file