diff --git a/requirements_dev.txt b/requirements_dev.txt index b3023bf2..8c493bd8 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -6,12 +6,12 @@ pip==26.1.2 pre-commit==4.6.0 pytest-cov==7.1.0 pytest==9.0.3 -ruff==0.15.15 +ruff==0.15.16 -aiohttp==3.13.5 +aiohttp==3.14.1 mashumaro==3.22 aiohttp-remotes==1.3.0 -google-genai==2.7.0 +google-genai==2.8.0 mcp==1.27.2 # For user management CLI @@ -19,5 +19,5 @@ pyyaml>=6.0 PyJWT==2.13.0 # Developer dependencies -pytest-aiohttp==1.1.0 +pytest-aiohttp==1.1.1 freezegun==1.5.5