diff --git a/setup.py b/setup.py index 5797a371..99353b8f 100644 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ def get_version(module='spyder_kernels'): 'ipython<6; python_version<"3"', 'ipython>=7.6.0,<8; python_version>="3"', 'jupyter-client>=5.3.4,<6; python_version<"3"', - 'jupyter-client>=7.0.0; python_version>="3"', + 'jupyter-client>=7.1.0; python_version>="3"', 'pyzmq>=17', 'wurlitzer>=1.0.3;platform_system!="Windows"', ]