diff --git a/backend/requirements-ci.txt b/backend/requirements-ci.txt index 21b5eb6..4f58345 100644 --- a/backend/requirements-ci.txt +++ b/backend/requirements-ci.txt @@ -4,7 +4,7 @@ # FastAPI and server fastapi==0.109.2 uvicorn[standard]==0.27.1 -python-multipart==0.0.9 +python-multipart==0.0.22 # Database asyncpg==0.29.0 diff --git a/backend/requirements.txt b/backend/requirements.txt index 46120a3..2278f88 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,7 +1,7 @@ # FastAPI and server fastapi==0.109.2 uvicorn[standard]==0.27.1 -python-multipart==0.0.9 +python-multipart==0.0.22 # Database asyncpg==0.29.0