From 7c4e06b279eb73f43654ac6a8e96cc7a1faef760 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 May 2022 15:27:57 -0700 Subject: [PATCH] Bump pyjwt from 1.7.1 to 2.4.0 in /.github/scripts/common (#816) * Bump pyjwt from 1.7.1 to 2.4.0 in /.github/scripts/common 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] * Bump version of PyGithub for pyjwt version upgrade Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ravishankar Bhagavandas --- .github/scripts/common/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/scripts/common/requirements.txt b/.github/scripts/common/requirements.txt index 9ac315f6df..dc272027e1 100644 --- a/.github/scripts/common/requirements.txt +++ b/.github/scripts/common/requirements.txt @@ -5,8 +5,8 @@ Deprecated==1.2.10 gitdb==4.0.5 GitPython==3.1.11 idna==2.10 -PyGithub==1.54 -PyJWT==1.7.1 +PyGithub==1.55 +PyJWT==2.4.0 PyYAML==5.4 requests smmap==3.0.4