[PR #2470] [CLOSED] Bump djangorestframework-simplejwt from 4.8.0 to 5.1.0 #2569

Closed
opened 2026-02-27 12:11:41 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/modoboa/modoboa/pull/2470
Author: @dependabot[bot]
Created: 3/2/2022
Status: Closed

Base: masterHead: dependabot/pip/djangorestframework-simplejwt-5.1.0


📝 Commits (1)

  • 227d139 Bump djangorestframework-simplejwt from 4.8.0 to 5.1.0

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 requirements.txt (+1 -1)

📄 Description

⚠️ 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.


Bumps djangorestframework-simplejwt from 4.8.0 to 5.1.0.

Release notes

Sourced from djangorestframework-simplejwt's releases.

v5.1.0

Version 5.1.0

  • Add back support for PyJWT 1.7.1 (#536)
  • Make the token serializer configurable (#521)
  • Simplify using custom token classes in serializers (#517)
  • Fix default_app_config deprecation (#415)
  • Add missing integration instructions for drf-yasg (#505)
  • Add blacklist view to log out users (#306)
  • Set default verifying key to empty str (#487)
  • Add docs about TOKEN_USER_CLASS (#455)

Meta:

  • Add auto locale updater (#456)

Translations:

  • Added Korean translations (#501)
  • Added Turkish translations (#508)

v5.0.0

What's Changed

New Contributors

Full Changelog: https://github.com/jazzband/djangorestframework-simplejwt/compare/v4.8.0...v5.0.0

Changelog

Sourced from djangorestframework-simplejwt's changelog.

Version 5.1.0

  • Add back support for PyJWT 1.7.1 (#536)
  • Make the token serializer configurable (#521)
  • Simplify using custom token classes in serializers (#517)
  • Fix default_app_config deprecation (#415)
  • Add missing integration instructions for drf-yasg (#505)
  • Add blacklist view to log out users (#306)
  • Set default verifying key to empty str (#487)
  • Add docs about TOKEN_USER_CLASS (#455)

Meta:

  • Add auto locale updater (#456)

Translations:

  • Added Korean translations (#501)
  • Added Turkish translations (#508)

Version 5.0.0

Breaking

  • Set BLACKLIST_AFTER_ROTATION by default to False (#455)

Updates

  • Remove verify from jwt.decode to follow PyJWT v2.2.0 (#472)
  • Updated import list (#459)
  • Repair generation of OpenAPI with Spectacular (#452)
  • Add "iat" claim to token (#192)
  • Add blacklist view to log out users (#306)
Commits

Dependabot compatibility score

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 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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/modoboa/modoboa/pull/2470 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/2/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/pip/djangorestframework-simplejwt-5.1.0` --- ### 📝 Commits (1) - [`227d139`](https://github.com/modoboa/modoboa/commit/227d139fa9d00aaf1502048d8603635763c45cfe) Bump djangorestframework-simplejwt from 4.8.0 to 5.1.0 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `requirements.txt` (+1 -1) </details> ### 📄 Description [//]: # (dependabot-start) ⚠️ **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. --- [//]: # (dependabot-end) Bumps [djangorestframework-simplejwt](https://github.com/jazzband/djangorestframework-simplejwt) from 4.8.0 to 5.1.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jazzband/djangorestframework-simplejwt/releases">djangorestframework-simplejwt's releases</a>.</em></p> <blockquote> <h2>v5.1.0</h2> <h2>Version 5.1.0</h2> <ul> <li>Add back support for PyJWT 1.7.1 (<a href="https://github-redirect.dependabot.com/jazzband/djangorestframework-simplejwt/pull/536">#536</a>)</li> <li>Make the token serializer configurable (<a href="https://github-redirect.dependabot.com/jazzband/djangorestframework-simplejwt/pull/521">#521</a>)</li> <li>Simplify using custom token classes in serializers (<a href="https://github-redirect.dependabot.com/jazzband/djangorestframework-simplejwt/pull/517">#517</a>)</li> <li>Fix default_app_config deprecation (<a href="https://github-redirect.dependabot.com/jazzband/djangorestframework-simplejwt/pull/415">#415</a>)</li> <li>Add missing integration instructions for drf-yasg (<a href="https://github-redirect.dependabot.com/jazzband/djangorestframework-simplejwt/pull/505">#505</a>)</li> <li>Add blacklist view to log out users (<a href="https://github-redirect.dependabot.com/jazzband/djangorestframework-simplejwt/pull/306">#306</a>)</li> <li>Set default verifying key to empty str (<a href="https://github-redirect.dependabot.com/jazzband/djangorestframework-simplejwt/pull/487">#487</a>)</li> <li>Add docs about TOKEN_USER_CLASS (<a href="https://github-redirect.dependabot.com/jazzband/djangorestframework-simplejwt/pull/440">#455</a>)</li> </ul> <p>Meta:</p> <ul> <li>Add auto locale updater (<a href="https://github-redirect.dependabot.com/jazzband/djangorestframework-simplejwt/pull/456">#456</a>)</li> </ul> <p>Translations:</p> <ul> <li>Added Korean translations (<a href="https://github-redirect.dependabot.com/jazzband/djangorestframework-simplejwt/pull/501">#501</a>)</li> <li>Added Turkish translations (<a href="https://github-redirect.dependabot.com/jazzband/djangorestframework-simplejwt/pull/508">#508</a>)</li> </ul> <h2>v5.0.0</h2> <h2>What's Changed</h2> <ul> <li>Set BLACKLIST_AFTER_ROTATION by default to False by <a href="https://github.com/mohmyo"><code>@​mohmyo</code></a> in <a href="https://github-redirect.dependabot.com/jazzband/djangorestframework-simplejwt/pull/455">jazzband/djangorestframework-simplejwt#455</a></li> <li>Repair generation of OpenAPI with Spectacular by <a href="https://github.com/robrichter"><code>@​robrichter</code></a> in <a href="https://github-redirect.dependabot.com/jazzband/djangorestframework-simplejwt/pull/452">jazzband/djangorestframework-simplejwt#452</a></li> <li>updated import list by <a href="https://github.com/rajan-blackboxes"><code>@​rajan-blackboxes</code></a> in <a href="https://github-redirect.dependabot.com/jazzband/djangorestframework-simplejwt/pull/459">jazzband/djangorestframework-simplejwt#459</a></li> <li>Add blacklist view to log out users by <a href="https://github.com/hodossy"><code>@​hodossy</code></a> in <a href="https://github-redirect.dependabot.com/jazzband/djangorestframework-simplejwt/pull/306">jazzband/djangorestframework-simplejwt#306</a></li> <li>Add &quot;iat&quot; claim to token by <a href="https://github.com/mizvyt"><code>@​mizvyt</code></a> in <a href="https://github-redirect.dependabot.com/jazzband/djangorestframework-simplejwt/pull/192">jazzband/djangorestframework-simplejwt#192</a></li> <li>Remove verify from jwt.decode() to follow PyJWT v2.2.0. by <a href="https://github.com/dajiaji"><code>@​dajiaji</code></a> in <a href="https://github-redirect.dependabot.com/jazzband/djangorestframework-simplejwt/pull/472">jazzband/djangorestframework-simplejwt#472</a></li> <li>Update CHANGELOG for v4.9.0 (<a href="https://github-redirect.dependabot.com/jazzband/djangorestframework-simplejwt/issues/472">#472</a>) by <a href="https://github.com/felippem"><code>@​felippem</code></a> in <a href="https://github-redirect.dependabot.com/jazzband/djangorestframework-simplejwt/pull/476">jazzband/djangorestframework-simplejwt#476</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/mohmyo"><code>@​mohmyo</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/jazzband/djangorestframework-simplejwt/pull/455">jazzband/djangorestframework-simplejwt#455</a></li> <li><a href="https://github.com/robrichter"><code>@​robrichter</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/jazzband/djangorestframework-simplejwt/pull/452">jazzband/djangorestframework-simplejwt#452</a></li> <li><a href="https://github.com/rajan-blackboxes"><code>@​rajan-blackboxes</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/jazzband/djangorestframework-simplejwt/pull/459">jazzband/djangorestframework-simplejwt#459</a></li> <li><a href="https://github.com/hodossy"><code>@​hodossy</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/jazzband/djangorestframework-simplejwt/pull/306">jazzband/djangorestframework-simplejwt#306</a></li> <li><a href="https://github.com/mizvyt"><code>@​mizvyt</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/jazzband/djangorestframework-simplejwt/pull/192">jazzband/djangorestframework-simplejwt#192</a></li> <li><a href="https://github.com/dajiaji"><code>@​dajiaji</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/jazzband/djangorestframework-simplejwt/pull/472">jazzband/djangorestframework-simplejwt#472</a></li> <li><a href="https://github.com/felippem"><code>@​felippem</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/jazzband/djangorestframework-simplejwt/pull/476">jazzband/djangorestframework-simplejwt#476</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/jazzband/djangorestframework-simplejwt/compare/v4.8.0...v5.0.0">https://github.com/jazzband/djangorestframework-simplejwt/compare/v4.8.0...v5.0.0</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jazzband/djangorestframework-simplejwt/blob/master/CHANGELOG.md">djangorestframework-simplejwt's changelog</a>.</em></p> <blockquote> <h2>Version 5.1.0</h2> <ul> <li>Add back support for PyJWT 1.7.1 (<a href="https://github-redirect.dependabot.com/jazzband/djangorestframework-simplejwt/pull/536">#536</a>)</li> <li>Make the token serializer configurable (<a href="https://github-redirect.dependabot.com/jazzband/djangorestframework-simplejwt/pull/521">#521</a>)</li> <li>Simplify using custom token classes in serializers (<a href="https://github-redirect.dependabot.com/jazzband/djangorestframework-simplejwt/pull/517">#517</a>)</li> <li>Fix default_app_config deprecation (<a href="https://github-redirect.dependabot.com/jazzband/djangorestframework-simplejwt/pull/415">#415</a>)</li> <li>Add missing integration instructions for drf-yasg (<a href="https://github-redirect.dependabot.com/jazzband/djangorestframework-simplejwt/pull/505">#505</a>)</li> <li>Add blacklist view to log out users (<a href="https://github-redirect.dependabot.com/jazzband/djangorestframework-simplejwt/pull/306">#306</a>)</li> <li>Set default verifying key to empty str (<a href="https://github-redirect.dependabot.com/jazzband/djangorestframework-simplejwt/pull/487">#487</a>)</li> <li>Add docs about TOKEN_USER_CLASS (<a href="https://github-redirect.dependabot.com/jazzband/djangorestframework-simplejwt/pull/440">#455</a>)</li> </ul> <p>Meta:</p> <ul> <li>Add auto locale updater (<a href="https://github-redirect.dependabot.com/jazzband/djangorestframework-simplejwt/pull/456">#456</a>)</li> </ul> <p>Translations:</p> <ul> <li>Added Korean translations (<a href="https://github-redirect.dependabot.com/jazzband/djangorestframework-simplejwt/pull/501">#501</a>)</li> <li>Added Turkish translations (<a href="https://github-redirect.dependabot.com/jazzband/djangorestframework-simplejwt/pull/508">#508</a>)</li> </ul> <h2>Version 5.0.0</h2> <h4>Breaking</h4> <ul> <li>Set BLACKLIST_AFTER_ROTATION by default to False (<a href="https://github-redirect.dependabot.com/jazzband/djangorestframework-simplejwt/pull/455">#455</a>)</li> </ul> <h4>Updates</h4> <ul> <li>Remove verify from jwt.decode to follow PyJWT v2.2.0 (<a href="https://github-redirect.dependabot.com/jazzband/djangorestframework-simplejwt/pull/472">#472</a>)</li> <li>Updated import list (<a href="https://github-redirect.dependabot.com/jazzband/djangorestframework-simplejwt/pull/459">#459</a>)</li> <li>Repair generation of OpenAPI with Spectacular (<a href="https://github-redirect.dependabot.com/jazzband/djangorestframework-simplejwt/pull/452">#452</a>)</li> <li>Add &quot;iat&quot; claim to token (<a href="https://github-redirect.dependabot.com/jazzband/djangorestframework-simplejwt/pull/192">#192</a>)</li> <li>Add blacklist view to log out users (<a href="https://github-redirect.dependabot.com/jazzband/djangorestframework-simplejwt/pull/306">#306</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jazzband/djangorestframework-simplejwt/commit/72000af935da559e6d7a82ce634c454426ee4730"><code>72000af</code></a> Update locale files (<a href="https://github-redirect.dependabot.com/jazzband/djangorestframework-simplejwt/issues/542">#542</a>)</li> <li><a href="https://github.com/jazzband/djangorestframework-simplejwt/commit/06a55ce5f8571151e5d9e3f757d8e55ee45c288d"><code>06a55ce</code></a> Fix release locale checker (<a href="https://github-redirect.dependabot.com/jazzband/djangorestframework-simplejwt/issues/541">#541</a>)</li> <li><a href="https://github.com/jazzband/djangorestframework-simplejwt/commit/304819ccf0300a41302a92e19864afaa77e476a1"><code>304819c</code></a> Setup initial PyJWT 1.7.1 support (<a href="https://github-redirect.dependabot.com/jazzband/djangorestframework-simplejwt/issues/536">#536</a>)</li> <li><a href="https://github.com/jazzband/djangorestframework-simplejwt/commit/09d659968c873eae7fc3c5ddaa1e91241fa9d0a8"><code>09d6599</code></a> fix small typo (<a href="https://github-redirect.dependabot.com/jazzband/djangorestframework-simplejwt/issues/540">#540</a>)</li> <li><a href="https://github.com/jazzband/djangorestframework-simplejwt/commit/fdc79239f2906fcc086d738201a541ba580b74ec"><code>fdc7923</code></a> Open PR on i18n (<a href="https://github-redirect.dependabot.com/jazzband/djangorestframework-simplejwt/issues/539">#539</a>)</li> <li><a href="https://github.com/jazzband/djangorestframework-simplejwt/commit/483d9b88e182a051b1e2c014478328a408517eeb"><code>483d9b8</code></a> Fix i18n CI (<a href="https://github-redirect.dependabot.com/jazzband/djangorestframework-simplejwt/issues/538">#538</a>)</li> <li><a href="https://github.com/jazzband/djangorestframework-simplejwt/commit/d51841e90f072a2e57d34cbb0f22d91377c33c62"><code>d51841e</code></a> Update CHANGELOG.md for v5.1.0 (<a href="https://github-redirect.dependabot.com/jazzband/djangorestframework-simplejwt/issues/527">#527</a>)</li> <li><a href="https://github.com/jazzband/djangorestframework-simplejwt/commit/6587c2a1f2761f5e7cede25de5e722864fa47ce5"><code>6587c2a</code></a> Add locale checker to CI (<a href="https://github-redirect.dependabot.com/jazzband/djangorestframework-simplejwt/issues/456">#456</a>)</li> <li><a href="https://github.com/jazzband/djangorestframework-simplejwt/commit/1ea72de4e276afbb61b2cd83b32d352c8ca6fb8d"><code>1ea72de</code></a> Consider leeway when checking expiry (<a href="https://github-redirect.dependabot.com/jazzband/djangorestframework-simplejwt/issues/458">#458</a>)</li> <li><a href="https://github.com/jazzband/djangorestframework-simplejwt/commit/1f3e73d103d8b41e81aa4eccba1844312fa09345"><code>1f3e73d</code></a> Maintain compatibility with serializer_class overrides (<a href="https://github-redirect.dependabot.com/jazzband/djangorestframework-simplejwt/issues/530">#530</a>)</li> <li>Additional commits viewable in <a href="https://github.com/jazzband/djangorestframework-simplejwt/compare/v4.8.0...v5.1.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=djangorestframework-simplejwt&package-manager=pip&previous-version=4.8.0&new-version=5.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 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) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 12:11:41 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/modoboa-modoboa#2569
No description provided.