Skip to content

Commit

Permalink
Bump sanic -> 22.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Taaku18 committed Sep 2, 2022
1 parent 78ec689 commit 3ca564c
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 85 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ motor = "~=3.0"
natural = "~=0.2.0"
pymongo = {version = "*", extras = ['srv']} # Required by motor
python-dateutil = "~=2.8.2"
sanic = "~=21.12.0"
sanic = "~=22.6.0"

[scripts]
logviewer = "python app.py"
Expand Down
149 changes: 68 additions & 81 deletions Pipfile.lock

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

6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ httptools==0.4.0; python_full_version >= '3.5.0'
jinja2==3.1.2
markupsafe==2.1.1; python_version >= '3.7'
motor==3.0.0
multidict==5.2.0; python_version >= '3.6'
multidict==6.0.2; python_version >= '3.7'
natural==0.2.0
pymongo[srv]==4.2.0
python-dateutil==2.8.2
sanic==21.6.2
sanic-routing==0.7.2
sanic==22.6.2
sanic-routing==22.3.0
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
ujson==5.4.0; sys_platform != 'win32' and implementation_name == 'cpython'
uvloop==0.16.0; sys_platform != 'win32' and implementation_name == 'cpython'
Expand Down

0 comments on commit 3ca564c

Please sign in to comment.