From 7c6012af5e9a9fee313da5795c3a9f4ec99d8337 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 12 Feb 2023 05:08:54 +0000 Subject: [PATCH] fix: requierments.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-IPYTHON-3318382 --- requierments.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requierments.txt b/requierments.txt index 9fa7c7f..5712e55 100644 --- a/requierments.txt +++ b/requierments.txt @@ -8,7 +8,7 @@ itsdangerous==0.24 nltk==2.0.4 pymongo==2.7.1 wsgiref==0.1.2 -ipython==2.2.0 +ipython==8.10.0 matplotlib==1.3.1 pandas==0.14.1 pytz==2014.4