1
0
mirror of https://github.com/aquatix/digimarks.git synced 2025-12-06 20:55:10 +01:00

fix: requirements.txt to reduce vulnerabilities

The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-559452
This commit is contained in:
snyk-bot
2020-03-07 07:48:53 +00:00
parent f698ebfe18
commit 6341b384bf

View File

@@ -17,5 +17,5 @@ markupsafe==1.1.1 # via jinja2
peewee==3.10.0
requests==2.22.0
soupsieve==1.9.2 # via beautifulsoup4
urllib3==1.25.3 # via requests
urllib3==1.25.8 # via requests
werkzeug==0.15.5 # via flask