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.55.2 to 0.59.0 #841

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 13, 2023

Bumps django-allauth from 0.55.2 to 0.59.0.

Changelog

Sourced from django-allauth's changelog.

0.59.0 (2023-12-13)


Note worthy changes

  • The MFA authenticator model now features "created at" an "last used "at" timestamps.

  • The MFA authenticator model is now registered with the Django admin.

  • Added MFA signals emitted when authenticators are added, removed or (in case of recovery codes) reset.

  • There is now an MFA adapter method can_delete_authenticator(authenticator) available that can be used to prevent users from deactivating e.g. their TOTP authenticator.

  • Added a new app, user sessions, allowing users to view a list of all their active sessions, as well as offering a means to end these sessions.

  • A configurable timeout (SOCIALACCOUNT_REQUESTS_TIMEOUT) is now applied to all upstream requests.

  • Added a setting ACCOUNT_EMAIL_UNKNOWN_ACCOUNTS to disable sending of emails to unknown accounts.

  • You can now override the MFA forms via the MFA_FORMS setting.

Backwards incompatible changes

  • The account adapter method should_send_confirmation_mail() signature changed. It now takes an extra signup (boolean) parameter.

  • Removed OAuth 1.0 based Bitbucket provider and LinkedIn provider.

0.58.2 (2023-11-06)


Fixes

  • Added rate limiting to the MFA login form.

0.58.1 (2023-10-29)


... (truncated)

Commits
  • 949cc44 chore: Release 0.59.0
  • 62dd283 feat(mfa): Ability to override forms via MFA_FORMS
  • 544eb45 chore(i18n): Update .po
  • 69e1818 fix(usersessions): User is not part of the unique key
  • 1b43b5e chore(socialaccount): Drop OAuth1 based LinkedIn
  • 4b5e376 feat(accounts): Allow disabling email sending to unknown addresses
  • b0ae821 fix(account): Prevent reuse of email confirmation links
  • 0c040aa fix(ci): compilemessages does not have requests installed
  • 0bb5032 feat(socialaccount): Add timeout to requests
  • 170530a feat(socialaccount): adapter.get_requests_session()
  • 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 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 dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Dec 13, 2023
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Automatic approval for minor dependency update.

@github-actions github-actions bot enabled auto-merge December 13, 2023 01:29
@dependabot dependabot bot force-pushed the dependabot/pip/django-allauth-0.59.0 branch from 3f65d3c to 2ed0661 Compare December 15, 2023 01:45
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Automatic approval for minor dependency update.

@dependabot dependabot bot force-pushed the dependabot/pip/django-allauth-0.59.0 branch from 2ed0661 to 229573d Compare December 21, 2023 01:23
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Automatic approval for minor dependency update.

@dependabot dependabot bot force-pushed the dependabot/pip/django-allauth-0.59.0 branch from 229573d to 4dbc2f7 Compare December 28, 2023 01:53
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Automatic approval for minor dependency update.

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

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/django-allauth-0.59.0 branch from 4dbc2f7 to 30dda4b Compare January 1, 2024 01:31
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Automatic approval for minor dependency update.

Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 8, 2024

Superseded by #856.

@dependabot dependabot bot closed this Jan 8, 2024
auto-merge was automatically disabled January 8, 2024 01:49

Pull request was closed

@dependabot dependabot bot deleted the dependabot/pip/django-allauth-0.59.0 branch January 8, 2024 01:49
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 python Pull requests that update Python code
Development

Successfully merging this pull request may close these issues.

0 participants