From 856ebed97f1fc793f91152663685d99ae2481aa2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Sep 2023 09:33:42 +0000 Subject: [PATCH] Bump nbdime from 2.0.0 to 2.1.1 in /resources/libraries Bumps [nbdime](https://github.com/jupyter/nbdime) from 2.0.0 to 2.1.1. - [Release notes](https://github.com/jupyter/nbdime/releases) - [Commits](https://github.com/jupyter/nbdime/compare/nbdime@2.0.0...nbdime-jupyterlab@2.1.1) --- updated-dependencies: - dependency-name: nbdime dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- resources/libraries/requirements-minimal.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/libraries/requirements-minimal.txt b/resources/libraries/requirements-minimal.txt index 1ef53a78..edaf2967 100644 --- a/resources/libraries/requirements-minimal.txt +++ b/resources/libraries/requirements-minimal.txt @@ -43,4 +43,4 @@ jupyter_contrib_nbextensions==0.5.1 # A collection of Jupyter nbextensions. jupyter_nbextensions_configurator==0.4.1 # jupyter serverextension providing configuration interfaces for nbextensions. # jupyter-tensorboard==0.1.10 # Jupyter notebook integration for tensorboard. git+https://github.com/cloudrainstar/jupyter_tensorboard.git # Use other version with support for tensorflow 2.X -nbdime==2.0.0 # Diff and merge of Jupyter Notebooks \ No newline at end of file +nbdime==2.1.1 # Diff and merge of Jupyter Notebooks \ No newline at end of file