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 django-oauth-toolkit from 1.7.1 to 2.2.0 #618

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 19, 2022

Bumps django-oauth-toolkit from 1.7.1 to 2.2.0.

Release notes

Sourced from django-oauth-toolkit's releases.

Release 2.2.0

[2.2.0] 2022-10-18

WARNING

Issues caused by Release 2.0.0 breaking changes continue to be logged. Please make sure to carefully read these release notes before performing a MAJOR upgrade to 2.x.

These issues both result in {"error": "invalid_client"}:

  1. The application client secret is now hashed upon save. You must copy it before it is saved. Using the hashed value will fail.

  2. PKCE_REQUIRED is now True by default. You should use PKCE with your client or set PKCE_REQUIRED=False if you are unable to fix the client.

Added

  • #1208 Add 'code_challenge_method' parameter to authorization call in documentation
  • #1182 Add 'code_verifier' parameter to token requests in documentation

Changed

  • #1203 Support Django 4.1.

Fixed

  • #1203 Remove upper version bound on Django, to allow upgrading to Django 4.1.1 bugfix release.
  • #1210 Handle oauthlib errors on create token requests

Release 2.1.0

WARNING

Issues caused by Release 2.0.0 breaking changes continue to be logged. Please make sure to carefully read these release notes before performing a MAJOR upgrade to 2.x.

These issues both result in {"error": "invalid_client"}:

  1. The application client secret is now hashed upon save. You must copy it before it is saved. Using the hashed value will fail.

  2. PKCE_REQUIRED is now True by default. You should use PKCE with your client or set PKCE_REQUIRED=False if you are unable to fix the client.

Added

Changed

  • #1152 createapplication management command enhanced to display an auto-generated secret before it gets hashed.
  • #1172, #1159, #1158 documentation improvements.

Fixed

  • #1147 Fixed 2.0.0 implementation of hashed client secret to work with swapped models.

... (truncated)

Changelog

Sourced from django-oauth-toolkit's changelog.

[2.2.0] 2022-10-18

WARNING

Issues caused by Release 2.0.0 breaking changes continue to be logged. Please make sure to carefully read these release notes before performing a MAJOR upgrade to 2.x.

These issues both result in {"error": "invalid_client"}:

  1. The application client secret is now hashed upon save. You must copy it before it is saved. Using the hashed value will fail.

  2. PKCE_REQUIRED is now True by default. You should use PKCE with your client or set PKCE_REQUIRED=False if you are unable to fix the client.

Added

  • #1208 Add 'code_challenge_method' parameter to authorization call in documentation
  • #1182 Add 'code_verifier' parameter to token requests in documentation

Changed

  • #1203 Support Django 4.1.

Fixed

  • #1203 Remove upper version bound on Django, to allow upgrading to Django 4.1.1 bugfix release.
  • #1210 Handle oauthlib errors on create token requests

[2.1.0] 2022-06-19

Added

Changed

  • #1152 createapplication management command enhanced to display an auto-generated secret before it gets hashed.
  • #1172, #1159, #1158 documentation improvements.

Fixed

  • #1147 Fixed 2.0.0 implementation of hashed client secret to work with swapped models.

[2.0.0] 2022-04-24

This is a major release with BREAKING changes. Please make sure to review these changes before upgrading:

Added

Changed

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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 close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @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)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies python Pull requests that update Python code labels Oct 19, 2022
@dependabot dependabot bot force-pushed the dependabot/pip/django-oauth-toolkit-2.2.0 branch 2 times, most recently from 9f00af0 to eef989e Compare October 25, 2022 06:07
@dependabot dependabot bot force-pushed the dependabot/pip/django-oauth-toolkit-2.2.0 branch 6 times, most recently from b2a0965 to 7037da2 Compare November 4, 2022 06:15
@dependabot dependabot bot force-pushed the dependabot/pip/django-oauth-toolkit-2.2.0 branch 2 times, most recently from e82626d to 85238db Compare November 16, 2022 05:53
@dependabot dependabot bot force-pushed the dependabot/pip/django-oauth-toolkit-2.2.0 branch 3 times, most recently from a4c40ea to 58437d6 Compare November 18, 2022 08:40
@dependabot dependabot bot force-pushed the dependabot/pip/django-oauth-toolkit-2.2.0 branch 4 times, most recently from 2546b63 to bef89cc Compare November 29, 2022 14:32
@dependabot dependabot bot force-pushed the dependabot/pip/django-oauth-toolkit-2.2.0 branch 4 times, most recently from 5af24f2 to 0e6b1e3 Compare December 6, 2022 05:40
@dependabot dependabot bot force-pushed the dependabot/pip/django-oauth-toolkit-2.2.0 branch 4 times, most recently from 7b2a23f to f9d258a Compare December 14, 2022 16:32
@dependabot dependabot bot force-pushed the dependabot/pip/django-oauth-toolkit-2.2.0 branch from f9d258a to eba1644 Compare January 5, 2023 08:23
@dependabot dependabot bot force-pushed the dependabot/pip/django-oauth-toolkit-2.2.0 branch 4 times, most recently from 16bb040 to 185a7c1 Compare February 22, 2023 05:35
@dependabot dependabot bot force-pushed the dependabot/pip/django-oauth-toolkit-2.2.0 branch 3 times, most recently from 8ab509a to 540cd91 Compare March 2, 2023 05:41
@dependabot dependabot bot force-pushed the dependabot/pip/django-oauth-toolkit-2.2.0 branch 4 times, most recently from 1cbe25a to ff759b7 Compare March 10, 2023 09:13
@dependabot dependabot bot force-pushed the dependabot/pip/django-oauth-toolkit-2.2.0 branch 4 times, most recently from 0276509 to f8e1d7c Compare March 20, 2023 12:18
@dependabot dependabot bot force-pushed the dependabot/pip/django-oauth-toolkit-2.2.0 branch 4 times, most recently from 9471813 to f5ec342 Compare March 28, 2023 05:48
@dependabot dependabot bot force-pushed the dependabot/pip/django-oauth-toolkit-2.2.0 branch 3 times, most recently from 7a3ef56 to b74ce19 Compare April 3, 2023 14:16
@dependabot dependabot bot force-pushed the dependabot/pip/django-oauth-toolkit-2.2.0 branch 3 times, most recently from f7cb940 to c5b0c7b Compare April 12, 2023 12:41
Bumps [django-oauth-toolkit](https://github.com/jazzband/django-oauth-toolkit) from 1.7.1 to 2.2.0.
- [Release notes](https://github.com/jazzband/django-oauth-toolkit/releases)
- [Changelog](https://github.com/jazzband/django-oauth-toolkit/blob/master/CHANGELOG.md)
- [Commits](jazzband/django-oauth-toolkit@1.7.1...2.2.0)

---
updated-dependencies:
- dependency-name: django-oauth-toolkit
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/django-oauth-toolkit-2.2.0 branch from c5b0c7b to a6a2f09 Compare April 13, 2023 11:21
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 1, 2023

Superseded by #881.

@dependabot dependabot bot closed this Jun 1, 2023
@dependabot dependabot bot deleted the dependabot/pip/django-oauth-toolkit-2.2.0 branch June 1, 2023 08:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant