From 9793b1803b568ff1c4d5022e3d7710a0151dfef8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Apr 2025 20:55:10 +0000 Subject: [PATCH] chore(deps): bump pyjwt[crypto] from 2.8.0 to 2.10.1 Bumps [pyjwt[crypto]](https://github.com/jpadilla/pyjwt) from 2.8.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.8.0...2.10.1) --- updated-dependencies: - dependency-name: pyjwt[crypto] dependency-version: 2.10.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index f3ce1d5..dfb151c 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -3,7 +3,7 @@ flask-cors==5.0.1 flask-jwt-extended==4.7.1 flask-limiter==3.5.0 flask-sqlalchemy==3.0.5 -pyjwt==2.8.0 +pyjwt==2.10.1 cryptography==44.0.2 requests==2.32.3 sqlalchemy==1.4.50 diff --git a/requirements.txt b/requirements.txt index f3ce1d5..dfb151c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ flask-cors==5.0.1 flask-jwt-extended==4.7.1 flask-limiter==3.5.0 flask-sqlalchemy==3.0.5 -pyjwt==2.8.0 +pyjwt==2.10.1 cryptography==44.0.2 requests==2.32.3 sqlalchemy==1.4.50