diff --git a/pyproject.toml b/pyproject.toml index f3a05d3..4c803db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ dependencies = [ "pydantic>=2.3,<3", "fastapi>=0.110.2", "prisma==0.13.1", - "google-api-python-client==2.137.0", + "google-api-python-client==2.140.0", "asyncify==0.10.0", "pandas==2.2.2" ] @@ -70,14 +70,14 @@ lint = [ "ruff==0.5.4", "pyupgrade-directories==0.3.0", "bandit==1.7.9", - "semgrep==1.80.0", + "semgrep==1.84.1", "pytest-mypy-plugins==3.1.2", ] test-core = [ "coverage[toml]==7.6.0", - "pytest==8.2.2", - "pytest-asyncio==0.23.7", + "pytest==8.3.2", + "pytest-asyncio==0.23.8", ] testing = [ @@ -87,7 +87,7 @@ testing = [ dev = [ "google-sheets[server,lint,testing]", - "pre-commit==3.7.1", + "pre-commit==3.8.0", "detect-secrets==1.5.0", ]