From b8a65ca479ccf358dde12c1790ae87473a3a39d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 May 2022 04:06:21 +0000 Subject: [PATCH] Bump pyjwt from 1.7.1 to 2.4.0 in /services/backend Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 1.7.1 to 2.4.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/1.7.1...2.4.0) --- updated-dependencies: - dependency-name: pyjwt dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- services/backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/backend/requirements.txt b/services/backend/requirements.txt index 1f661e1..c79c1e2 100644 --- a/services/backend/requirements.txt +++ b/services/backend/requirements.txt @@ -10,7 +10,7 @@ Flask-SQLAlchemy==2.4.4 gunicorn==20.0.4 isort==4.3.21 psycopg2-binary==2.8.4 -pyjwt==1.7.1 +pyjwt==2.4.0 pytest==5.3.1 pytest-cov==2.8.1 pytest-xdist==1.30.0