From f1349093d813344e47ffe06714d50c367346c6c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jan 2022 19:34:17 +0000 Subject: [PATCH] Bump ipython Bumps [ipython](https://github.com/ipython/ipython) from 4.2.0 to 7.16.3. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/4.2.0...7.16.3) --- updated-dependencies: - dependency-name: ipython dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../05_object_recognition_and_classification/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TensorFlowForMachineIntelligence/chapters/05_object_recognition_and_classification/requirements.txt b/TensorFlowForMachineIntelligence/chapters/05_object_recognition_and_classification/requirements.txt index 0b394ab..df720f2 100644 --- a/TensorFlowForMachineIntelligence/chapters/05_object_recognition_and_classification/requirements.txt +++ b/TensorFlowForMachineIntelligence/chapters/05_object_recognition_and_classification/requirements.txt @@ -1,3 +1,3 @@ https://storage.googleapis.com/tensorflow/mac/tensorflow-0.8.0-py3-none-any.whl -ipython==4.2.0 +ipython==7.16.3 jupyter==1.0.0