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.9,>=0.8.3 to >=0.8.3,<0.10 #180

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 2, 2024

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

Release notes

Sourced from django-rest-registration's releases.

v0.9.0

Changes:

  • Drop official Python 3.5, 3.6 support
  • Add CI requirements lockfile
  • Use GNU Make target convention (dashes instead of underscores)
  • Migrate remaining tests to pytest
Changelog

Sourced from django-rest-registration's changelog.

v0.9.0

  • Drop official Python 3.5, 3.6 support
  • Add CI requirements lockfile
  • Use GNU Make target convention (dashes instead of underscores)
  • Migrate remaining tests to pytest

Version 0.8

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)

... (truncated)

Commits
  • ce00591 Bump version: 0.8.3 → 0.9.0
  • a32a0b8 Drop official Py 3.6 support
  • 7c677bf Migrate remaining tests to pytest
  • b0b14ac Fix typos in Makefile
  • 770db98 Use GNU Make target convention (dashes instead of underscores)
  • dc1ed8b Add CI requirements lockfile
  • b65bb74 Bump micromatch
  • 781bca0 Bump webpack
  • 2b77b4a Update test/dev requirements
  • 6df6a4e Bump zipp in /requirements in the pip group across 1 directory
  • 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@v0.8.3...v0.9.0)

---
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 Sep 2, 2024
Copy link

codecov bot commented Sep 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.90%. Comparing base (f8da71d) to head (9c676c7).
Report is 10 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #180   +/-   ##
=======================================
  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 720c0d0 into master Sep 10, 2024
12 checks passed
@dependabot dependabot bot deleted the dependabot/pip/django-rest-registration-gte-0.8.3-and-lt-0.10 branch September 10, 2024 21:48
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