SEBA-563 fix networkx to version 2.2

Change-Id: Ie4b336ac8694fb9752c7110ee4e27edc67b3bb6f
diff --git a/.gitignore b/.gitignore
index 088aa5e..20ecd3e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -35,6 +35,7 @@
 venv-xos*
 _book/
 .noseids
+testservice/venv-service
 
 # testing/coverage files
 nose2-junit.xml
diff --git a/VERSION b/VERSION
index 818bd47..2451c27 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.0.6
+3.0.7
diff --git a/containers/chameleon/Dockerfile.chameleon b/containers/chameleon/Dockerfile.chameleon
index 52eb276..17a7c41 100644
--- a/containers/chameleon/Dockerfile.chameleon
+++ b/containers/chameleon/Dockerfile.chameleon
@@ -13,7 +13,7 @@
 # limitations under the License.
 
 # xosproject/chameleon
-FROM xosproject/xos-base:3.0.6
+FROM xosproject/xos-base:3.0.7
 
 # xos-base already has protoc and dependencies installed
 
diff --git a/containers/xos/Dockerfile.client b/containers/xos/Dockerfile.client
index 428b4e3..b0b5359 100644
--- a/containers/xos/Dockerfile.client
+++ b/containers/xos/Dockerfile.client
@@ -13,7 +13,7 @@
 # limitations under the License.
 
 # xosproject/xos-client
-FROM xosproject/xos-libraries:3.0.6
+FROM xosproject/xos-libraries:3.0.7
 
 # Label image
 ARG org_label_schema_schema_version=1.0
diff --git a/containers/xos/Dockerfile.libraries b/containers/xos/Dockerfile.libraries
index 9c08e63..3b963db 100644
--- a/containers/xos/Dockerfile.libraries
+++ b/containers/xos/Dockerfile.libraries
@@ -13,7 +13,7 @@
 # limitations under the License.
 
 # xosproject/xos-libraries
-FROM xosproject/xos-base:3.0.6
+FROM xosproject/xos-base:3.0.7
 
 # Add libraries
 COPY lib /opt/xos/lib
diff --git a/containers/xos/Dockerfile.synchronizer-base b/containers/xos/Dockerfile.synchronizer-base
index 0e88561..16c1f68 100644
--- a/containers/xos/Dockerfile.synchronizer-base
+++ b/containers/xos/Dockerfile.synchronizer-base
@@ -13,7 +13,7 @@
 # limitations under the License.
 
 # xosproject/xos-synchronizer-base
-FROM xosproject/xos-client:3.0.6
+FROM xosproject/xos-client:3.0.7
 
 COPY xos/xos/logger.py /opt/xos/xos/logger.py
 COPY xos/xos/__init__.py /opt/xos/xos/__init__.py
diff --git a/containers/xos/Dockerfile.xos-core b/containers/xos/Dockerfile.xos-core
index 1b4533c..660cd17 100644
--- a/containers/xos/Dockerfile.xos-core
+++ b/containers/xos/Dockerfile.xos-core
@@ -13,7 +13,7 @@
 # limitations under the License.
 
 # xosproject/xos-core
-FROM xosproject/xos-libraries:3.0.6
+FROM xosproject/xos-libraries:3.0.7
 
 # Install XOS
 ADD xos /opt/xos
diff --git a/lib/xos-synchronizer/requirements.txt b/lib/xos-synchronizer/requirements.txt
index 3fde4f8..bc519e7 100644
--- a/lib/xos-synchronizer/requirements.txt
+++ b/lib/xos-synchronizer/requirements.txt
@@ -3,7 +3,7 @@
 confluent-kafka==0.11.5
 inflect~=2.1.0
 multistructlog~=2.1.0
-networkx~=2.2
+networkx==2.2
 six~=1.12.0
 xosconfig~=3.0.1
 xosgenx~=3.0.1