fix: monkey/monkey_island/requirements.txt to reduce vulnerabilities

The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-PYJWT-40693
This commit is contained in:
snyk-bot 2020-07-16 11:17:07 +00:00
parent 5fd1128554
commit ab0c9c5456
1 changed files with 2 additions and 0 deletions

View File

@ -25,3 +25,5 @@ tqdm>=4.47
virtualenv>=20.0.26 virtualenv>=20.0.26
werkzeug>=1.0.1 werkzeug>=1.0.1
wheel>=0.34.2 wheel>=0.34.2
pyjwt>=1.5.1 # not directly required, pinned by Snyk to avoid a vulnerability