From 737dd0c3c6b9c090d1d525ffc0c7449d2cdca0ac Mon Sep 17 00:00:00 2001 From: Bharat Raghunathan Date: Tue, 16 Jun 2020 01:26:07 +0530 Subject: [PATCH] Update number of dependents on requests (#5495) * Update dependents on requests --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa32356a..3dfc95a2 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ by Kenneth Reitz & is protected by The < Requests allows you to send HTTP/1.1 requests extremely easily. There’s no need to manually add query strings to your URLs, or to form-encode your `PUT` & `POST` data — but nowadays, just use the `json` method! -Requests is **the most downloaded Python package today**, pulling in around `14M downloads / week`— according to GitHub, Requests is currently [depended upon](https://github.com/psf/requests/network/dependents?package_id=UGFja2FnZS01NzA4OTExNg%3D%3D) by `367_296` repositories. You may certainly put your trust in this code. +Requests is **the most downloaded Python package today**, pulling in around `14M downloads / week`— according to GitHub, Requests is currently [depended upon](https://github.com/psf/requests/network/dependents?package_id=UGFja2FnZS01NzA4OTExNg%3D%3D) by `500,000+` repositories. You may certainly put your trust in this code.