diff --git a/setup.py b/setup.py
index f4310aefeec6475f4a78c47f3bc2160a5cb5a87f..402cb3769357304d0f5e38b8a0366fe2b1b2d331 100644
--- a/setup.py
+++ b/setup.py
@@ -79,7 +79,7 @@ setup(
     },
     ext_modules=extensions,
     install_requires=[
-        "iCalibrationDB @ git+ssh://git@git.xfel.eu:10022/detectors/cal_db_interactive.git@2.0.4", # noqa
+        "iCalibrationDB @ git+ssh://git@git.xfel.eu:10022/detectors/cal_db_interactive.git@2.0.5", # noqa
         "nbparameterise @ git+ssh://git@git.xfel.eu:10022/detectors/nbparameterise.git@0.3", # noqa
         "XFELDetectorAnalysis @ git+ssh://git@git.xfel.eu:10022/karaboDevices/pyDetLib.git@2.5.6-2.10.0#subdirectory=lib", # noqa
         "Cython==0.29.21",