diff --git a/lib/datasource/index.js b/lib/datasource/index.js
index aa05f9da644805c8f1c859b1c99dbf3fd71bcba8..24615809ba8371601faf1a7c6344890df169bceb 100644
--- a/lib/datasource/index.js
+++ b/lib/datasource/index.js
@@ -45,6 +45,8 @@ const manualChangelogUrls = {
       'https://django-debug-toolbar.readthedocs.io/en/latest/changes.html',
     'firebase-admin':
       'https://firebase.google.com/support/release-notes/admin/python',
+    requests:
+      'http://docs.python-requests.org/en/master/community/updates/#release-and-version-history',
   },
 };