From f1800e2853e9f896392ad2fe84c029bafe545998 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 02:14:45 +0000 Subject: [PATCH] build(deps): bump pyjwt[crypto] from 2.9.0 to 2.10.1 in /backend Bumps [pyjwt[crypto]](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[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 e38624879..4b602e639 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -78,7 +78,7 @@ rank-bm25==0.2.2 faster-whisper==1.0.3 -PyJWT[crypto]==2.9.0 +PyJWT[crypto]==2.10.1 authlib==1.3.2 black==24.8.0