diff --git a/backend/requirements.txt b/backend/requirements.txt index 4005011..9a64879 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,12 +1,12 @@ -fastapi==0.115.12 -uvicorn[standard]==0.34.3 -python-dotenv==1.1.0 +fastapi==0.115.14 +uvicorn[standard]==0.35.0 +python-dotenv==1.1.1 sqlalchemy==2.0.41 asyncpg==0.30.0 psycopg2-binary==2.9.10 httpx==0.28.1 redis==6.2.0 -pydantic==2.11.5 -pydantic-settings==2.9.1 +pydantic==2.11.7 +pydantic-settings==2.10.1 python-jose[cryptography]==3.5.0 -alembic==1.16.1 \ No newline at end of file +alembic==1.16.2 \ No newline at end of file