mirror of
https://github.com/YunoHost/yunorunner.git
synced 2024-09-03 20:05:52 +02:00
Merge pull request #21 from YunoHost/dependabot/pip/websockets-9.1
Bump websockets from 6.0 to 9.1
This commit is contained in:
commit
4ff7fd6479
2 changed files with 2 additions and 2 deletions
|
@ -18,5 +18,5 @@ sanic-jinja2==0.7.2
|
||||||
ujson==1.35
|
ujson==1.35
|
||||||
urllib3==1.26.5
|
urllib3==1.26.5
|
||||||
uvloop==0.11.3
|
uvloop==0.11.3
|
||||||
websockets>=6.0,<7.0
|
websockets==9.1
|
||||||
yarl==1.3.0
|
yarl==1.3.0
|
||||||
|
|
|
@ -3,7 +3,7 @@ aiohttp
|
||||||
aiofiles
|
aiofiles
|
||||||
peewee
|
peewee
|
||||||
sanic-jinja2
|
sanic-jinja2
|
||||||
websockets<6.0
|
websockets<10.0
|
||||||
|
|
||||||
# cli
|
# cli
|
||||||
argh
|
argh
|
||||||
|
|
Loading…
Add table
Reference in a new issue