From 8f090c003d1c04a802b729608f0bb86a298f8474 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 21 May 2020 03:11:42 +0100 Subject: [PATCH] fix: chalice/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-HTTPLIB2-569758 --- chalice/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chalice/requirements.txt b/chalice/requirements.txt index 38200012..44b22a3c 100644 --- a/chalice/requirements.txt +++ b/chalice/requirements.txt @@ -2,7 +2,7 @@ boto3==1.9.193 psycopg2-binary==2.8.2 peewee==3.9.5 cerberus==1.3.1 -httplib2==0.12.3 +httplib2==0.18.0 google-auth==1.6.3 google-auth-oauthlib==0.3.0 jinja2==2.10.1