浏览代码

fix Dependabot alert 44

Falko Schindler 2 月之前
父节点
当前提交
492be22714
共有 2 个文件被更改,包括 426 次插入417 次删除
  1. 425 416
      poetry.lock
  2. 1 1
      pyproject.toml

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


+ 1 - 1
pyproject.toml

@@ -18,7 +18,7 @@ fastapi = ">=0.109.1"
 python-socketio = {extras = ["asyncio-client"], version = ">=5.10.0"} # version min: see https://github.com/zauberzeug/nicegui/issues/1809
 vbuild = ">=0.8.2"
 watchfiles = ">=0.18.1"
-jinja2 = "^3.1.5" # https://github.com/zauberzeug/nicegui/security/dependabot/43
+jinja2 = "^3.1.6" # https://github.com/zauberzeug/nicegui/security/dependabot/44
 python-multipart = ">=0.0.18"
 orjson = {version = ">=3.9.15", markers = "platform_machine != 'i386' and platform_machine != 'i686'"} # https://github.com/zauberzeug/nicegui/security/dependabot/29, orjson does not support 32bit
 itsdangerous = "^2.1.2"

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