From 6f5a1e227892b0cc221f5b69e7ce3e68c9df6ceb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Nov 2022 13:51:16 +0000 Subject: [PATCH] Bump pyjwt from 2.3.0 to 2.4.0 in /gerrit/onboard-offboard 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: direct:production ... Signed-off-by: dependabot[bot] --- gerrit/onboard-offboard/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gerrit/onboard-offboard/requirements.txt b/gerrit/onboard-offboard/requirements.txt index 5a685583..5b3fc9e8 100644 --- a/gerrit/onboard-offboard/requirements.txt +++ b/gerrit/onboard-offboard/requirements.txt @@ -5,7 +5,7 @@ Deprecated==1.2.13 idna==3.3 pycparser==2.21 PyGithub==1.55 -PyJWT==2.3.0 +PyJWT==2.4.0 PyNaCl==1.5.0 requests==2.27.1 urllib3==1.26.8