From c721a020e780022a808f60531f070d748fdd85a7 Mon Sep 17 00:00:00 2001 From: Enric Tejedor Saavedra Date: Wed, 28 Aug 2024 14:13:15 +0200 Subject: [PATCH] [SwanNotificationsService] Update jupyterhub version to 4.1.6 --- SwanNotificationsService/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,