Skip to content

Commit

Permalink
Update nbconvert requirement from <7.14 to <7.17
Browse files Browse the repository at this point in the history
Updates the requirements on [nbconvert](https://github.com/jupyter/nbconvert) to permit the latest version.
- [Release notes](https://github.com/jupyter/nbconvert/releases)
- [Changelog](https://github.com/jupyter/nbconvert/blob/main/CHANGELOG.md)
- [Commits](jupyter/nbconvert@4.0.0...v7.16.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 21, 2024
1 parent 2a71714 commit 15466ee
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 @@ -67,7 +67,7 @@ dev = [
"ipython",
"isort ==5.13.2",
"mypy",
"nbconvert <7.14", # Pinned due to directive errors in sphinx. See: https://github.com/jupyter/nbconvert/issues/2092
"nbconvert <7.17", # Pinned due to directive errors in sphinx. See: https://github.com/jupyter/nbconvert/issues/2092
"nbqa",
"nbval",
"netCDF4 >=1.4",
Expand Down

0 comments on commit 15466ee

Please sign in to comment.