Skip to content

Commit 353fcc5

Browse files
committed
fix: lambdas/requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-REQUESTS-6928867
1 parent 713a66f commit 353fcc5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lambdas/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
awscli
2-
kubernetes==9.0.0
2+
kubernetes==9.0.0
3+
requests>=2.32.0 # not directly required, pinned by Snyk to avoid a vulnerability

0 commit comments

Comments
 (0)