diff --git a/pyproject.toml b/pyproject.toml index 795cb95a..b7293671 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ mesop = [ pyautogen = [ "pyautogen[anthropic,together]>=0.2.35,<0.3", "flaml==2.2.0,<2.3.0", - "together==1.3.0", + "together>=1.2.11", "markdownify==0.13.1", # Needed by autogen.WebSurferAgent but not included ] @@ -83,7 +83,7 @@ submodules = [ ] server = [ - "uvicorn==0.30.6", + "uvicorn==0.31.0", "gunicorn==23.0.0", ] @@ -91,7 +91,7 @@ server = [ devdocs = [ "mkdocs==1.6.1", "mkdocs-autorefs==1.2.0", # mkdocs build fails if upgraded - "mkdocs-material==9.5.33", + "mkdocs-material==9.5.39", "mkdocs-static-i18n==1.2.3", "mdx-include==1.4.2", "mkdocstrings[python]==0.26.1", @@ -114,7 +114,7 @@ lint = [ "mypy==1.11.2", "ruff==0.6.8", "pyupgrade-directories==0.3.0", - "bandit==1.7.9", + "bandit==1.7.10", "semgrep==1.89.0", "codespell==2.3.0", "pytest-mypy-plugins==3.1.2",