Update vendored requests-oauthlib to 1.3.1

This commit is contained in:
Labrys of Knossos 2022-11-28 19:33:12 -05:00
commit ebc9718117
7 changed files with 32 additions and 24 deletions

View file

@ -268,7 +268,7 @@ class OAuth1Session(requests.Session):
:param url: The request token endpoint URL.
:param realm: A list of realms to request access to.
:param \*\*request_kwargs: Optional arguments passed to ''post''
function in ''requests.Session''
function in ''requests.Session''
:returns: The response in dict format.
Note that a previously set callback_uri will be reset for your