From c1c70b916896b5ead4684c406285d5f1ede7ba1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Oct 2022 16:53:39 +0000 Subject: [PATCH] Bump djangorestframework-simplejwt from 5.2.0 to 5.2.2 Bumps [djangorestframework-simplejwt](https://github.com/jazzband/djangorestframework-simplejwt) from 5.2.0 to 5.2.2. - [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.0...v5.2.2) --- updated-dependencies: - dependency-name: djangorestframework-simplejwt dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ef9b053dd..0453b7fe1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ dj-database-url djangorestframework>=3.11,<3.14 drf-spectacular uritemplate -djangorestframework-simplejwt==5.2.0 +djangorestframework-simplejwt==5.2.2 passlib~=1.7.4 bcrypt # Requires libffi-dev and python-dev