From c13b778fe8c8d11b2508e9d1e7e70874baaa85a1 Mon Sep 17 00:00:00 2001
From: Thomas Kluyver <thomas@kluyver.me.uk>
Date: Tue, 1 Aug 2023 17:19:03 +0100
Subject: [PATCH] Require latest calibration_client for getting CCVs by report

---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index bec7ab7ea..659979c4d 100644
--- a/setup.py
+++ b/setup.py
@@ -58,7 +58,7 @@ install_requires = [
         "markupsafe==2.0.1",
         "astcheck==0.3.0",
         "cfelpyutils==2.0.6",
-        "calibration_client==11.2.0",
+        "calibration_client==11.3.0",
         "dill==0.3.0",
         "docutils==0.17.1",
         "dynaconf==3.1.4",
-- 
GitLab