From 44f13c3b3d56816e4f491f63acf1f97f46309d41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jan 2022 20:32:23 +0000 Subject: [PATCH] Bump ipython from 7.30.1 to 7.31.1 in /machine learning/sp500-forecast Bumps [ipython](https://github.com/ipython/ipython) from 7.30.1 to 7.31.1. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/7.30.1...7.31.1) --- updated-dependencies: - dependency-name: ipython dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- machine learning/sp500-forecast/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machine learning/sp500-forecast/requirements.txt b/machine learning/sp500-forecast/requirements.txt index 1cdb46c..2c43ab0 100644 --- a/machine learning/sp500-forecast/requirements.txt +++ b/machine learning/sp500-forecast/requirements.txt @@ -27,7 +27,7 @@ importlib-metadata==4.10.0; python_version == '3.7' and python_version < '3.9' importlib-resources==5.4.0; python_version < '3.9' ipykernel==6.6.1 ipython-genutils==0.2.0 -ipython==7.30.1; python_version >= '3.7' +ipython==7.31.1; python_version >= '3.7' jedi==0.18.1; python_version >= '3.6' joblib==1.1.0; python_version >= '3.6' jsonschema==4.3.3; python_version >= '3.7'