From cc7aceb2fc65ab5c61d6d1f089de79d441ef7537 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Mar 2022 23:13:30 +0000 Subject: [PATCH] Bump pyjwt from 2.0.0 to 2.3.0 in /api Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.0.0 to 2.3.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.0.0...2.3.0) --- updated-dependencies: - dependency-name: pyjwt dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/requirements.txt b/api/requirements.txt index d37bc8e..91de9c7 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -5,7 +5,7 @@ uwsgi==2.0.20 Flask_SQLAlchemy==2.5.1 python-dotenv==0.19.2 pymysql==1.0.2 -pyjwt==2.0.0 +pyjwt==2.3.0 apiflask==0.12.0 flask-swagger-ui==3.36.0 flask-cors==3.0.10