From 02c7e236f71211355c06e6382a1261278c1bb215 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Feb 2022 14:49:16 +0000 Subject: [PATCH] Bump sanic from 19.3.1 to 20.12.6 Bumps [sanic](https://github.com/sanic-org/sanic) from 19.3.1 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/19.03.1...v20.12.6) --- updated-dependencies: - dependency-name: sanic dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements_dev.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 setup.py diff --git a/requirements_dev.txt b/requirements_dev.txt index feb844a..5754b0f 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -32,7 +32,7 @@ pytest-timeout==1.3.3 PyYAML==5.1 redis==3.2.1 sanic-plugins-framework==0.8.1 -sanic==19.3.1 +sanic==20.12.6 Sanic-Cors==0.9.8 Sphinx==2.1.1 thrift==0.11.0 diff --git a/setup.py b/setup.py old mode 100755 new mode 100644 index 4b2ddc0..87bd53b --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ "sanic-plugins-framework==0.8.1", "urllib3==1.25.2", "idna==2.8", - "sanic==19.3.1", + "sanic==20.12.6", "cookiecutter==1.6.0", "aiohttp==3.5.4", "aiohttp_cors==0.7.0",