UNCLASSIFIED - NO CUI

Skip to content

Update dependency requests-oauthlib to v1.3.1

renovate requested to merge renovate/requests-oauthlib-1.x into development

This MR contains the following updates:

Package Update Change
requests-oauthlib minor ==1.0.0 -> ==1.3.1

Dependency Lookup Warnings

Warnings were logged while processing this repo. Please check the logs for more information.


Release Notes

requests/requests-oauthlib

v1.3.1

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/requests/requests-oauthlib/compare/v1.3.0...v1.3.1

v1.3.0

Compare Source

  • Instagram compliance fix
  • Added force_querystring argument to fetch_token() method on OAuth2Session

v1.2.0

Compare Source

  • This project now depends on OAuthlib 3.0.0 and above. It does not support versions of OAuthlib before 3.0.0.
  • Updated oauth2 tests to use 'sess' for an OAuth2Session instance instead of auth because OAuth2Session objects and methods acceept an auth paramether which is typically an instance of requests.auth.HTTPBasicAuth
  • OAuth2Session.fetch_token previously tried to guess how and where to provide "client" and "user" credentials incorrectly. This was incompatible with some OAuth servers and incompatible with breaking changes in oauthlib that seek to correctly provide the client_id. The older implementation also did not raise the correct exceptions when username and password are not present on Legacy clients.
  • Avoid automatic netrc authentication for OAuth2Session.

v1.1.0

Compare Source

  • Adjusted version specifier for oauthlib dependency: this project is not yet compatible with oauthlib 3.0.0.
  • Dropped dependency on nose.
  • Minor changes to clean up the code and make it more readable/maintainable.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Merge request reports