diff --git a/pyproject.toml b/pyproject.toml index 46bbbdfd0..ad8b52a5e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,9 +45,9 @@ version = "10.3.40" python = "^3.10" loguru = ">=0.6.0" dynaconf = ">=3.2.0" -fastapi = "0.115.0" +fastapi = "0.115.3" requests = "2.32.3" -uvicorn = "0.31.1" +uvicorn = "0.32.0" apprise = "1.9.0" asyncz = "0.12.0" nicegui = "1.4.9" @@ -56,7 +56,7 @@ feedparser = "6.0.11" talkytrend = "3.3.5" iamlistening = "5.3.17" findmyorder = "2.2.9" -dxsp = "11.0.9" +dxsp = "11.0.11" cefi = "4.14.2" myllm = "4.12.21" @@ -75,7 +75,7 @@ sphinx-hoverxref = "^1.3.0" sphinx_copybutton = "0.5.2" sphinx_design = "^0.6.0" myst_parser = "^4.0.0" -pydata-sphinx-theme = "^0.15.0" +pydata-sphinx-theme = "^0.16.0" [tool.poetry.group.test.dependencies] pytest = "^7.0"