Skip to content

Commit

Permalink
fix: requirements.txt to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-PILLOW-6514866
  • Loading branch information
snyk-bot committed Apr 1, 2024
1 parent c437c0f commit 96b51ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -22,7 +22,7 @@ pyalsaaudio==0.10.0
# Computer Vision
grpcio==1.62.1
numpy==1.26.4
Pillow==10.2.0
Pillow==10.3.0
protobuf==4.25.2
opencv-contrib-python==4.5.5.62
tflite-runtime==2.11.0
Expand Down

0 comments on commit 96b51ba

Please sign in to comment.