Skip to content

Commit

Permalink
build(deps): bump djangorestframework-simplejwt in /backend/requirements
Browse files Browse the repository at this point in the history
Bumps [djangorestframework-simplejwt](https://github.com/jazzband/djangorestframework-simplejwt) from 5.3.0 to 5.3.1.
- [Release notes](https://github.com/jazzband/djangorestframework-simplejwt/releases)
- [Changelog](https://github.com/jazzband/djangorestframework-simplejwt/blob/master/CHANGELOG.md)
- [Commits](jazzband/djangorestframework-simplejwt@v5.3.0...v5.3.1)

---
updated-dependencies:
- dependency-name: djangorestframework-simplejwt
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 5, 2024
1 parent 9a781fd commit 026f8e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ flower==2.0.1 # https://github.com/mher/flower
# Django
# ------------------------------------------------------------------------------
django==4.2.7 # https://www.djangoproject.com/
djangorestframework-simplejwt==5.3.0 # https://github.com/jazzband/djangorestframework-simplejwt
djangorestframework-simplejwt==5.3.1 # https://github.com/jazzband/djangorestframework-simplejwt
django-health-check==3.17.0 # https://github.com/revsys/django-health-check
django-environ==0.11.2 # https://github.com/joke2k/django-environ
django-celery-beat==2.5.0 # https://github.com/celery/django-celery-beat
Expand Down

0 comments on commit 026f8e3

Please sign in to comment.