From 6a5a9789d30c8a677fa29a3c6c9d8c33d15f0c05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Apr 2025 21:02:51 +0000 Subject: [PATCH] chore(deps): bump pyjwt from 2.8.0 to 2.10.1 Bumps [pyjwt](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 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