From 2d673cd603ed315bb39dd5471e2ae10eff3e5b2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Feb 2022 14:48:49 +0000 Subject: [PATCH] build(deps): bump sanic from 0.7.0 to 20.12.6 in /orb_image_search Bumps [sanic](https://github.com/sanic-org/sanic) from 0.7.0 to 20.12.6. - [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.6) --- updated-dependencies: - dependency-name: sanic dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- orb_image_search/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orb_image_search/requirements.txt b/orb_image_search/requirements.txt index b1ca7a8..97b8011 100644 --- a/orb_image_search/requirements.txt +++ b/orb_image_search/requirements.txt @@ -5,7 +5,7 @@ Flask==2.0.1 MarkupSafe==1.0 numpy==1.15.0 opencv-python==3.4.2.17 -sanic==0.7.0 +sanic==20.12.6 sanic-jinja2==0.7.1 tinydb==3.11.1 uvloop==0.11.1