diff --git a/base/Dockerfile b/base/Dockerfile
index 905fc1f6371a0e6daca1fccae559e81e4390b069..8a51122357ac0934d196494d900bbc0748c389e7 100644
--- a/base/Dockerfile
+++ b/base/Dockerfile
@@ -84,7 +84,7 @@ RUN jupyter labextension disable ipcluster \
 # install additional labextensions
 RUN jupyter labextension install --no-build \
                              clb-jupyter-ext-query-params@3.2.0 \
-                             clb-lab-extension@0.9.0 \
+                             clb-lab-extension@0.9.1 \
                              ipycanvas@0.12.0
 # ipycanvas@0.12.0: Python part installed via spack (py-ipycanvas@0.12.0)
 
diff --git a/base/requirements.txt b/base/requirements.txt
index 37fe8ea74032a37b4497aa52e8c3d6932ef2dc13..abf1c223c62697ad905feab1e3c8c705dce84408 100644
--- a/base/requirements.txt
+++ b/base/requirements.txt
@@ -36,6 +36,7 @@ plotly==5.5.0
 Pygments==2.11.2
 python-swiftclient==3.13.0
 PyJWT==2.3.0
+pyOpenSSL==22.0.0 # TODO: Issue with 22.1 https://github.com/pyca/pyopenssl/issues/1154
 pyunicore==0.11.1
 requests-oauthlib==1.3.0
 rise==5.7.1