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

Update django-rest-registration requirement from <0.8,>=0.5.3 to >=0.8.3,<0.9 #163

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 28, 2024

Updates the requirements on django-rest-registration to permit the latest version.

Release notes

Sourced from django-rest-registration's releases.

v0.8.3

Changes:

  • Use UserAttrsProxy as last resort in build_initial_user (#259)
  • Add verification settings to test_ok_with_user_with_relations
  • Fix typo (#268)
  • Add document for settings of LOGIN_RETRIEVE_TOKEN
  • Set user_activated sender to VerifyRegistrationView
  • Add 'USER_LOGIN_FIELDS_UNIQUE_CHECK_ENABLED' setting (#208)
Changelog

Sourced from django-rest-registration's changelog.

v0.8.3

  • Use UserAttrsProxy as last resort in build_initial_user (#259)
  • Add verification settings to test_ok_with_user_with_relations
  • Fix typo (#268)
  • Add document for settings of LOGIN_RETRIEVE_TOKEN
  • Set user_activated sender to VerifyRegistrationView
  • Add 'USER_LOGIN_FIELDS_UNIQUE_CHECK_ENABLED' setting (#208)

v0.8.2

  • Add translation for DE

v0.8.1

  • Override get_serializer_class in VerifyRegistrationView (#215)

v0.8.0

  • Add CHANGELOG.md
  • Remove deprecated code in version 0.6 (#114)
  • Add ID translations
  • Correct FR translation
  • Remove unused api_view_serializer_class* decorators
  • Rewrite views as APIView classes (#55)

Version 0.7

v0.7.3

  • Use user backend field when available (#196)

v0.7.2

  • Add REGISTER_FLOW_ENABLED setting (#186)

v0.7.1

  • Make email sending replaceable (#183)
  • Drop Django 1.x support from requirements

v0.7.0

... (truncated)

Commits
  • 81ec9bd Bump version: 0.8.2 → 0.8.3
  • 67839a4 Bump django from 4.2.3 to 4.2.7 in /requirements
  • f6cec0a Use UserAttrsProxy as last resort in build_initial_user (#259)
  • 334f1ba Bump @​babel/traverse in /examples/sharedlinks/sharedlinks-webapp
  • 371c606 Bump urllib3 in /examples/sharedlinks/sharedlinks-backend
  • 0f1b2f3 Bump urllib3 from 2.0.6 to 2.0.7 in /requirements
  • ea06599 Bump semver in /examples/sharedlinks/sharedlinks-webapp
  • 32a2737 Bump urllib3 in /examples/sharedlinks/sharedlinks-backend
  • 05d5f42 Bump urllib3 from 2.0.4 to 2.0.6 in /requirements
  • bd2fa9c Add verification settings to test_ok_with_user_with_relations
  • Additional commits viewable in compare view

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)

Updates the requirements on [django-rest-registration](https://github.com/apragacz/django-rest-registration) to permit the latest version.
- [Release notes](https://github.com/apragacz/django-rest-registration/releases)
- [Changelog](https://github.com/apragacz/django-rest-registration/blob/master/CHANGELOG.md)
- [Commits](apragacz/django-rest-registration@0.5.3...v0.8.3)

---
updated-dependencies:
- dependency-name: django-rest-registration
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 28, 2024
Copy link

codecov bot commented Jun 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.90%. Comparing base (0267d19) to head (f4e7a46).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #163   +/-   ##
=======================================
  Coverage   89.90%   89.90%           
=======================================
  Files          49       49           
  Lines         713      713           
=======================================
  Hits          641      641           
  Misses         72       72           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@nezhar nezhar merged commit ca645b8 into master Jul 13, 2024
10 checks passed
@dependabot dependabot bot deleted the dependabot/pip/django-rest-registration-gte-0.8.3-and-lt-0.9 branch July 13, 2024 13: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