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-allauth from 0.51.0 to 0.57.0 #1435

Closed
wants to merge 2 commits into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 25, 2023

Bumps django-allauth from 0.51.0 to 0.57.0.

Changelog

Sourced from django-allauth's changelog.

0.57.0 (2023-09-24)


Note worthy changes

  • Added Django password validation help text to password1 on set/change/signup forms.

  • Microsoft: the tenant parameter can now be configured per app.

  • SAML: Added support for additional configuration parameters, such as contacts, and support for certificate rotation.

  • The enumeration prevention behavior at signup is now configurable. Whether or not enumeration can be prevented during signup depends on the email verification method. In case of mandatory verification, enumeration can be properly prevented because the case where an email address is already taken is indistinguishable from the case where it is not. However, in case of optional or disabled email verification, enumeration can only be prevented by allowing the signup to go through, resulting in multiple accounts sharing same email address (although only one of the accounts can ever have it verified). When enumeration is set to True, email address uniqueness takes precedence over enumeration prevention, and the issue of multiple accounts having the same email address will be avoided, thus leaking information. Set it to "strict" to allow for signups to go through.

Fixes

  • Fixed ?next= URL handling in the SAML provider.

  • During 2FA, pending logins were incorrectly removed when e.g. Django was asked to serve a /favicon.ico URL.

0.56.1 (2023-09-08)


Security notice

  • ImmediateHttpResponse exceptions were not handled properly when raised inside adapter.pre_login(). If you relied on aborting the login using this mechanism, that would not work. Most notably, django-allauth-2fa uses this approach, resulting in 2FA not being triggered.

0.56.0 (2023-09-07)

... (truncated)

Commits
  • 701ef63 chore: Release 0.57.0
  • abb7383 tests: Undo coverage config change
  • 611360d tests: Small coverage related improvements
  • 72e2718 feat(account): Strict enumeration prevention vs add email
  • ddadb93 feat(account): Added prefilling of email field in signup form
  • f98c9a3 fix(socialaccount): Yank dupe email during auto signup failure
  • aaa0b67 docs(openid): refactor structures
  • 3851449 fix(socialaccount): Handle UUID user.pk
  • be779df fix(socialaccount): Fetch settings from main provider
  • 24049ad fix(openid): Populate provider ID
  • 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 will merge this PR once CI passes on it, as requested by @DonnieBLT.


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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 25, 2023
github-actions[bot]
github-actions bot previously approved these changes Sep 25, 2023
DonnieBLT
DonnieBLT previously approved these changes Sep 25, 2023
Copy link
Collaborator

@DonnieBLT DonnieBLT left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 25, 2023

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

@dependabot dependabot bot dismissed stale reviews from DonnieBLT and github-actions[bot] via 5a44a77 September 26, 2023 00:40
@dependabot dependabot bot force-pushed the dependabot/pip/django-allauth-0.57.0 branch from f9ef747 to 5a44a77 Compare September 26, 2023 00:40
github-actions[bot]
github-actions bot previously approved these changes Sep 26, 2023
DonnieBLT
DonnieBLT previously approved these changes Sep 26, 2023
Copy link
Collaborator

@DonnieBLT DonnieBLT left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@dependabot dependabot bot dismissed stale reviews from DonnieBLT and github-actions[bot] via 30db84b September 27, 2023 00:51
@dependabot dependabot bot force-pushed the dependabot/pip/django-allauth-0.57.0 branch from 5a44a77 to 30db84b Compare September 27, 2023 00:51
github-actions[bot]
github-actions bot previously approved these changes Sep 27, 2023
DonnieBLT
DonnieBLT previously approved these changes Sep 27, 2023
Copy link
Collaborator

@DonnieBLT DonnieBLT left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@dependabot dependabot bot dismissed stale reviews from DonnieBLT and github-actions[bot] via cbe76a6 September 29, 2023 00:44
@dependabot dependabot bot force-pushed the dependabot/pip/django-allauth-0.57.0 branch from 30db84b to cbe76a6 Compare September 29, 2023 00:44
github-actions[bot]
github-actions bot previously approved these changes Sep 29, 2023
DonnieBLT
DonnieBLT previously approved these changes Sep 29, 2023
Copy link
Collaborator

