From 02c50a0e75a6438b27411b06a609788a1e128541 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 16 Dec 2020 02:36:06 +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-1050378 - https://snyk.io/vuln/SNYK-PYTHON-TENSORFLOW-1050379 - https://snyk.io/vuln/SNYK-PYTHON-TENSORFLOW-1050385 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d83b67c5..1ea41b81 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,6 +4,6 @@ numpy==1.16.2 opencv-python==4.1.0.25 pyqtgraph==0.10.0 scikit-learn==0.20.3 -tensorflow==1.13.1 +tensorflow==2.4.0 pyqtgraph==0.10.0 pyqt5==5.12.2 \ No newline at end of file