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

[deps] Update django-sesame requirement from ~=2.4.0 to ~=3.2.2 #398

Merged
merged 1 commit into from
Aug 20, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 1, 2024

Updates the requirements on django-sesame to permit the latest version.

Changelog

Sourced from django-sesame's changelog.

Changelog

3.2

July 30th, 2023

  • Added support for invalidating tokens on email change with the :data:SESAME_INVALIDATE_ON_EMAIL_CHANGE setting.
  • Supported overriding settings for testing.

3.1

July 28th, 2022

  • Added the ability to select which field is used as a primary key in tokens with the :data:SESAME_PRIMARY_KEY_FIELD setting.
  • Supported the SECRET_KEY_FALLBACKS setting introduced in Django 4.1.

3.0

July 11th, 2022

.. admonition:: Version 3.0 introduces a new documentation. :class: important

Notably, a :ref:`tutorial <Tutorial>` and an :ref:`API reference` were
added.

.. admonition:: Enforced update_last_login as a keyword-only argument in :func:~sesame.utils.get_user. :class: warning

``update_last_login`` was documented as a keyword argument. However, it
could also be the first positional argument. If you were doing this, you
will hit an exception.

Also:

  • Added :func:~sesame.decorators.authenticate to authenticate users.
  • Added :class:~sesame.views.LoginView to log users in.
  • Added compatibility with Django ≥ 4.0.

2.4

May 5th, 2021

... (truncated)

Commits
  • 349b172 Tag version 3.2.2
  • 228dd83 Remove old versionadded/changed notes from docs.
  • 1f5cd0e Drop compatibility with Django < 3.2.
  • 65907a5 Switch to ruff for linting.
  • 57e0aa5 Add Django 5.0 support
  • ffa19dc Added build section to RTD config file.
  • db439f2 Merge branch '3.2.x'
  • f004f3f Tag version 3.2.1.
  • 6923835 skip User.EMAIL_FIELD check if not invalidating on email change
  • 1b15015 fix SESAME_INVALIDATE_ON_EMAIL_CHANGE link in docs
  • 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 1, 2024
@dependabot dependabot bot force-pushed the dependabot/pip/django-sesame-approx-eq-3.2.2 branch from a91bce8 to f668768 Compare August 9, 2024 13:13
@coveralls
Copy link

coveralls commented Aug 9, 2024

Coverage Status

coverage: 97.784%. remained the same
when pulling 2e03832 on dependabot/pip/django-sesame-approx-eq-3.2.2
into 279f7b7 on master.

@pandafy
Copy link
Member

pandafy commented Aug 19, 2024

@dependabot rebase

Updates the requirements on [django-sesame](https://github.com/aaugustin/django-sesame) to permit the latest version.
- [Changelog](https://github.com/aaugustin/django-sesame/blob/main/docs/changelog.rst)
- [Commits](aaugustin/django-sesame@2.4...3.2.2)

---
updated-dependencies:
- dependency-name: django-sesame
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/django-sesame-approx-eq-3.2.2 branch from f668768 to 2e03832 Compare August 19, 2024 18:46
@nemesifier nemesifier merged commit d4d90b6 into master Aug 20, 2024
13 checks passed
@nemesifier nemesifier deleted the dependabot/pip/django-sesame-approx-eq-3.2.2 branch August 20, 2024 18:04
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.

3 participants