From e31dcff4a36c9fb3f891778835d6aebc05dae7f3 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 17 Oct 2022 10:52:36 +0100
Subject: [PATCH] Bump sanic from 20.12.6 to 20.12.7 in /examples/server/sanic
 (#995) #nolog

Bumps [sanic](https://github.com/sanic-org/sanic) from 20.12.6 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.6...v20.12.7)

---
updated-dependencies:
- dependency-name: sanic
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
 examples/server/sanic/requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/server/sanic/requirements.txt b/examples/server/sanic/requirements.txt
index 7beb58f..cbeebf4 100644
--- a/examples/server/sanic/requirements.txt
+++ b/examples/server/sanic/requirements.txt
@@ -2,7 +2,7 @@ aiofiles==0.3.0
 httptools==0.0.9
 python_engineio
 python_socketio
-sanic==20.12.6
+sanic==20.12.7
 six==1.10.0
 ujson==1.35
 uvloop==0.8.0