Skip to content

Commit

Permalink
fix: samples/misc/opencv_samples/mqtt_cam/requirements.txt to reduce …
Browse files Browse the repository at this point in the history
…vulnerabilities

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 06839b0 commit e218478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/misc/opencv_samples/mqtt_cam/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
black>=19.3b0
paho-mqtt>=1.4.0
Pillow>=7.2.0
Pillow>=10.3.0
imutils>=0.5.3
PyYAML>=5.1.2
streamlit>=0.62.1
Expand Down

0 comments on commit e218478

Please sign in to comment.