From 4c0bea41df3a0d66c35f519ad18e47b17fb5a851 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Nov 2021 18:30:45 +0000 Subject: [PATCH] Bump nbdime from 2.1.0 to 2.1.1 in /handson-ml2 Bumps [nbdime](https://github.com/jupyter/nbdime) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/jupyter/nbdime/releases) - [Commits](https://github.com/jupyter/nbdime/compare/nbdime-jupyterlab@2.1.0...nbdime-jupyterlab@2.1.1) --- updated-dependencies: - dependency-name: nbdime dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- handson-ml2/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handson-ml2/requirements.txt b/handson-ml2/requirements.txt index b276135..8c61e89 100644 --- a/handson-ml2/requirements.txt +++ b/handson-ml2/requirements.txt @@ -74,7 +74,7 @@ joblib==0.14.1 requests==2.24.0 # Nice utility to diff Jupyter Notebooks. -nbdime==2.1.0 +nbdime==2.1.1 # May be useful with Pandas for complex "where" clauses (e.g., Pandas # tutorial).