From 510e8f99aa19f4b9a8d7a73a9572e898f39e4607 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Aug 2023 07:39:00 +0000 Subject: [PATCH] Bump pyjwt from 2.7.0 to 2.8.0 Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.7.0 to 2.8.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.7.0...2.8.0) --- updated-dependencies: - dependency-name: pyjwt dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- cyan_flask/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cyan_flask/requirements.txt b/cyan_flask/requirements.txt index ccaeb272..ad59f4e7 100644 --- a/cyan_flask/requirements.txt +++ b/cyan_flask/requirements.txt @@ -8,7 +8,7 @@ Flask-RESTful==0.3.10 Flask-SQLAlchemy==3.0.5 mysqlclient==2.2.0 mysql-connector-python==8.0.33 -PyJWT==2.7.0 +PyJWT==2.8.0 python-dotenv==1.0.0 redis==4.6.0 requests==2.31.0