Skip to content

Commit 69efdb0

Browse files
committed
fix: src/promptflow/dev_requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-MARSHMALLOW-14550833
1 parent a7ff428 commit 69efdb0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/promptflow/dev_requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,4 @@ papermill>=2.5.0
3333

3434
# test executor server in local
3535
uvicorn>=0.27.0
36+
marshmallow>=3.26.2 # not directly required, pinned by Snyk to avoid a vulnerability

0 commit comments

Comments
 (0)