From 09a8e6d1bc93c50ac52f710ecc1d0b3768082872 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Apr 2023 23:41:24 +0000 Subject: [PATCH] Bump nbclient from 0.6.7 to 0.7.3 Bumps [nbclient](https://github.com/jupyter/nbclient) from 0.6.7 to 0.7.3. - [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.3) --- 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..209e970e 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.3; 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"