mtchavez / ueberauth_gitlab

Gitlab OAuth2 Strategy fo Überauth
Other
7 stars 7 forks source link

build(deps): bump oauth2 from 0.9.4 to 2.0.0 #35

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 5 years ago

Bumps oauth2 from 0.9.4 to 2.0.0.

Release notes *Sourced from [oauth2's releases](https://github.com/scrogson/oauth2/releases).* > ## v2.0.0 > ### Bug fixes (possibly backwards incompatible) > > * Ensure that the OAuth client is authenticated via Authorization header as described in the spec ([#131](https://github-redirect.dependabot.com/scrogson/oauth2/issues/131)). > > ## v1.0.1 > ### Bug fixes > > - Always use the provided serializer if one is registered ([#132](https://github-redirect.dependabot.com/scrogson/oauth2/issues/132)) > > ## v1.0.0 > ### Backward Incompatible Changes > > - There is no longer a default serializer for `application/json`. Please make > sure to register a serializer with `OAuth2.Client.put_serializer/3`. > - Serializers are now registered via `OAuth2.Client.put_serializer/3`. > This change allows applications wrapping `oauth2` a way to provide default > serializers without requiring the user to manually configure a serializer.
Changelog *Sourced from [oauth2's changelog](https://github.com/scrogson/oauth2/blob/master/CHANGELOG.md).* > ## v2.0.0 (2019-07-15) > > ### Bug fixes (possibly backwards incompatible) > > - Ensure that the OAuth client is authenticated via Authorization header as > described in the spec ([#131](https://github-redirect.dependabot.com/scrogson/oauth2/issues/131)). > > ## v1.0.1 (2019-04-12) > > ### Bug fixes > > - Always use the provided serializer if one is registered ([#132](https://github-redirect.dependabot.com/scrogson/oauth2/issues/132)) > > ## v1.0.0 (2019-03-13) > > ### Backward Incompatible Changes > > - There is no longer a default serializer for `application/json`. Please make > sure to register a serializer with `OAuth2.Client.put_serializer/3`. > - Serializers are now registered via `OAuth2.Client.put_serializer/3`. > This change allows applications wrapping `oauth2` a way to provide default > serializers without requiring the user to manually configure a serializer.
Commits - [`bef2840`](https://github.com/scrogson/oauth2/commit/bef2840c89671ee061d972db9f1d1a75b8c51b86) Prep for 2.0 - [`f13aaf9`](https://github.com/scrogson/oauth2/commit/f13aaf9c98630a03595ce91e0c9282e0c4fbbac9) Spring cleaning ([#138](https://github-redirect.dependabot.com/scrogson/oauth2/issues/138)) - [`369cca0`](https://github.com/scrogson/oauth2/commit/369cca0e265f5f5f0169c1a41df95dee20a2ce20) fix body type ([#137](https://github-redirect.dependabot.com/scrogson/oauth2/issues/137)) - [`3549970`](https://github.com/scrogson/oauth2/commit/354997079d057009aa423d8d61b488887adbebfd) Add changelog entry for [#131](https://github-redirect.dependabot.com/scrogson/oauth2/issues/131) - [`ef5275d`](https://github.com/scrogson/oauth2/commit/ef5275da233703e62c41a766ef25a1034a65dd46) Add basic auth to AuthCode.get_token ([#131](https://github-redirect.dependabot.com/scrogson/oauth2/issues/131)) - [`2bf3d4d`](https://github.com/scrogson/oauth2/commit/2bf3d4d1c8ff257b94877b2ad024a5dfe4c4697f) bump version; update changelog - [`41b0047`](https://github.com/scrogson/oauth2/commit/41b004751ecac4f40561bba6fa9a657664fdd073) always parse body by serializer if it exists ([#132](https://github-redirect.dependabot.com/scrogson/oauth2/issues/132)) - [`1167e90`](https://github.com/scrogson/oauth2/commit/1167e900541ed3d9751bbab5b9d178a2735943fd) update the changelog - [`28be6c7`](https://github.com/scrogson/oauth2/commit/28be6c76ace0b89fff078f68737719fa4f80aaa7) bump version - [`73ff279`](https://github.com/scrogson/oauth2/commit/73ff2796d7f788eb14e2343318ca4d3eaf98bdf3) Serializer Registration ([#92](https://github-redirect.dependabot.com/scrogson/oauth2/issues/92)) - Additional commits viewable in [compare view](https://github.com/scrogson/oauth2/compare/v0.9.4...v2.0.0)


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](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - 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.
dependabot-preview[bot] commented 4 years ago

Looks like oauth2 is up-to-date now, so this is no longer needed.