From 37275243fade937f2e17b31dd511f0bf68ac9d5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Nov 2021 18:30:15 +0000 Subject: [PATCH] Bump nbdime from 2.0.0 to 2.1.1 in /HANDSON-ML 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] --- HANDSON-ML/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HANDSON-ML/requirements.txt b/HANDSON-ML/requirements.txt index b06dc2d..30387ff 100644 --- a/HANDSON-ML/requirements.txt +++ b/HANDSON-ML/requirements.txt @@ -81,7 +81,7 @@ joblib==0.14.1 requests==2.23.0 # Nice utility to diff Jupyter Notebooks. -nbdime==2.0.0 +nbdime==2.1.1 # May be useful with Pandas for complex "where" clauses (e.g., Pandas # tutorial).