fix: requirements.txt to reduce vulnerabilities

The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-GUNICORN-541164
- https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-174323
This commit is contained in:
snyk-bot 2020-03-20 10:23:34 +00:00
parent dbdb053ac1
commit a00528f9f4

View file

@ -10,7 +10,7 @@ google-cloud-core==0.28.1
google-cloud-datastore==1.7.1
googleapis-common-protos==1.5.3
grpcio==1.16.0
gunicorn==19.9.0
gunicorn==19.10.0
idna==2.7
isort==4.3.4
lazy-object-proxy==1.3.1
@ -25,5 +25,5 @@ requests==2.20.0
rsa==4.0
six==1.11.0
typed-ast==1.1.0
urllib3==1.24.2
urllib3==1.24.3
wrapt==1.10.11