Skip to content

Commit 6dd61a1

Browse files
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]>
1 parent 3d39824 commit 6dd61a1

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, <3.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.17 # temporary fix for https://github.com/jupyter/nbconvert/issues/2092
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)