From 04b3c4eacc28eb39614854f4eba8c2a0c0d4e626 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 02:08:34 +0000 Subject: [PATCH] Bump pyjwt from 2.3.0 to 2.4.0 in /src/auth/reference_modules 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] --- src/auth/reference_modules/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/auth/reference_modules/requirements.txt b/src/auth/reference_modules/requirements.txt index 83e5bceac60..45673c84b05 100644 --- a/src/auth/reference_modules/requirements.txt +++ b/src/auth/reference_modules/requirements.txt @@ -1,5 +1,5 @@ cryptography==3.4.8 -PyJWT==2.3.0 +PyJWT==2.4.0 requests==2.32.2 ldap3==2.6 pyyaml==6.0.1