Skip to content

Commit 760ae74

Browse files
build(deps): update nbconvert requirement from <7.14 to <7.17 in /requirements (#20834)
* build(deps): update nbconvert requirement in /requirements 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.6) --- updated-dependencies: - dependency-name: nbconvert dependency-version: 7.16.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Apply suggestions from code review --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jirka Borovec <[email protected]>
1 parent 857b0eb commit 760ae74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/docs.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
sphinx >5.0, <6.0
22
myst-parser >=0.18.1, <4.0.0
33
nbsphinx >=0.8.5, <=0.9.7
4-
nbconvert <7.14 # temporary fix for https://github.com/jupyter/nbconvert/issues/2092
4+
nbconvert >7.14, <7.17
55
pandoc >=1.0, <=2.3
66
docutils >=0.16, <0.22
77
sphinxcontrib-fulltoc >=1.0, <=1.2.0

0 commit comments

Comments
 (0)