Pin msgpack library

Change-Id: Ia19b23c1e2b159028fdf9ed79714966226d6e316
diff --git a/Dockerfile b/Dockerfile
index 697aeef..e92f9cb 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,7 +1,7 @@
 FROM ubuntu:20.04
 
 LABEL maintainer="dev@mirantis.com"
-LABEL build_date="2021-07-01"
+LABEL build_date="2022-08-03"
 
 ENV DEBIAN_FRONTEND=noninteractive \
     DEBCONF_NONINTERACTIVE_SEEN=true \
diff --git a/test_set/cvp-spt/requirements.txt b/test_set/cvp-spt/requirements.txt
index 6898f80..96accd2 100644
--- a/test_set/cvp-spt/requirements.txt
+++ b/test_set/cvp-spt/requirements.txt
@@ -1,5 +1,6 @@
 paramiko==2.7.2 # LGPLv2.1+
 pytest==4.6.11 # MIT
+msgpack==1.0.3
 python-cinderclient==6.0.0 # Apache-2.0
 python-glanceclient==3.0.0  # Apache-2.0
 python-keystoneclient==3.22.0  # Apache-2.0