Skip to content

Commit 3ca564c

Browse files
committed
Bump sanic -> 22.6.0
1 parent 78ec689 commit 3ca564c

File tree

3 files changed

+72
-85
lines changed

3 files changed

+72
-85
lines changed

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ motor = "~=3.0"
1111
natural = "~=0.2.0"
1212
pymongo = {version = "*", extras = ['srv']} # Required by motor
1313
python-dateutil = "~=2.8.2"
14-
sanic = "~=21.12.0"
14+
sanic = "~=22.6.0"
1515

1616
[scripts]
1717
logviewer = "python app.py"

Pipfile.lock

Lines changed: 68 additions & 81 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ httptools==0.4.0; python_full_version >= '3.5.0'
55
jinja2==3.1.2
66
markupsafe==2.1.1; python_version >= '3.7'
77
motor==3.0.0
8-
multidict==5.2.0; python_version >= '3.6'
8+
multidict==6.0.2; python_version >= '3.7'
99
natural==0.2.0
1010
pymongo[srv]==4.2.0
1111
python-dateutil==2.8.2
12-
sanic==21.6.2
13-
sanic-routing==0.7.2
12+
sanic==22.6.2
13+
sanic-routing==22.3.0
1414
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
1515
ujson==5.4.0; sys_platform != 'win32' and implementation_name == 'cpython'
1616
uvloop==0.16.0; sys_platform != 'win32' and implementation_name == 'cpython'

0 commit comments

Comments
 (0)