Skip to content

Commit 487adf5

Browse files
committed
fix: samples/server/petstore/python-fastapi/requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-PYTHONMULTIPART-15117506
1 parent dd17760 commit 487adf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/server/petstore/python-fastapi/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ orjson==3.9.15
2222
promise==2.3
2323
pydantic>=2
2424
python-dotenv==0.17.1
25-
python-multipart==0.0.7
25+
python-multipart==0.0.22
2626
PyYAML==5.4.1
2727
requests==2.32.0
2828
Rx==1.6.1

0 commit comments

Comments
 (0)