Update sanic requirement from ~=22.6.0 to ~=22.9.1 in /api

Updates the requirements on [sanic](https://github.com/sanic-org/sanic) to permit the latest version.
- [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/v22.6.0...v22.9.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-10-31 23:34:41 +00:00 committed by GitHub
parent c1ccec9664
commit d3ecad2714
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
coloredlogs~=15.0.1
sanic~=22.6.0
sanic~=22.9.1
oic~=1.3.0
sanic-session~=0.8.0
sanic-cors~=2.0.1

View file

@ -11,7 +11,7 @@ setup(
package_data={},
install_requires=[
"coloredlogs~=15.0.1",
"sanic>=21.9.3,<22.7.0",
"sanic>=21.9.3,<22.10.0",
"oic>=1.3.0, <2",
"sanic-session~=0.8.0",
"sanic-cors~=2.0.1",