From f70dfe3e5f702481f7f15e95981ef88a54887bc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 May 2022 03:59:06 +0000 Subject: [PATCH] Bump pyjwt from 1.5.3 to 2.4.0 in /buildscripts Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 1.5.3 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.5.3...2.4.0) --- updated-dependencies: - dependency-name: pyjwt dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- buildscripts/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildscripts/requirements.txt b/buildscripts/requirements.txt index 325d4ab89d4e4..9cd2394089331 100644 --- a/buildscripts/requirements.txt +++ b/buildscripts/requirements.txt @@ -1,7 +1,7 @@ # Jira integration cryptography == 1.7.2 jira == 1.0.10 -pyjwt == 1.5.3 +pyjwt == 2.4.0 # Other pyyaml == 3.11 unittest-xml-reporting == 2.1.0