From ada5e5220967b8fda3a3bb6bc74ae3a190a9f5ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 04:42:11 +0000 Subject: [PATCH] Bump pyjwt in /Tools/xIPHER/xIPHER_Certificate_Scanner Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.12.1 to 2.13.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.12.1...2.13.0) --- updated-dependencies: - dependency-name: pyjwt dependency-version: 2.13.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Tools/xIPHER/xIPHER_Certificate_Scanner/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/xIPHER/xIPHER_Certificate_Scanner/requirements.txt b/Tools/xIPHER/xIPHER_Certificate_Scanner/requirements.txt index aea224f..8951073 100644 --- a/Tools/xIPHER/xIPHER_Certificate_Scanner/requirements.txt +++ b/Tools/xIPHER/xIPHER_Certificate_Scanner/requirements.txt @@ -1,5 +1,5 @@ requests==2.33.0 pandas==2.2.2 openpyxl==3.1.5 -PyJWT==2.12.1 +PyJWT==2.13.0 cryptography==46.0.7