From fdbb3314b87c0411225f43f210ef1fcd306a9cf7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 03:30:01 +0000 Subject: [PATCH] build(deps): bump djangorestframework-simplejwt from 5.2.2 to 5.3.0 Bumps [djangorestframework-simplejwt](https://github.com/jazzband/djangorestframework-simplejwt) from 5.2.2 to 5.3.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.2.2...v5.3.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 819e53a..a0acd6e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,5 +8,5 @@ PyMySQL==1.0.3 pytz==2023.3 sqlparse==0.4.4 drf-yasg==1.21.6 -djangorestframework-simplejwt==5.2.2 +djangorestframework-simplejwt==5.3.0 django-filter==23.2 \ No newline at end of file