瀏覽代碼

fix Dependabot alerts 42 and 43

Falko Schindler 4 月之前
父節點
當前提交
0f557705b6
共有 2 個文件被更改,包括 426 次插入432 次删除
  1. 425 431
      poetry.lock
  2. 1 1
      pyproject.toml

文件差異過大導致無法顯示
+ 425 - 431
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.4" # https://github.com/zauberzeug/nicegui/security/dependabot/32
+jinja2 = "^3.1.5" # https://github.com/zauberzeug/nicegui/security/dependabot/43
 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"

部分文件因文件數量過多而無法顯示