diff --git a/requirements.txt b/requirements.txt index 01e08b8..93f55a0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,23 +1,23 @@ -aerich==0.7.2 -asyncpg==0.29.0 -fastapi==0.115.0 -pydantic==2.9.2 -pydantic-settings==2.5.2 -uvicorn==0.31.0 +aerich==0.8.1 +asyncpg==0.30.0 +fastapi==0.115.6 +pydantic==2.10.5 +pydantic-settings==2.7.1 +uvicorn==0.34.0 requests==2.32.3 aioredis==2.0.1 fastapi-admin==1.0.4 -sentry-sdk[fastapi]==2.14.0 -httpx==0.27.2 +sentry-sdk[fastapi]==2.20.0 +httpx==0.28.1 opentelemetry-instrumentation-fastapi -logfire[fastapi]==1.0.0 -tortoise-orm==0.21.6 +logfire[fastapi]==3.1.1 +tortoise-orm==0.23.0 tortoise-cli # Look at all the Google libraries we need to install. google==3.0.0 -google-api-core==2.20.0 -google-api-python-client==2.147.0 -google-auth==2.35.0 +google-api-core==2.24.0 +google-api-python-client==2.159.0 +google-auth==2.37.0 google-auth-httplib2==0.2.0 -googleapis-common-protos==1.65.0 +googleapis-common-protos==1.66.0 diff --git a/tests/requirements.txt b/tests/requirements.txt index a0242d0..d0f8d98 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,5 +1,5 @@ -ruff==0.6.8 -pytest==8.3.3 +ruff==0.9.1 +pytest==8.3.4 pytest-aiohttp==1.0.5 -pytest-cov==5.0.0 -coverage==7.6.1 +pytest-cov==6.0.0 +coverage==7.6.10