diff --git a/SwanNotificationsService/setup.py b/SwanNotificationsService/setup.py index e1f863d..2c3d3ca 100755 --- a/SwanNotificationsService/setup.py +++ b/SwanNotificationsService/setup.py @@ -22,7 +22,7 @@ long_description_content_type="text/markdown", packages=setuptools.find_packages(), install_requires=[ - 'jupyterhub~=4.0.0', + 'jupyterhub~=4.1.6', 'kubernetes~=22.0' ], zip_safe=False,