diff --git a/pyproject.toml b/pyproject.toml index be8792ff..54fb5a76 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,8 +67,8 @@ lint = [ ] test-core = [ - "coverage[toml]==7.5.3", - "pytest==8.2.1", + "coverage[toml]==7.5.4", + "pytest==8.2.2", "pytest-asyncio>=0.23.6", "dirty-equals==0.7.1.post0", "pyarrow==16.1.0", @@ -85,7 +85,7 @@ testing = [ benchmarking = [ "typer==0.12.3", - "filelock==3.15.1", + "filelock==3.15.4", "tabulate==0.9.0", ] @@ -97,9 +97,9 @@ agents = [ "httpx==0.27.0", "uvicorn==0.30.1", "python-dotenv==1.0.1", - "pyautogen[websurfer,websockets]==0.2.28", + "pyautogen[websurfer,websockets]==0.2.31", "pandas>=2.1", - "fastcore==1.5.35", + "fastcore==1.5.48", "asyncer==0.0.7", "pydantic==2.7.4", "markdownify==0.12.1",