From 6af9f7332af0972b22532eaf88ece5cdfe2bb66c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 11:44:58 +0000 Subject: [PATCH] [DEPENDABOT] Update: Bump pyjwt from 2.9.0 to 2.10.1 Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.9.0 to 2.10.1. - [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.9.0...2.10.1) --- updated-dependencies: - dependency-name: pyjwt 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 6147fab4..0b000d69 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ django-cors-headers==4.6.0 django-allauth==65.2.0 django-oauth-toolkit==3.0.1 dj-rest-auth==7.0.0 # Added for REST authentication endpoints -pyjwt==2.9.0 +pyjwt==2.10.1 # Database