Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 7, 2025

This PR contains the following updates:

Package Change Age Confidence
djangorestframework-simplejwt ==5.3.1==5.5.1 age confidence

Release Notes

jazzband/djangorestframework-simplejwt (djangorestframework-simplejwt)

v5.5.1

Compare Source

Missing Migration for rest_framework_simplejwt.token_blacklist app. A previously missing migration (0013_blacklist) has now been added. This issue arose because the migration file was mistakenly not generated earlier. This migration was never part of an official release, but users following the latest master branch may have encountered it.

Notes for Users
If you previously ran makemigrations in production and have a 0013_blacklist migration in your django_migrations table, follow these steps before upgrading:

  1. Roll back to the last known migration:
python manage.py migrate rest_framework_simplejwt.token_blacklist 0012
  1. Upgrade djangorestframework-simplejwt to the latest version.
  2. Apply the migrations correctly:
python manage.py migrate

Important: If other migrations depend on 0013_blacklist, be cautious when removing it. You may need to adjust or regenerate dependent migrations to ensure database integrity.

v5.5.0

Compare Source

v5.4.0

Compare Source

  • Changed string formatting in views by @​Egor-oop in #​750
  • Enhance BlacklistMixin with Generic Type for Accurate Type Inference by @​Dresdn in #​768
  • Improve type of Token.for_user to allow subclasses by @​sterliakov in #​776
  • Fix the Null value of the OutstandingToken of the BlacklistMixin.blacklist by @​JaeHyuckSa in #​806
  • Fix: Disable refresh token for inactive user. by @​ajay09 in #​814
  • Add option to allow inactive user authentication and token generation by @​zxkeyy in #​834
  • Drop Django <4.2, DRF <3.14, Python <3.9 by @​Andrew-Chen-Wang in #​839
    • Note, many deprecated versions are only officially not supported but probably still work fine.
  • Add support for EdDSA and other algorithms in jwt.algorithms.requires_cryptography (#​822) #​823

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the renovate label Jan 7, 2025
@renovate renovate bot changed the title chore(deps): update dependency djangorestframework-simplejwt to v5.4.0 chore(deps): update dependency djangorestframework-simplejwt to v5.5.0 Feb 26, 2025
@renovate renovate bot force-pushed the renovate/djangorestframework-simplejwt-5.x branch from 2c601b3 to d6b523a Compare February 26, 2025 23:07
@renovate renovate bot force-pushed the renovate/djangorestframework-simplejwt-5.x branch from d6b523a to 45b1583 Compare July 21, 2025 22:43
@renovate renovate bot changed the title chore(deps): update dependency djangorestframework-simplejwt to v5.5.0 chore(deps): update dependency djangorestframework-simplejwt to v5.5.1 Jul 21, 2025
@renovate renovate bot force-pushed the renovate/djangorestframework-simplejwt-5.x branch from 45b1583 to b001da8 Compare August 10, 2025 13:41
@renovate renovate bot force-pushed the renovate/djangorestframework-simplejwt-5.x branch from b001da8 to a96702f Compare December 15, 2025 17:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant