[PR #2381] [CLOSED] Bump djangorestframework-simplejwt from 4.8.0 to 5.0.0 #2540

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

📋 Pull Request Information

Original PR: https://github.com/modoboa/modoboa/pull/2381
Author: @dependabot[bot]
Created: 10/14/2021
Status: Closed

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


📝 Commits (1)

  • 5ee912e Bump djangorestframework-simplejwt from 4.8.0 to 5.0.0

📊 Changes

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

View changed files

📝 requirements.txt (+1 -1)

📄 Description

Bumps djangorestframework-simplejwt from 4.8.0 to 5.0.0.

Release notes

Sourced from djangorestframework-simplejwt's releases.

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.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)
  • updated import list in docs (#459)
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/2381 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/14/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/pip/djangorestframework-simplejwt-5.0.0` --- ### 📝 Commits (1) - [`5ee912e`](https://github.com/modoboa/modoboa/commit/5ee912e84622fede557e66865d38cc691b3a2cd4) Bump djangorestframework-simplejwt from 4.8.0 to 5.0.0 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `requirements.txt` (+1 -1) </details> ### 📄 Description Bumps [djangorestframework-simplejwt](https://github.com/jazzband/djangorestframework-simplejwt) from 4.8.0 to 5.0.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.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.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> <li>updated import list in docs (<a href="https://github-redirect.dependabot.com/jazzband/djangorestframework-simplejwt/pull/459">#459</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jazzband/djangorestframework-simplejwt/commit/1df8df9a0498e1d0899329fa2537a8dbf5e46deb"><code>1df8df9</code></a> Update CHANGELOG for v5.0.0 (<a href="https://github-redirect.dependabot.com/jazzband/djangorestframework-simplejwt/issues/476">#476</a>)</li> <li><a href="https://github.com/jazzband/djangorestframework-simplejwt/commit/43d5b2f64badbf127a00af9d5c397216b40388e5"><code>43d5b2f</code></a> Remove verify from jwt.decode() to follow PyJWT v2.2.0. (<a href="https://github-redirect.dependabot.com/jazzband/djangorestframework-simplejwt/issues/472">#472</a>)</li> <li><a href="https://github.com/jazzband/djangorestframework-simplejwt/commit/7759aa810942863fa1c3885b7bbc2d3125e5166d"><code>7759aa8</code></a> Add &quot;iat&quot; claim to token (<a href="https://github-redirect.dependabot.com/jazzband/djangorestframework-simplejwt/issues/192">#192</a>)</li> <li><a href="https://github.com/jazzband/djangorestframework-simplejwt/commit/9b062931fefc444ca9ade57dcef0e1f2c6f2311c"><code>9b06293</code></a> Add blacklist view to log out users (<a href="https://github-redirect.dependabot.com/jazzband/djangorestframework-simplejwt/issues/306">#306</a>)</li> <li><a href="https://github.com/jazzband/djangorestframework-simplejwt/commit/c9e989ec4c34b7de5d30ef09d9d8c76d333546fa"><code>c9e989e</code></a> updated import list in docs (<a href="https://github-redirect.dependabot.com/jazzband/djangorestframework-simplejwt/issues/459">#459</a>)</li> <li><a href="https://github.com/jazzband/djangorestframework-simplejwt/commit/0e98508fc9886acb8de976c8b3e0a1801567c88e"><code>0e98508</code></a> Repair generation of OpenAPI with Spectacular (<a href="https://github-redirect.dependabot.com/jazzband/djangorestframework-simplejwt/issues/452">#452</a>)</li> <li><a href="https://github.com/jazzband/djangorestframework-simplejwt/commit/d9667ddbd1f590f59e452fcfbb7c030ae47d3d46"><code>d9667dd</code></a> Set BLACKLIST_AFTER_ROTATION by default to False at docs (<a href="https://github-redirect.dependabot.com/jazzband/djangorestframework-simplejwt/issues/455">#455</a>)</li> <li>See full diff in <a href="https://github.com/jazzband/djangorestframework-simplejwt/compare/v4.8.0...v5.0.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.0.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:32 +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#2540
No description provided.