@DonnieBLT DonnieBLT left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@dependabot dependabot bot dismissed stale reviews from DonnieBLT and github-actions[bot] via dfbcfab September 29, 2023 00:54
@dependabot dependabot bot force-pushed the dependabot/pip/django-allauth-0.57.0 branch from cbe76a6 to dfbcfab Compare September 29, 2023 00:54
github-actions[bot]
github-actions bot previously approved these changes Sep 29, 2023
DonnieBLT
DonnieBLT previously approved these changes Sep 29, 2023
Copy link
Collaborator

@DonnieBLT DonnieBLT left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@dependabot dependabot bot dismissed stale reviews from DonnieBLT and github-actions[bot] via 0e425c8 October 2, 2023 00:50
@dependabot dependabot bot force-pushed the dependabot/pip/django-allauth-0.57.0 branch from dfbcfab to 0e425c8 Compare October 2, 2023 00:50
github-actions[bot]
github-actions bot previously approved these changes Oct 2, 2023
DonnieBLT
DonnieBLT previously approved these changes Oct 2, 2023
Copy link
Collaborator

@DonnieBLT DonnieBLT left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@dependabot dependabot bot force-pushed the dependabot/pip/django-allauth-0.57.0 branch from dccf0e9 to 45e1441 Compare October 16, 2023 01:15
github-actions[bot]
github-actions bot previously approved these changes Oct 16, 2023
DonnieBLT
DonnieBLT previously approved these changes Oct 16, 2023
Copy link
Collaborator

@DonnieBLT DonnieBLT left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@dependabot dependabot bot dismissed stale reviews from DonnieBLT and github-actions[bot] via 5d1f0d5 October 17, 2023 20:21
@dependabot dependabot bot force-pushed the dependabot/pip/django-allauth-0.57.0 branch from 45e1441 to 5d1f0d5 Compare October 17, 2023 20:21
github-actions[bot]
github-actions bot previously approved these changes Oct 17, 2023
DonnieBLT
DonnieBLT previously approved these changes Oct 17, 2023
Copy link
Collaborator

@DonnieBLT DonnieBLT left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@dependabot dependabot bot dismissed stale reviews from DonnieBLT and github-actions[bot] via fc5edb8 October 17, 2023 20:39
@dependabot dependabot bot force-pushed the dependabot/pip/django-allauth-0.57.0 branch from 5d1f0d5 to fc5edb8 Compare October 17, 2023 20:39
Copy link
Collaborator

@DonnieBLT DonnieBLT left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@DonnieBLT
Copy link
Collaborator

@dependabot recreate

Bumps [django-allauth](https://github.com/pennersr/django-allauth) from 0.51.0 to 0.57.0.
- [Changelog](https://github.com/pennersr/django-allauth/blob/main/ChangeLog.rst)
- [Commits](pennersr/django-allauth@0.51.0...0.57.0)

---
updated-dependencies:
- dependency-name: django-allauth
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/django-allauth-0.57.0 branch from fc5edb8 to 7643fc4 Compare October 24, 2023 15:51
github-actions[bot]
github-actions bot previously approved these changes Oct 24, 2023
Copy link
Collaborator

@DonnieBLT DonnieBLT left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

DonnieBLT
DonnieBLT previously approved these changes Oct 24, 2023
Copy link
Collaborator

@DonnieBLT DonnieBLT left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@DonnieBLT DonnieBLT dismissed stale reviews from github-actions[bot] and themself via c961cd7 October 24, 2023 16:02
@DonnieBLT DonnieBLT enabled auto-merge (squash) October 24, 2023 16:02
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 27, 2023

A newer version of django-allauth exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

@DonnieBLT DonnieBLT closed this Oct 28, 2023
auto-merge was automatically disabled October 28, 2023 16:23

Pull request was closed

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 28, 2023

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/pip/django-allauth-0.57.0 branch October 28, 2023 16:23
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.

1 participant