diff --git a/requirements_dev.txt b/requirements_dev.txt index 112a833..364b76a 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,22 +1,22 @@ -e .[all] -coverage==7.13.5 -mypy==1.20.2 +coverage==7.14.0 +mypy==2.1.0 pdoc==16.0.0 -pip==26.1 +pip==26.1.1 pre-commit==4.6.0 pytest-cov==7.1.0 pytest==9.0.3 -ruff==0.15.12 +ruff==0.15.14 aiohttp==3.13.5 -mashumaro==3.20 +mashumaro==3.21 aiohttp-remotes==1.3.0 -google-genai==1.73.1 -mcp==1.27.0 +google-genai==2.6.0 +mcp==1.27.1 # For user management CLI pyyaml>=6.0 -PyJWT==2.12.1 +PyJWT==2.13.0 # Developer dependencies pytest-aiohttp==1.1.0