Update the requests' docs URL

This commit is contained in:
XhmikosR 2021-12-12 16:10:35 +02:00 committed by GitHub
parent 8b63b4dc90
commit 907c2f5cdc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,7 @@ try:
except ImportError:
raise ImportError(
"This project's dependencies have changed. The Requests library ("
"https://requests.readthedocs.io/en/master/) is now required."
"https://docs.python-requests.org/en/latest/) is now required."
)