From 2917bdcb06a17d902031f9c2413d502dd08470ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Jan 2023 18:24:55 +0000 Subject: [PATCH] Bump nbclient from 0.6.7 to 0.7.2 Bumps [nbclient](https://github.com/jupyter/nbclient) from 0.6.7 to 0.7.2. - [Release notes](https://github.com/jupyter/nbclient/releases) - [Changelog](https://github.com/jupyter/nbclient/blob/main/CHANGELOG.md) - [Commits](https://github.com/jupyter/nbclient/compare/v0.6.7...v0.7.2) --- updated-dependencies: - dependency-name: nbclient dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1ac58d50..f2d34d1e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -36,7 +36,7 @@ matplotlib-inline==0.1.3; python_version >= "3.7" matplotlib==3.5.1; python_version >= "3.7" mdurl==0.1.2; python_version >= "3.7" and python_full_version >= "3.7.0" mistune==0.8.4; python_version >= "3.7" -nbclient==0.6.7; python_full_version >= "3.7.0" and python_version >= "3.7" +nbclient==0.7.2; python_full_version >= "3.7.0" and python_version >= "3.7" nbconvert==6.5.1; python_version >= "3.7" nbformat==5.4.0; python_full_version >= "3.7.0" and python_version >= "3.7" nest-asyncio==1.5.5; python_full_version >= "3.7.0" and python_version >= "3.7"