[PR #2291] [CLOSED] Bump djangorestframework-simplejwt from 4.4.0 to 4.7.1 #2503

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

📋 Pull Request Information

Original PR: https://github.com/modoboa/modoboa/pull/2291
Author: @dependabot[bot]
Created: 6/27/2021
Status: Closed

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


📝 Commits (1)

  • 14a424a Bump djangorestframework-simplejwt from 4.4.0 to 4.7.1

📊 Changes

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

View changed files

📝 requirements.txt (+1 -1)

📄 Description

Bumps djangorestframework-simplejwt from 4.4.0 to 4.7.1.

Changelog

Sourced from djangorestframework-simplejwt's changelog.

Version 4.7.1

  • Fixed user-generated migration file bug in token_blacklist (#410)

Version 4.7.0

  • Added support for Django 3.2 and drop Django 3.0 (#404)
  • Added Italian translations (#342)
  • Fixed DRF app registry bug, specifically django.core.exceptions.AppRegistryNotReady (#331)
  • Fixed support for PyJWT>=2.0.0 (#376)
  • Migrated blacklist app models to use BigAutoField IDs for Django>=3.2. (#404)

Version 4.6

  • Added support for PyJWT>=2.0.0 (#329)
  • Restored Python 3.7 support (#332)
  • Added Indonesian translations (#316)
  • Fixed Django 4.0 re_path deprecation (#280)

Version 4.5

  • Added AUTH_HEADER_NAME to settings (#309)
  • Added USER_AUTHENTICATION_RULE to settings (#279)
  • Added UPDATE_LAST_LOGIN to settings (#238)
  • Fixed packaging of locale folder for installation (#117)
  • Allowed TokenUser to be configurable (#172)
  • Dropped Python 3.7 and below (restored Python 3.7 but not 3.6 in next version)
  • Improved error message if cryptography isn't installed when developer tries to use a certain algorithm that needs the package (#285)
  • Fixed Django 4.0 ugettext_lazy deprecation warnings (#186)
  • Remove upper bound of Python version (#225)
  • Added DRF 3.11 support (#230)

Translations:

  • Added French translations (#314)
  • Added Spanish translations (#294)
  • Added Argentinian Spanish translations (#244)
  • Added Persian translations (#220)
  • Added German translations (#198)
  • Added Czech translations (#188)
  • Added Polish translations (#166)
  • Fixed incorrect language encoding from de_CH to es_CL (#299)

Version 4.4

  • Added official support for Python 3.8 and Django 3.0.
  • Added settings for expected audience and issuer claims.
  • Documentation updates.

... (truncated)

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/2291 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/27/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/pip/djangorestframework-simplejwt-4.7.1` --- ### 📝 Commits (1) - [`14a424a`](https://github.com/modoboa/modoboa/commit/14a424a0bea61da5115e6a27f84281ef4ea0d1c5) Bump djangorestframework-simplejwt from 4.4.0 to 4.7.1 ### 📊 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.4.0 to 4.7.1. <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 4.7.1</h2> <ul> <li>Fixed user-generated migration file bug in token_blacklist (<a href="(https://github-redirect.dependabot.com/jazzband/django-rest-framework-simplejwt/pull/411)">#410</a>)</li> </ul> <h2>Version 4.7.0</h2> <ul> <li>Added support for Django 3.2 and drop Django 3.0 (<a href="https://github-redirect.dependabot.com/jazzband/django-rest-framework-simplejwt/pull/404">#404</a>)</li> <li>Added Italian translations (<a href="https://github-redirect.dependabot.com/jazzband/django-rest-framework-simplejwt/pull/342">#342</a>)</li> <li>Fixed DRF app registry bug, specifically <code>django.core.exceptions.AppRegistryNotReady</code> (<a href="https://github-redirect.dependabot.com/jazzband/django-rest-framework-simplejwt/pull/331">#331</a>)</li> <li>Fixed support for PyJWT&gt;=2.0.0 (<a href="https://github-redirect.dependabot.com/jazzband/django-rest-framework-simplejwt/pull/376">#376</a>)</li> <li>Migrated blacklist app models to use BigAutoField IDs for Django&gt;=3.2. (<a href="https://github-redirect.dependabot.com/jazzband/django-rest-framework-simplejwt/pull/404">#404</a>)</li> </ul> <h2>Version 4.6</h2> <ul> <li>Added support for PyJWT&gt;=2.0.0 (<a href="https://github-redirect.dependabot.com/jazzband/django-rest-framework-simplejwt/pull/329">#329</a>)</li> <li>Restored Python 3.7 support (<a href="https://github-redirect.dependabot.com/jazzband/django-rest-framework-simplejwt/pull/332">#332</a>)</li> <li>Added Indonesian translations (<a href="https://github-redirect.dependabot.com/jazzband/django-rest-framework-simplejwt/pull/316">#316</a>)</li> <li>Fixed Django 4.0 re_path deprecation (<a href="https://github-redirect.dependabot.com/jazzband/django-rest-framework-simplejwt/pull/280">#280</a>)</li> </ul> <h2>Version 4.5</h2> <ul> <li>Added <code>AUTH_HEADER_NAME</code> to settings (<a href="https://github-redirect.dependabot.com/jazzband/django-rest-framework-simplejwt/pull/309">#309</a>)</li> <li>Added <code>USER_AUTHENTICATION_RULE</code> to settings (<a href="https://github-redirect.dependabot.com/jazzband/django-rest-framework-simplejwt/pull/279">#279</a>)</li> <li>Added <code>UPDATE_LAST_LOGIN</code> to settings (<a href="https://github-redirect.dependabot.com/jazzband/django-rest-framework-simplejwt/pull/238">#238</a>)</li> <li>Fixed packaging of locale folder for installation (<a href="https://github-redirect.dependabot.com/jazzband/django-rest-framework-simplejwt/pull/117">#117</a>)</li> <li>Allowed TokenUser to be configurable (<a href="https://github-redirect.dependabot.com/jazzband/django-rest-framework-simplejwt/pull/172">#172</a>)</li> <li>Dropped Python 3.7 and below (restored Python 3.7 but not 3.6 in next version)</li> <li>Improved error message if cryptography isn't installed when developer tries to use a certain algorithm that needs the package (<a href="https://github-redirect.dependabot.com/jazzband/django-rest-framework-simplejwt/pull/285">#285</a>)</li> <li>Fixed Django 4.0 ugettext_lazy deprecation warnings (<a href="https://github-redirect.dependabot.com/jazzband/django-rest-framework-simplejwt/pull/186">#186</a>)</li> <li>Remove upper bound of Python version (<a href="https://github-redirect.dependabot.com/jazzband/django-rest-framework-simplejwt/pull/225">#225</a>)</li> <li>Added DRF 3.11 support (<a href="https://github-redirect.dependabot.com/jazzband/django-rest-framework-simplejwt/pull/230">#230</a>)</li> </ul> <p>Translations:</p> <ul> <li>Added French translations (<a href="https://github-redirect.dependabot.com/jazzband/django-rest-framework-simplejwt/pull/314">#314</a>)</li> <li>Added Spanish translations (<a href="https://github-redirect.dependabot.com/jazzband/django-rest-framework-simplejwt/pull/294">#294</a>)</li> <li>Added Argentinian Spanish translations (<a href="https://github-redirect.dependabot.com/jazzband/django-rest-framework-simplejwt/pull/244">#244</a>)</li> <li>Added Persian translations (<a href="https://github-redirect.dependabot.com/jazzband/django-rest-framework-simplejwt/pull/220">#220</a>)</li> <li>Added German translations (<a href="https://github-redirect.dependabot.com/jazzband/django-rest-framework-simplejwt/pull/198">#198</a>)</li> <li>Added Czech translations (<a href="https://github-redirect.dependabot.com/jazzband/django-rest-framework-simplejwt/pull/188">#188</a>)</li> <li>Added Polish translations (<a href="https://github-redirect.dependabot.com/jazzband/django-rest-framework-simplejwt/pull/166">#166</a>)</li> <li>Fixed incorrect language encoding from de_CH to es_CL (<a href="https://github-redirect.dependabot.com/jazzband/django-rest-framework-simplejwt/pull/299">#299</a>)</li> </ul> <h2>Version 4.4</h2> <ul> <li>Added official support for Python 3.8 and Django 3.0.</li> <li>Added settings for expected audience and issuer claims.</li> <li>Documentation updates.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jazzband/djangorestframework-simplejwt/commit/c890b70044551e0b792ac86af355d76e383aa580"><code>c890b70</code></a> Fix migrate to bigautofield (<a href="https://github-redirect.dependabot.com/jazzband/djangorestframework-simplejwt/issues/411">#411</a>)</li> <li><a href="https://github.com/jazzband/djangorestframework-simplejwt/commit/c775d293d172ac06a412cf70b20741307221685e"><code>c775d29</code></a> Update CHANGELOG with changes (<a href="https://github-redirect.dependabot.com/jazzband/djangorestframework-simplejwt/issues/407">#407</a>)</li> <li><a href="https://github.com/jazzband/djangorestframework-simplejwt/commit/63445a185f1b3deb2ebdbcf550e93f0e51d05c22"><code>63445a1</code></a> Update repo URL [ci skip] (<a href="https://github-redirect.dependabot.com/jazzband/djangorestframework-simplejwt/issues/406">#406</a>)</li> <li><a href="https://github.com/jazzband/djangorestframework-simplejwt/commit/bd17e0d110a65970339f64f63d4c4d8c4cbcd718"><code>bd17e0d</code></a> Add contributing guideline.</li> <li><a href="https://github.com/jazzband/djangorestframework-simplejwt/commit/54c9663935d51da553a5e685a5e9f9822938705c"><code>54c9663</code></a> Update URLs. Refs <a href="https://github-redirect.dependabot.com/jazzband/djangorestframework-simplejwt/issues/382">#382</a>.</li> <li><a href="https://github.com/jazzband/djangorestframework-simplejwt/commit/2591942e9cf28f5bd43505663021add861b8d3cc"><code>2591942</code></a> Fix name in release workflow.</li> <li><a href="https://github.com/jazzband/djangorestframework-simplejwt/commit/0b31abbfa3bc41dcd106ff0c1e063e51874f1c72"><code>0b31abb</code></a> Update name in docs config.</li> <li><a href="https://github.com/jazzband/djangorestframework-simplejwt/commit/927ee5e5e226b86b1fc68b6a3ab20f8af24c4e2a"><code>927ee5e</code></a> Fix name of package.</li> <li><a href="https://github.com/jazzband/djangorestframework-simplejwt/commit/349870a0d4612ff9ce21ca6263d7c5038d62e662"><code>349870a</code></a> Update django support (<a href="https://github-redirect.dependabot.com/jazzband/djangorestframework-simplejwt/issues/393">#393</a>)</li> <li><a href="https://github.com/jazzband/djangorestframework-simplejwt/commit/9b4f06a122aa28f1982fbac7564219207967006d"><code>9b4f06a</code></a> Add migration file for Django3.2 BigAutoField update. (<a href="https://github-redirect.dependabot.com/jazzband/djangorestframework-simplejwt/issues/404">#404</a>)</li> <li>Additional commits viewable in <a href="https://github.com/jazzband/djangorestframework-simplejwt/compare/v4.4.0...v4.7.1">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.4.0&new-version=4.7.1)](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:21 +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#2503
No description provided.