Skip to content

Commit 4f3da56

Browse files
Bump djangorestframework-simplejwt from 5.3.1 to 5.5.1 (#726)
Bumps [djangorestframework-simplejwt](https://github.com/jazzband/djangorestframework-simplejwt) from 5.3.1 to 5.5.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.1...v5.5.1) --- updated-dependencies: - dependency-name: djangorestframework-simplejwt dependency-version: 5.5.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent df18730 commit 4f3da56

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

demo/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
django>=5.0.0
22
djangorestframework>=3.11.0
3-
djangorestframework-simplejwt==5.3.1
3+
djangorestframework-simplejwt==5.5.1
44
django-allauth[socialaccount]>=64.0.0
55
drf-yasg==1.21.7
66
django-cors-headers==4.4.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
tests_require=[
3838
'coveralls>=1.11.1',
3939
'django-allauth>=64.0.0',
40-
'djangorestframework-simplejwt==5.3.1',
40+
'djangorestframework-simplejwt==5.5.1',
4141
'responses==0.12.1',
4242
'unittest-xml-reporting==3.2.0',
4343
'flake8==7.1.1',

0 commit comments

Comments
 (0)