[SEBA-675] Checking that the Kubernetes cluster on which this service is deployed is compatible with the client library installed

Change-Id: I68d91ab4da87f7650595f590f689942b42070723
diff --git a/Makefile b/Makefile
index 71ed1b8..98f9de9 100644
--- a/Makefile
+++ b/Makefile
@@ -60,7 +60,7 @@
 venv-service:
 	virtualenv $@;\
     source ./$@/bin/activate ; set -u ;\
-    pip install -r requirements.txt xosmigrate~=3.0.1
+    pip install -r requirements.txt xosmigrate~=3.2.6
 
 create-migration: venv-service
 	source ./venv-service/bin/activate; set -u;\