Skip to content

Commit 4ea0053

Browse files
wwwillchensnyk-bot
andauthored
fix: mesop/pip_package/requirements.txt to reduce vulnerabilities (#1078)
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-WERKZEUG-8309091 - https://snyk.io/vuln/SNYK-PYTHON-WERKZEUG-8309092 Co-authored-by: snyk-bot <[email protected]>
1 parent 01856dc commit 4ea0053

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mesop/pip_package/requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ protobuf
66
pydantic
77
python-dotenv
88
watchdog # used by mesop CLI for hot reloading
9+
werkzeug>=3.0.6 # not directly required, pinned by Snyk to avoid a vulnerability

0 commit comments

Comments
 (0)