From 583d667f264b10cfc7db3a13aaefcf5f4ed45733 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Sep 2025 16:25:10 +0000 Subject: [PATCH] Bump djangorestframework-simplejwt from 4.8.0 to 5.5.1 in /drp_aa_mvp Bumps [djangorestframework-simplejwt](https://github.com/jazzband/djangorestframework-simplejwt) from 4.8.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/v4.8.0...v5.5.1) --- updated-dependencies: - dependency-name: djangorestframework-simplejwt dependency-version: 5.5.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- drp_aa_mvp/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drp_aa_mvp/requirements.txt b/drp_aa_mvp/requirements.txt index 869c5e8..0931ad3 100644 --- a/drp_aa_mvp/requirements.txt +++ b/drp_aa_mvp/requirements.txt @@ -26,7 +26,7 @@ django-storages==1.11.1 django-thumbnails==0.6.0 djangorestframework==3.12.4 djangorestframework-camel-case==1.2.0 -djangorestframework-simplejwt==4.8.0 +djangorestframework-simplejwt==5.5.1 drf-api-tracking==1.8.0 factory-boy==3.2.0 Faker==8.13.2