浏览代码

bump up websockets (#2170)

Martin Xu 1 年之前
父节点
当前提交
9d13e2d280
共有 2 个文件被更改,包括 80 次插入187 次删除
  1. 79 186
      poetry.lock
  2. 1 1
      pyproject.toml

文件差异内容过多而无法显示
+ 79 - 186
poetry.lock


+ 1 - 1
pyproject.toml

@@ -46,7 +46,6 @@ uvicorn = [
 ]
 watchdog = "^2.3.1"
 watchfiles = "^0.19.0"
-websockets = "^10.4"
 starlette-admin = "^0.9.0"
 alembic = "^1.11.1"
 platformdirs = "^3.10.0"
@@ -59,6 +58,7 @@ wrapt = [
 packaging = "^23.1"
 tabulate = "^0.9.0"
 pipdeptree = "^2.13.0"
+websockets = ">=10.4"
 
 [tool.poetry.group.dev.dependencies]
 pytest = "^7.1.2"

部分文件因为文件数量过多而无法显示