Skip to content

Commit

Permalink
Update nbconvert requirement in /sdks/python
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)
- [Commits](jupyter/nbconvert@6.2.0...7.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and lostluck committed Dec 22, 2022
1 parent 8f12a25 commit 0ece3fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdks/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ def get_portability_package_data():
'interactive_test': [
# notebok utils
'nbformat>=5.0.5,<6',
'nbconvert>=6.2.0,<7',
'nbconvert>=6.2.0,<8',
# headless chrome based integration tests
'needle>=0.5.0,<1',
'chromedriver-binary>=100,<101',
Expand Down

0 comments on commit 0ece3fc

Please sign in to comment.