From 600ace041f893cda12ae8a3eb129b7514171c502 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 16 Feb 2023 17:43:38 +0000 Subject: [PATCH] fix: tolid-api/app/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-NUMPY-2321964 - https://snyk.io/vuln/SNYK-PYTHON-NUMPY-2321966 - https://snyk.io/vuln/SNYK-PYTHON-NUMPY-2321970 --- tolid-api/app/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tolid-api/app/requirements.txt b/tolid-api/app/requirements.txt index d52ae9b..9bfa776 100644 --- a/tolid-api/app/requirements.txt +++ b/tolid-api/app/requirements.txt @@ -14,4 +14,5 @@ markupsafe==2.0.1 jwt biopython==1.73 alembic==1.8.0 -SQLAlchemy==1.4.1 # Pin to <2.0 \ No newline at end of file +SQLAlchemy==1.4.1 # Pin to <2.0 +numpy>=1.22.2 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file