From 1c36e16c70fe9e6297e5483e34149868ed5f266f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Sep 2025 21:50:44 +0000 Subject: [PATCH] Bump djangorestframework-simplejwt from 5.3.1 to 5.5.1 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](https://github.com/jazzband/djangorestframework-simplejwt/compare/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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ce0437e..e626d6c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ django-redis==6.0.0 django-stubs==5.2.5 djangorestframework==3.16.1 djangorestframework-xml==2.0.0 -djangorestframework-simplejwt==5.3.1 +djangorestframework-simplejwt==5.5.1 flake8==7.3.0 ipython==9.5.0 markdown2==2.5.4