From b188eb353348b8e5c7ce9d321eec72fdb304544c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 May 2022 05:46:31 +0000 Subject: [PATCH] Bump pyjwt from 2.0.1 to 2.4.0 in /services/_api_service_template Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.0.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/2.0.1...2.4.0) --- updated-dependencies: - dependency-name: pyjwt dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- services/_api_service_template/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/_api_service_template/requirements.txt b/services/_api_service_template/requirements.txt index 51542ed..9c48d86 100644 --- a/services/_api_service_template/requirements.txt +++ b/services/_api_service_template/requirements.txt @@ -1,5 +1,5 @@ # APP-Related -pyjwt==2.0.1 +pyjwt==2.4.0 redis==3.5.3 Flask==1.1.2 marshmallow==3.10.0