Skip to content

Commit 7b4fc05

Browse files
committed
fix: requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-WERKZEUG-6808933
1 parent 89df432 commit 7b4fc05

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
Flask>=2.2.0
2-
sentry-sdk[flask]==2.19.2
2+
sentry-sdk[flask]==2.19.2
3+
werkzeug>=3.0.3 # not directly required, pinned by Snyk to avoid a vulnerability

0 commit comments

Comments
 (0)