From 83fabf9b147ea7ebf514b216e2f6b2d866fcf1e4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 26 Aug 2020 02:39:16 +0000 Subject: [PATCH] fix: requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-SQLALCHEMY-590109 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a2cb15e..f89982f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ datapackage==0.8.4 jsontableschema-sql==0.8.0 -SQLAlchemy==1.2.6 +SQLAlchemy==1.3.19 psycopg2-binary==2.7.3.2 boto3==1.4.7 rfc3986==0.4.1