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-authtools from 1.7.0 to 2.0.0 #14

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Sep 9, 2022

Bumps django-authtools from 1.7.0 to 2.0.0.

Changelog

Sourced from django-authtools's changelog.

2.0.0 (2022-07-29)

** BREAKING **

Remove views and URLs. You can now use the ones built in to Django. Removes support for Django 1.11 and Python 2.

  • Add support for Django 2.2, 3.0, 3.1, 3.2, and 4.0.
  • Fix bug where request is not properly set on AuthenticationForm (#102)
  • Make UserAdmin compatible with Django 2.0
    • Fixes a bug where the password change link would not format correctly
    • Fixes a bug where BetterReadOnlyPasswordWidget would not work on a view only permission
  • Documentation fixes (#87, #117)
  • Set DEFAULT_AUTO_FIELD to AutoField in AuthtoolsConfig (#123)
    • Silences warning and prevents new migrations when using authtools with Django >= 3.2
  • Normalize email in User clean method and UserManager get_by_natural_key method (weslord #112)
    • Fixes a bug where email would not be normalized when creating a user in the admin
  • Migrate from TravisCI to GitHub Actions
Commits
  • 26871f8 Preparing release 2.0.0
  • 3f19ae3 Update MANIFEST.rst
  • 4af88d5 Authtools 2.0 (#110)
  • cb206e7 Merge pull request #115 from jackton1/patch-2
  • f94bd8f Fixed python2.7 test
  • 6ea614e Allow BetterReadOnlyPasswordHashWidget to work on read only perms
  • ed77dc8 Make authtools forms use BetterReadOnlyPasswordHashWidget by default
  • e791f2c Use UserChangeForm and UserCreationForm provided by Django
  • cfb4878 Merge pull request #104 from scaredcat/master
  • c6ac17c Pass request object to authenticate on reset and login form
  • 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 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)

Bumps [django-authtools](https://github.com/fusionbox/django-authtools) from 1.7.0 to 2.0.0.
- [Release notes](https://github.com/fusionbox/django-authtools/releases)
- [Changelog](https://github.com/fusionbox/django-authtools/blob/master/CHANGES.rst)
- [Commits](fusionbox/django-authtools@1.7.0...2.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 9, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Sep 9, 2022

Dependabot tried to add @uxio0 as a reviewer to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/tharsis/safe-transaction-service/pulls/14/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the tharsis/safe-transaction-service repository. // See: https://docs.github.com/rest/reference/pulls#request-reviewers-for-a-pull-request

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants