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-passwordreset requirement from <1.5,>=1.1 to >=1.1,<1.6 #196

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 6, 2024

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


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

Release notes

Sourced from django-rest-passwordreset's releases.

1.5.0

What's Changed

Full Changelog: anexia-it/django-rest-passwordreset@1.4.2...1.5.0

Changelog

Sourced from django-rest-passwordreset's changelog.

[1.5.0]

  • Added Python 3.13 support
  • Added Django 5.1 support
  • Added Django Rest Framework 3.15 support
  • Removed Python 3.8 support
  • Removed Django 3.2 support
  • Removed Django Rest Framework 3.14 support

[1.4.2]

Fixed

  • X-Forwarded-For containing multiple IPs does not respect inet data type (#191)

[1.4.1]

Fixed

  • Fix the reset_password_token_created signal to be fired even when no token have been created. (#188)

[1.4.0]

Added

  • pre_password_reset and post_password_reset signals now provide `reset_password_token
  • Add translations to Brazilian Portuguese
  • Possibility to return the username and email address when validating a token
  • Generating and clearing tokens programmatically
  • Support for Python 3.11, 3.12
  • Support for Django 4.2, 5.0
  • Support for DRF 3.14

Changed

  • Increase max_length of user_agent to 512
  • Dropped support for Django 4.0, 4.1
  • Dropped support for DRF 3.12, 3.13
  • Dropped support for Python 3.7

[1.3.0]

Added

  • Support for Python 3.10
  • Support for Django 3.2, 4.0, 4.1
  • Support for DRF 3.12, 3.13

Changed

  • Dropped support for Python 3.5, 3.6
  • Dropped support Django 2.2, 3.0, 3.1
  • Dropped support form DRF 3.11, 3.12

[1.2.1]

Fixed

... (truncated)

Commits
  • 553c555 Merge pull request #196 from nezhar/update_support
  • 106bc39 Update actions workflows for postgresql tests
  • 79118b6 Merge pull request #198 from anexia-it/SIANXKE-410_userUUID
  • b68009c Merge pull request #197 from anexia-it/SIANXKE-406_updatePythonDjango
  • b3eb207 test cases for issue #99 (UUID as user model primary key field)
  • 9a091e6 SIANXKE-406: Update supported version of language and frameworks
  • b88efa9 Merge pull request #195 from nezhar/update_changelog
  • 2763f6d Update changelog for 1.4.2 release
  • 81052dd Merge pull request #191 from ahivert/fix-178
  • 14081a5 Fixes setting name for http user agent in readme
  • 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-passwordreset](https://github.com/anexia-it/django-rest-passwordreset) to permit the latest version.
- [Release notes](https://github.com/anexia-it/django-rest-passwordreset/releases)
- [Changelog](https://github.com/anexia-it/django-rest-passwordreset/blob/master/CHANGELOG.md)
- [Commits](anexia-it/django-rest-passwordreset@1.1.0...1.5.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 6, 2024
Copy link

codecov bot commented Nov 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.94%. Comparing base (b9f18e8) to head (8cd7bad).
Report is 4 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #196   +/-   ##
=======================================
  Coverage   89.94%   89.94%           
=======================================
  Files          49       49           
  Lines         716      716           
=======================================
  Hits          644      644           
  Misses         72       72           

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

@nezhar nezhar merged commit c0b9b6b into master Nov 12, 2024
12 checks passed
@dependabot dependabot bot deleted the dependabot/pip/django-rest-passwordreset-gte-1.1-and-lt-1.6 branch November 12, 2024 18:41
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