From 56b2cf45f4e640c81d9a4f4469611b3073e668e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Nov 2021 18:31:30 +0000 Subject: [PATCH] Bump nbdime from 1.1.0 to 1.1.1 Bumps [nbdime](https://github.com/jupyter/nbdime) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/jupyter/nbdime/releases) - [Commits](https://github.com/jupyter/nbdime/compare/1.1.0...1.1.1) --- updated-dependencies: - dependency-name: nbdime dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ed9aff6..5292b17 100644 --- a/requirements.txt +++ b/requirements.txt @@ -56,7 +56,7 @@ pyglet==1.3.2 ##### Extra packages (optional) # Nice utility to diff Jupyter Notebooks. -nbdime==1.1.0 +nbdime==1.1.1 # May be useful with Pandas for complex "where" clauses (e.g., Pandas # tutorial).