Skip to content

Commit 9249d43

Browse files
deps(deps): bump djangorestframework-simplejwt
Bumps the production-dependencies group with 1 update: [djangorestframework-simplejwt](https://github.com/jazzband/djangorestframework-simplejwt). Updates `djangorestframework-simplejwt` from 5.4.0 to 5.5.0 - [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.4.0...v5.5.0) --- updated-dependencies: - dependency-name: djangorestframework-simplejwt dependency-version: 5.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ac19d55 commit 9249d43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies = [
1313
"django-extensions>=4.1",
1414
"django-filter>=25.1",
1515
"djangorestframework>=3.16.0",
16-
"djangorestframework-simplejwt==5.4.0", # ERROR v5.5.0 type object 'OutstandingToken' has no attribute 'objects' on refresh token
16+
"djangorestframework-simplejwt==5.5.0", # ERROR v5.5.0 type object 'OutstandingToken' has no attribute 'objects' on refresh token
1717
"gunicorn>=23.0.0",
1818
"loguru>=0.7.3",
1919
"psycopg[binary]>=3.2.9",

0 commit comments

Comments
 (0)