From 41460e1335d4b1dfab0f44632dcd9e7fa3f7543c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 03:15:42 +0000 Subject: [PATCH] chore(deps): bump pyjwt[crypto] from 2.8.0 to 2.9.0 in /backend Bumps [pyjwt[crypto]](https://github.com/jpadilla/pyjwt) from 2.8.0 to 2.9.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.8.0...2.9.0) --- updated-dependencies: - dependency-name: pyjwt[crypto] dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 9bf986fac..ee52d7fd5 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -62,7 +62,7 @@ rank-bm25==0.2.2 faster-whisper==1.0.2 -PyJWT[crypto]==2.8.0 +PyJWT[crypto]==2.9.0 authlib==1.3.1 black==24.8.0