From 8aa7bff333ee77df684c3abc70cb876a1071f3bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 15:29:28 +0000 Subject: [PATCH] Bump djangorestframework-simplejwt in /backend/cardex_backend Bumps [djangorestframework-simplejwt](https://github.com/jazzband/djangorestframework-simplejwt) from 5.5.0 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](https://github.com/jazzband/djangorestframework-simplejwt/compare/v5.5.0...v5.5.1) --- updated-dependencies: - dependency-name: djangorestframework-simplejwt dependency-version: 5.5.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/cardex_backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/cardex_backend/requirements.txt b/backend/cardex_backend/requirements.txt index b98af78..e17065d 100644 --- a/backend/cardex_backend/requirements.txt +++ b/backend/cardex_backend/requirements.txt @@ -6,7 +6,7 @@ Django==5.2.1 django-cors-headers==4.7.0 django-filter==25.1 djangorestframework==3.16.0 -djangorestframework_simplejwt==5.5.0 +djangorestframework_simplejwt==5.5.1 gunicorn==23.0.0 h11==0.16.0 packaging==25.0