diff --git a/backend/requirements.txt b/backend/requirements.txt index 4005011..5c413ea 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,4 +1,4 @@ -fastapi==0.115.12 +fastapi==0.115.13 uvicorn[standard]==0.34.3 python-dotenv==1.1.0 sqlalchemy==2.0.41 @@ -6,7 +6,7 @@ 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.0 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