Skip to content

Commit a168549

Browse files
author
Gunjan KHANDPUR
committed
fix(security): Update dependencies and remove unused files
- Update python-jose to 3.3.1 - Update python-multipart to 0.0.20 - Remove unused frontend_backup folder Resolves security vulnerabilities identified by Dependabot.
1 parent 3e15427 commit a168549

13 files changed

Lines changed: 3 additions & 1989 deletions

File tree

backend/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# Core dependencies
1+
# Core dependencies
22
fastapi==0.115.6
33
uvicorn==0.32.1
44
python-dotenv==1.0.0
55
pydantic==2.11.0
6-
python-multipart==0.0.16
6+
python-multipart==0.0.20
77

88
# HTTP client
99
httpx==0.28.1
@@ -16,7 +16,7 @@ pandas==2.2.3
1616
cachetools==5.3.0
1717

1818
# Security
19-
python-jose[cryptography]==3.3.0
19+
python-jose[cryptography]==3.3.1
2020
passlib[bcrypt]==1.7.4
2121

2222
# Database (optional, for future use)

0 commit comments

Comments
 (0)