Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump oauthlib from 3.0.1 to 3.0.2 #469

Closed
wants to merge 1 commit into from

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps oauthlib from 3.0.1 to 3.0.2.

Release notes

Sourced from oauthlib's releases.

3.0.2

Bug fix release

  • #650: OAuth1: Fixed space encoding in base string URI used in the signature base string.
  • #654: OAuth2: Doc: The value state must not be stored by the AS, only returned in /authorize response.
  • #652: OIDC: Fixed /token response which wrongly returned "&state=None"
  • #656: OIDC: Fixed "nonce" checks: raise errors when it's mandatory
Changelog

Sourced from oauthlib's changelog.

3.0.2 (TBD)

  • #650 Fixed space encoding in base string URI used in the signature base string.
  • #652: Fixed OIDC /token response which wrongly returned "&state=None"
Commits
  • 9e824cf Bump version
  • 5b2bfd5 Update for 3.0.2
  • 4e945e9 Notifications must be sent for every build
  • 1ef4209 Added missing import after test moved
  • 3ccaeb1 Move HybridGrant test into its respective file.
  • 2d9a89c Add nonce mandatory check for "id_token" response_type
  • ad7b154 Add nonce auth request check for authorization_code
  • 0d423ac OIDC: Raise error=invalid_request when nonce is mandatory
  • ff68445 Change to 3.0.2-dev as long as master is in "dev"
  • 87972cc Removed useless set_state internal function
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the version in this PR you can just close it
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

Bumps [oauthlib](https://github.com/oauthlib/oauthlib) from 3.0.1 to 3.0.2.
- [Release notes](https://github.com/oauthlib/oauthlib/releases)
- [Changelog](https://github.com/oauthlib/oauthlib/blob/master/CHANGELOG.rst)
- [Commits](oauthlib/oauthlib@v3.0.1...v3.0.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jul 5, 2019
@codecov
Copy link

codecov bot commented Jul 5, 2019

Codecov Report

Merging #469 into dev will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##              dev     #469   +/-   ##
=======================================
  Coverage   42.66%   42.66%           
=======================================
  Files          52       52           
  Lines        3223     3223           
=======================================
  Hits         1375     1375           
  Misses       1848     1848

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5507272...53c850f. Read the comment docs.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 42.662% when pulling 53c850f on dependabot/pip/dev/oauthlib-3.0.2 into 5507272 on dev.

1 similar comment
@coveralls
Copy link

Coverage Status

Coverage remained the same at 42.662% when pulling 53c850f on dependabot/pip/dev/oauthlib-3.0.2 into 5507272 on dev.

@dependabot-preview
Copy link
Contributor Author

Superseded by #485.

@dependabot-preview dependabot-preview bot deleted the dependabot/pip/dev/oauthlib-3.0.2 branch August 7, 2019 04:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant