Skip to content

Commit d1f1c6a

Browse files
chore(deps)(deps): bump python-multipart in /backend
Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.20 to 0.0.22. - [Release notes](https://github.com/Kludex/python-multipart/releases) - [Changelog](https://github.com/Kludex/python-multipart/blob/master/CHANGELOG.md) - [Commits](Kludex/python-multipart@0.0.20...0.0.22) --- updated-dependencies: - dependency-name: python-multipart dependency-version: 0.0.22 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4de9447 commit d1f1c6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ redis[hiredis]==5.0.1
2121
# Authentication & Security
2222
python-jose[cryptography]==3.5.0 # Security: Fixed algorithm confusion and JWT bomb (PYSEC-2024-232, PYSEC-2024-233)
2323
bcrypt==5.0.0
24-
python-multipart==0.0.20 # Security: Fixed ReDoS vulnerabilities (GHSA-2jv5-9r88-3w3p, GHSA-59g5-xgcq-4qw3)
24+
python-multipart==0.0.22 # Security: Fixed ReDoS vulnerabilities (GHSA-2jv5-9r88-3w3p, GHSA-59g5-xgcq-4qw3)
2525
pydantic[email]==2.12.5
2626
pydantic-settings==2.12.0 # Upgraded: Compatible with pydantic 2.11.7
2727

0 commit comments

Comments
 (0)