Skip to content

Commit 4829d1b

Browse files
committed
fix: requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-GRPCIO-9486468
1 parent 4e0e1ec commit 4829d1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ PyAudio==0.2.14
1717
pyalsaaudio==0.10.0
1818

1919
# Computer Vision
20-
grpcio==1.62.1
20+
grpcio==1.62.3
2121
numpy==1.26.4
2222
Pillow==10.2.0
2323
protobuf==4.25.2

0 commit comments

Comments
 (0)