diff --git a/plugins/_module/pip_update.py b/plugins/_module/pip_update.py
index 3bfb32e45fa7357f148aa2c3622db52f38eaef52..caefb0e1b81b5011967c9c2c5afc23acc5a0d35e 100755
--- a/plugins/_module/pip_update.py
+++ b/plugins/_module/pip_update.py
@@ -20,6 +20,7 @@ def main():
         'docutils': '0.15.2',# botocore requires <16
         'msgpack': '0.5.6',# Required for BorgBackup
         'chardet': '3.0.4',# Certbot fails with 4.0.0
+        'idna': '2.10',# Certbot fails with 3.0
     }
     mode = module.params['mode']
     executable = module.params['executable']