From 715d8cc251d3f2620bd7313b431df08c0fa2828c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Oct 2022 14:49:21 +0000 Subject: [PATCH] Bump ipytree from 0.2.1 to 0.2.2 Bumps [ipytree](https://github.com/martinRenou/ipytree) from 0.2.1 to 0.2.2. - [Release notes](https://github.com/martinRenou/ipytree/releases) - [Changelog](https://github.com/martinRenou/ipytree/blob/master/RELEASE.md) - [Commits](https://github.com/martinRenou/ipytree/commits) --- updated-dependencies: - dependency-name: ipytree dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements_dev_optional.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev_optional.txt b/requirements_dev_optional.txt index 1022e56ec5..54b4ad96b1 100644 --- a/requirements_dev_optional.txt +++ b/requirements_dev_optional.txt @@ -2,7 +2,7 @@ # bsddb3==6.2.6; sys_platform != 'win32' lmdb==1.3.0; sys_platform != 'win32' # optional library requirements for Jupyter -ipytree==0.2.1 +ipytree==0.2.2 # optional library requirements for services # don't let pyup change pinning for azure-storage-blob, need to pin to older # version to get compatibility with azure storage emulator on appveyor (FIXME)