From bb335617fd1a92ac260a4c72d0fad2987ea1d4b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jun 2022 23:16:43 +0000 Subject: [PATCH] Bump notebook from 5.7.0 to 6.4.12 Bumps [notebook](http://jupyter.org) from 5.7.0 to 6.4.12. --- updated-dependencies: - dependency-name: notebook dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 50cb325..8b4b3ad 100644 --- a/requirements.txt +++ b/requirements.txt @@ -41,7 +41,7 @@ mistune==0.8.3 mkl-fft==1.0.6 nbconvert==5.3.1 nbformat==4.4.0 -notebook==5.7.0 +notebook==6.4.12 numpy==1.15.2 pandas==0.23.4 pandocfilters==1.4.2 diff --git a/setup.py b/setup.py index 3be42a5..63960d6 100644 --- a/setup.py +++ b/setup.py @@ -56,7 +56,7 @@ "mkl-random==1.0.1", "nbconvert==5.3.1", "nbformat==4.4.0", - "notebook==5.7.0", + "notebook==6.4.12", "numpy==1.15.2", "pandas==0.23.4", "pandocfilters==1.4.2",