diff --git a/lib/datasource/pypi.js b/lib/datasource/pypi.js
index 8180e304b795a6ebb4ef9cf2c205cd16bb141ce5..d419820d0d893c0b4641c2acd81e2d3891158df1 100644
--- a/lib/datasource/pypi.js
+++ b/lib/datasource/pypi.js
@@ -22,6 +22,7 @@ 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',
+  'psycopg2-binary': 'http://initd.org/psycopg/articles/tag/release/',
 };
 
 function compatibleVersions(releases, compatibility) {