From 0fb0b064b28f54d70c6d3dbe4903e36cc4e3dc0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 May 2022 14:35:55 +0000 Subject: [PATCH] Build(deps): Bump pyjwt from 1.7.1 to 2.4.0 in /sld-api-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] --- sld-api-backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sld-api-backend/requirements.txt b/sld-api-backend/requirements.txt index edfbaf6..914f769 100644 --- a/sld-api-backend/requirements.txt +++ b/sld-api-backend/requirements.txt @@ -57,7 +57,7 @@ pyasn1==0.4.8 pycparser==2.20 pydantic==1.7.4 pyhcl==0.4.4 -PyJWT==1.7.1 +PyJWT==2.4.0 PyMySQL==0.10.1 pyparsing==2.4.7 pytest==6.2.1