diff --git a/sdks/python/setup.py b/sdks/python/setup.py index 8017c1b692a7..43737e468d9a 100644 --- a/sdks/python/setup.py +++ b/sdks/python/setup.py @@ -314,7 +314,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',