From 177a68431311530d8e9201ebec93ad6b68c5c44e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 17 Jan 2022 14:15:24 +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-173678 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a4fc1af..3877847 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -SQLAlchemy==0.7.9 +SQLAlchemy==1.2.18 mock==1.0.1