From e0ab9cd9c88ed5271f521094b6c2c3e58725e5db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 May 2022 06:53:06 +0000 Subject: [PATCH] Bump pyjwt from 2.3.0 to 2.4.0 in /llvm/utils/git Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.3.0 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.3.0...2.4.0) --- updated-dependencies: - dependency-name: pyjwt dependency-type: indirect ... Signed-off-by: dependabot[bot] --- llvm/utils/git/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/utils/git/requirements.txt b/llvm/utils/git/requirements.txt index 9ccbbd2ceb56..385554853a7b 100644 --- a/llvm/utils/git/requirements.txt +++ b/llvm/utils/git/requirements.txt @@ -22,7 +22,7 @@ pycparser==2.21 # via cffi pygithub==1.55 # via -r requirements.txt.in -pyjwt==2.3.0 +pyjwt==2.4.0 # via pygithub pynacl==1.5.0 # via pygithub