Skip to content

Commit

Permalink
Upgrade Sanic to 22.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebrowning committed Nov 1, 2022
1 parent c4aaaa9 commit 1a51e82
Show file tree
Hide file tree
Showing 4 changed files with 115 additions and 72 deletions.
Empty file removed app/tests/images/.flag
Empty file.
85 changes: 63 additions & 22 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion pyproject.toml
Expand Up @@ -13,7 +13,7 @@ packages = [{ include = "app" }]
python = "^3.10"

# Sanic
sanic = "~22.9" # remove -W in pytest: https://github.com/sanic-org/sanic/issues/2388
sanic = "~22.9.1" # remove -W in pytest: https://github.com/sanic-org/sanic/issues/2388
sanic-ext = "*"

# Markdown
Expand Down Expand Up @@ -49,6 +49,7 @@ autoflake = "^1.3.1"
types-aiofiles = "*"
types-pillow = "^9.2"
types-requests = "*"
types-setuptools = "*"

# Testing
pytest = "^7.1.3"
Expand Down
99 changes: 50 additions & 49 deletions requirements.txt
@@ -1,49 +1,50 @@
aiocache==0.11.1
aiofile==3.8.1; python_version >= "3.10" and python_version < "4"
aiofiles==0.8.0; python_version >= "3.7" and python_version < "4.0"
aiohttp==3.8.1; python_version >= "3.6"
aiopath==0.6.10; python_version >= "3.10"
aiosignal==1.2.0; python_version >= "3.6"
anyio==3.6.1; python_full_version >= "3.6.2" and python_version >= "3.10"
asgiref==3.5.2; python_version >= "3.7"
async-timeout==4.0.2; python_version >= "3.6"
attrs==22.1.0; python_version >= "3.6"
bugsnag==4.2.1; python_version >= "3.5" and python_version < "4"
cached-property==1.5.2; python_version >= "3.8" and python_version < "4.0"
caio==0.9.7; python_version >= "3.10" and python_version < "4"
charset-normalizer==2.1.0; python_full_version >= "3.6.0" and python_version >= "3.6"
classproperties==0.2.0; python_version >= "3.8" and python_version < "4.0"
click==8.1.3; python_version >= "3.7"
colorama==0.4.5; python_version >= "3.7" and python_full_version < "3.0.0" and platform_system == "Windows" or platform_system == "Windows" and python_version >= "3.7" and python_full_version >= "3.5.0"
datafiles==2.0; python_version >= "3.8" and python_version < "4.0"
frozenlist==1.3.1; python_version >= "3.7"
furl==2.1.3
gunicorn==20.1.0; python_version >= "3.5"
h11==0.12.0; python_version >= "3.7"
httptools==0.4.0; python_full_version >= "3.5.0" and python_version >= "3.7"
idna==3.3; python_full_version >= "3.6.2" and python_version >= "3.10"
markdown==3.2.2; python_version >= "3.5"
minilog==2.1; python_version >= "3.8" and python_version < "4.0"
multidict==6.0.2; python_version >= "3.7"
orderedmultidict==1.0.1
parse==1.19.0; python_version >= "3.8" and python_version < "4.0"
pillow==9.2.0; python_version >= "3.7"
pygments==2.12.0; python_version >= "3.6"
pymdown-extensions==8.2; python_version >= "3.6"
pyperclip==1.8.2
pyyaml==6.0; python_version >= "3.6"
ruamel.yaml.clib==0.2.6; platform_python_implementation == "CPython" and python_version < "3.11" and python_version >= "3.8"
ruamel.yaml==0.17.21; python_version >= "3.8" and python_version < "4.0"
sanic-ext==22.6.3
sanic-routing==22.8.0; python_version >= "3.7"
sanic==22.9.0; python_version >= "3.7"
six==1.16.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.3.0"
sniffio==1.2.0; python_full_version >= "3.6.2" and python_version >= "3.10"
spongemock==0.3.4
tomlkit==0.10.2; python_version >= "3.8" and python_version < "4.0"
ujson==5.4.0; sys_platform != "win32" and implementation_name == "cpython" and python_version >= "3.7"
uvicorn==0.17.6; python_version >= "3.7"
uvloop==0.16.0; sys_platform != "win32" and implementation_name == "cpython" and python_version >= "3.7"
webob==1.8.7; python_version >= "3.5" and python_full_version < "3.0.0" and python_version < "4" or python_version >= "3.5" and python_version < "4" and python_full_version >= "3.3.0"
websockets==10.3; python_version >= "3.7"
yarl==1.8.1; python_version >= "3.7"
aiocache==0.11.1 ; python_version >= "3.10" and python_version < "4.0"
aiofile==3.8.1 ; python_version >= "3.10" and python_version < "4"
aiofiles==0.8.0 ; python_version >= "3.10" and python_version < "4.0"
aiohttp==3.8.1 ; python_version >= "3.10" and python_version < "4.0"
aiopath==0.6.10 ; python_version >= "3.10" and python_version < "4.0"
aiosignal==1.2.0 ; python_version >= "3.10" and python_version < "4.0"
anyio==3.6.1 ; python_version >= "3.10" and python_version < "4.0"
asgiref==3.5.2 ; python_version >= "3.10" and python_version < "4.0"
async-timeout==4.0.2 ; python_version >= "3.10" and python_version < "4.0"
attrs==22.1.0 ; python_version >= "3.10" and python_version < "4.0"
bugsnag==4.2.1 ; python_version >= "3.10" and python_version < "4"
cached-property==1.5.2 ; python_version >= "3.10" and python_version < "4.0"
caio==0.9.7 ; python_version >= "3.10" and python_version < "4"
charset-normalizer==2.1.0 ; python_version >= "3.10" and python_version < "4.0"
classproperties==0.2.0 ; python_version >= "3.10" and python_version < "4.0"
click==8.1.3 ; python_version >= "3.10" and python_version < "4.0"
colorama==0.4.5 ; python_version >= "3.10" and python_version < "4.0" and platform_system == "Windows"
datafiles==2.0 ; python_version >= "3.10" and python_version < "4.0"
frozenlist==1.3.1 ; python_version >= "3.10" and python_version < "4.0"
furl==2.1.3 ; python_version >= "3.10" and python_version < "4.0"
gunicorn==20.1.0 ; python_version >= "3.10" and python_version < "4.0"
h11==0.12.0 ; python_version >= "3.10" and python_version < "4.0"
httptools==0.4.0 ; python_version >= "3.10" and python_version < "4.0"
idna==3.3 ; python_version >= "3.10" and python_version < "4.0"
markdown==3.2.2 ; python_version >= "3.10" and python_version < "4.0"
minilog==2.1 ; python_version >= "3.10" and python_version < "4.0"
multidict==6.0.2 ; python_version >= "3.10" and python_version < "4.0"
orderedmultidict==1.0.1 ; python_version >= "3.10" and python_version < "4.0"
parse==1.19.0 ; python_version >= "3.10" and python_version < "4.0"
pillow==9.2.0 ; python_version >= "3.10" and python_version < "4.0"
pygments==2.12.0 ; python_version >= "3.10" and python_version < "4.0"
pymdown-extensions==8.2 ; python_version >= "3.10" and python_version < "4.0"
pyperclip==1.8.2 ; python_version >= "3.10" and python_version < "4.0"
pyyaml==6.0 ; python_version >= "3.10" and python_version < "4.0"
ruamel-yaml-clib==0.2.6 ; platform_python_implementation == "CPython" and python_version < "3.11" and python_version >= "3.10"
ruamel-yaml==0.17.21 ; python_version >= "3.10" and python_version < "4.0"
sanic-ext==22.6.3 ; python_version >= "3.10" and python_version < "4.0"
sanic-routing==22.8.0 ; python_version >= "3.10" and python_version < "4.0"
sanic==22.9.1 ; python_version >= "3.10" and python_version < "4.0"
setuptools==65.5.0 ; python_version >= "3.10" and python_version < "4.0"
six==1.16.0 ; python_version >= "3.10" and python_version < "4.0"
sniffio==1.2.0 ; python_version >= "3.10" and python_version < "4.0"
spongemock==0.3.4 ; python_version >= "3.10" and python_version < "4.0"
tomlkit==0.10.2 ; python_version >= "3.10" and python_version < "4.0"
ujson==5.4.0 ; sys_platform != "win32" and implementation_name == "cpython" and python_version >= "3.10" and python_version < "4.0"
uvicorn==0.17.6 ; python_version >= "3.10" and python_version < "4.0"
uvloop==0.16.0 ; sys_platform != "win32" and implementation_name == "cpython" and python_version >= "3.10" and python_version < "4.0"
webob==1.8.7 ; python_version >= "3.10" and python_version < "4"
websockets==10.3 ; python_version >= "3.10" and python_version < "4.0"
yarl==1.8.1 ; python_version >= "3.10" and python_version < "4.0"

0 comments on commit 1a51e82

Please sign in to comment.