Skip to content

Commit

Permalink
fix: examples/message/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-URLLIB3-1533435
  • Loading branch information
snyk-bot committed Jul 28, 2021
1 parent 2c81029 commit 62877d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/message/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Flask==1.1.1
pytest==5.4.1
requests==2.23.0
requests==2.23.0
urllib3>=1.26.5 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit 62877d1

Please sign in to comment.