From 64471b4c1ea5492fbbaf80208046ed7c102bf29d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Aug 2022 18:03:42 +0000 Subject: [PATCH] Bump nbconvert from 5.6.1 to 6.5.1 Bumps [nbconvert](https://github.com/jupyter/nbconvert) from 5.6.1 to 6.5.1. - [Release notes](https://github.com/jupyter/nbconvert/releases) - [Commits](https://github.com/jupyter/nbconvert/compare/5.6.1...6.5.1) --- updated-dependencies: - dependency-name: nbconvert 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 33597dc..484479e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ pip == 19.0.3 jsonschema == 3.0.1 jupyter == 1.0.0 matplotlib == 3.1.2 -nbconvert == 5.6.1 +nbconvert == 6.5.1 nbformat == 5.0.4 networkx >=2.1, <2.3 numpy == 1.18.1 diff --git a/setup.py b/setup.py index d835fc3..0dbdcc3 100644 --- a/setup.py +++ b/setup.py @@ -59,7 +59,7 @@ 'jsonschema==3.0.1', 'jupyter==1.0.0', 'matplotlib==3.1.2', - 'nbconvert==5.6.1', + 'nbconvert==6.5.1', 'nbformat==5.0.4', 'networkx>=2.1,<2.3', 'numpy==1.18.1',