Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 1, 2025

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
  • ab70348 Tag version 3.2.3.
  • 63b5ccb Bump Python & Django versions.
  • 166aa43 Format code with ruff.
  • 098a60d use 3.13.0 and not release candidate to test against
  • cf7bb30 add Python 3.13 and Django 5.1 support + remove deprecated versions
  • 5e13488 Add missing import to tutorial (#109)
  • See full diff 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-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@3.2.2...3.2.3)

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

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 Jun 1, 2025
@coveralls
Copy link

Coverage Status

coverage: 97.888%. remained the same
when pulling d3fd2cc on dependabot/pip/django-sesame-approx-eq-3.2.3
into 02c0cf8 on master.

@nemesifier nemesifier merged commit 592f09d into master Jun 2, 2025
19 checks passed
@nemesifier nemesifier deleted the dependabot/pip/django-sesame-approx-eq-3.2.3 branch June 2, 2025 23:46
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.

3 participants