From 0b2b3983cefabcb6a12db17efa3b33d77265528d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 08:03:29 +0000 Subject: [PATCH] fix(deps): bump djangorestframework-simplejwt from 5.3.1 to 5.4.0 Bumps [djangorestframework-simplejwt](https://github.com/jazzband/djangorestframework-simplejwt) from 5.3.1 to 5.4.0. - [Release notes](https://github.com/jazzband/djangorestframework-simplejwt/releases) - [Changelog](https://github.com/jazzband/djangorestframework-simplejwt/blob/master/CHANGELOG.md) - [Commits](https://github.com/jazzband/djangorestframework-simplejwt/compare/v5.3.1...v5.4.0) --- updated-dependencies: - dependency-name: djangorestframework-simplejwt dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e8c8539..ecc771f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ django==5.1.2 gunicorn==23.0.0 psycopg2-binary==2.9.9 djangorestframework==3.15.2 -djangorestframework_simplejwt==5.3.1 +djangorestframework_simplejwt==5.4.0 django-ipware==7.0.1 python-dotenv==1.0.1 requests==2.32.3 \ No newline at end of file