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

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."
)