diff --git a/lib/datasource/pypi.js b/lib/datasource/pypi.js
index d419820d0d893c0b4641c2acd81e2d3891158df1..6ec63119d843877b469fb33eb42e5e33162d2858 100644
--- a/lib/datasource/pypi.js
+++ b/lib/datasource/pypi.js
@@ -22,6 +22,8 @@ const changelogUrls = {
   flake8: 'http://flake8.pycqa.org/en/latest/release-notes/index.html',
   'django-storages':
     'https://github.com/jschneier/django-storages/blob/master/CHANGELOG.rst',
+  phonenumbers:
+    'https://github.com/daviddrysdale/python-phonenumbers/blob/dev/python/HISTORY.md',
   'psycopg2-binary': 'http://initd.org/psycopg/articles/tag/release/',
 };