Skip to content

Commit 36ded16

Browse files
⬆️ Update nbclient requirement from ~=0.5.10 to ~=0.9.0
Updates the requirements on [nbclient](https://github.com/jupyter/nbclient) to permit the latest version. - [Release notes](https://github.com/jupyter/nbclient/releases) - [Changelog](https://github.com/jupyter/nbclient/blob/main/CHANGELOG.md) - [Commits](jupyter/nbclient@v0.5.10...v0.9.0) --- updated-dependencies: - dependency-name: nbclient dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3d3b19c commit 36ded16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies = [
3030
"attrs<23,>=19",
3131
"importlib-metadata~=6.0;python_version<'3.10'",
3232
"importlib-resources~=5.0;python_version<'3.9'",
33-
"nbclient~=0.5.10",
33+
"nbclient~=0.9.0",
3434
"nbdime>=4",
3535
"nbformat",
3636
"jsonschema",

0 commit comments

Comments
 (0)