Merge pull request #196 from CarterPerez-dev/dependabot/pip/PROJECTS/intermediate/api-security-scanner/backend/python-multipart-0.0.26

chore(deps): bump python-multipart from 0.0.21 to 0.0.26 in /PROJECTS/intermediate/api-security-scanner/backend
This commit is contained in:
Carter Perez 2026-04-26 23:55:34 -04:00 committed by GitHub
commit ee684e5307
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ dependencies = [
# FastAPI and server
"fastapi==0.128.0",
"uvicorn[standard]==0.40.0",
"python-multipart===0.0.21",
"python-multipart===0.0.26",
# Database
"sqlalchemy==2.0.46",
"psycopg2-binary==2.9.11",