Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump djangorestframework-simplejwt from 4.4.0 to 4.7.2 #329

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps djangorestframework-simplejwt from 4.4.0 to 4.7.2.

Release notes

Sourced from djangorestframework-simplejwt's releases.

v4.7.2

https://github.com/jazzband/djangorestframework-simplejwt/blob/master/CHANGELOG.md#version-472

v4.7.1

No release notes provided.

v4.7.0

No release notes provided.

Changelog

Sourced from djangorestframework-simplejwt's changelog.

Version 4.7.2

  • Fix BrowsableAPIRenderer needing media_type (#426)
  • Fix blacklist migrations for multiple databases (#429)
  • Fix Django 3.2 default_app_config deprecation (#415)
  • Fix docs specifying INSTALLED_APPS for SimpleJWT iff you want translations (#420)
  • Fix drf-yasg API Schema generation for TokenRefreshSerializer (#396)
  • Fix invalid syntax in docs for INSTALLED_APPS (#416)

Translations:

  • Added Dutch translations (#422)
  • Added Ukrainian translations (#423)
  • Added Simplified Chinese translations (#427)

Version 4.7.1

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

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)
  • Fixed Django 4.0 re_path deprecation (#280)

Translations:

  • Added Indonesian translations (#316)

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)

... (truncated)

Commits
  • 8864dc8 Update CHANGELOG.md for v4.7.2 (#430)
  • b06723f Adding media_type in JWTAuthentication (#426)
  • 6520278 Avoid blacklisting app migrations failing in projects with multiple databases...
  • 110deb0 Added Simple Chinese translation (#427)
  • c53de60 Ukrainian localization added (#423)
  • a434d5b Fix default_app_config deprecation (#415)
  • 1eb8973 Make clear that need to add simple_jwt to installed apps (#420)
  • 5997c1a Move token backend selection into separate method (#388)
  • cba4a96 Added Dutch translations (#422)
  • 0b8f3c6 Add ReadOnlyField to TokenRefreshSerializer (#396)
  • Additional commits viewable in compare view

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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jul 8, 2021
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants