From b785b5aaeb2db319b2a08ab0c5fc7145580fabd0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 18 Aug 2021 02:37:17 +0000 Subject: [PATCH] fix: requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-TENSORFLOW-1050379 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8bac755..5a26439 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,4 @@ numpy==1.13.1 Keras==1.2.0 pymongo==3.4.0 pygame==1.9.3 -tensorflow==1.2.1 +tensorflow==2.4.0