Skip to content

Commit

Permalink
build(deps-dev): update nbclient requirement from <0.9 to <0.10
Browse files Browse the repository at this point in the history
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@0.1.0...v0.9.0)

---
updated-dependencies:
- dependency-name: nbclient
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 13, 2023
1 parent 8766130 commit 1b33bcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ release = [
"twine<5",
]
test = [
"nbclient<0.9",
"nbclient<0.10",
"pytest<8",
"pytest-cov<5",
"pytest-mock<4",
Expand Down

0 comments on commit 1b33bcc

Please sign in to comment.