From 7127996e6afd92faa849d30736ab016fc2cf598a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Mar 2025 14:58:42 +0530 Subject: [PATCH] chore(deps): bump djangorestframework-simplejwt (#2668) Bumps the pip group with 1 update in the /apiserver/requirements directory: [djangorestframework-simplejwt](https://github.com/jazzband/djangorestframework-simplejwt). Updates `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 dependency-group: pip ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- apiserver/requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apiserver/requirements/base.txt b/apiserver/requirements/base.txt index 4f65fc0de7..cb63e43f1c 100644 --- a/apiserver/requirements/base.txt +++ b/apiserver/requirements/base.txt @@ -76,7 +76,7 @@ openfeature-sdk==0.7.0 # graphql strawberry-graphql-django==0.48.0 # django rest framework jwt -djangorestframework-simplejwt==5.3.1 +djangorestframework-simplejwt==5.4.0 # Elastic Search Integration elasticsearch-dsl>=8.0.0,<9.0.0 django-elasticsearch-dsl==8.0.0