Auto merge of #3284 - micbou:requests, r=bstaletic

[READY] Update requests URL

See PR https://github.com/Valloric/ycmd/pull/1169.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/valloric/youcompleteme/3284)
<!-- Reviewable:end -->
This commit is contained in:
zzbot 2019-01-05 14:18:10 -08:00 committed by GitHub
commit ccc06c2c42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
.gitmodules vendored
View File

@ -18,7 +18,7 @@
url = https://github.com/urllib3/urllib3 url = https://github.com/urllib3/urllib3
[submodule "third_party/requests_deps/requests"] [submodule "third_party/requests_deps/requests"]
path = third_party/requests_deps/requests path = third_party/requests_deps/requests
url = https://github.com/kennethreitz/requests url = https://github.com/requests/requests
[submodule "third_party/python-future"] [submodule "third_party/python-future"]
path = third_party/python-future path = third_party/python-future
url = https://github.com/PythonCharmers/python-future url = https://github.com/PythonCharmers/python-future