updated pip package
diff --git a/tasks/main.yml b/tasks/main.yml
index a624790..ff894e1 100644
--- a/tasks/main.yml
+++ b/tasks/main.yml
@@ -34,6 +34,12 @@
   include: with_proxy.yml
   when: http_proxy is defined and https_proxy is defined
 
+- name: Update pip
+  become: yes
+  pip:
+    name: pip
+    state: latest
+
 - name: Update python packages
   become: yes
   pip: