From daa06bf3fd2f83a6a37478d0d9614b230abaa2af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 4 Dec 2022 18:01:36 +0000 Subject: [PATCH] Bump pyjwt from 2.3.0 to 2.4.0 Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.3.0 to 2.4.0. - [Release notes](https://github.com/jpadilla/pyjwt/releases) - [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst) - [Commits](https://github.com/jpadilla/pyjwt/compare/2.3.0...2.4.0) --- updated-dependencies: - dependency-name: pyjwt 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 a07e611..9dd6ee4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,6 @@ Django==4.0.3 django-cors-headers==3.11.0 djangorestframework==3.13.1 djangorestframework-simplejwt==5.0.0 -PyJWT==2.3.0 +PyJWT==2.4.0 python-dotenv==0.19.2 requests==2.28.1 \ No newline at end of file