change: upgrade websockets for security

This commit is contained in:
debugtalk
2022-03-21 15:57:45 +08:00
parent dcf1c180a4
commit 3ac71f5620
2 changed files with 35 additions and 119 deletions

View File

@@ -53,8 +53,8 @@ locust = ["locust"] # pip install "httprunner[locust]",
[tool.poetry.dev-dependencies]
coverage = "^4.5.4"
uvicorn = "^0.11.3"
fastapi = "^0.70.0"
uvicorn = "^0.17.6"
[tool.poetry.scripts]
httprunner = "httprunner.cli:main"