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-STREAMLIT-7676257
  • Loading branch information
snyk-bot committed Aug 15, 2024
1 parent 06839b0 commit 16f4446
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
Expand Up @@ -3,7 +3,7 @@ paho-mqtt>=1.4.0
Pillow>=7.2.0
imutils>=0.5.3
PyYAML>=5.1.2
streamlit>=0.62.1
streamlit>=1.37.0
isort>=5.0.3
opencv-python>=4.1.1.26 # may fail on rpi
protobuf>=3.20.2 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit 16f4446

Please sign in to comment.