Skip to content

Commit 496e6e8

Browse files
committed
fix: requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-PILLOW-6182918
1 parent 5fafba2 commit 496e6e8

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
@@ -8,4 +8,5 @@ Shapely
88

99
# Packaging
1010
setuptools>=40.6.3
11-
wheel>=0.32.3
11+
wheel>=0.32.3
12+
pillow>=10.2.0 # not directly required, pinned by Snyk to avoid a vulnerability

0 commit comments

Comments
 (0)