From 6738c0297a9024f2120656e7d70a98e725ffc73d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Mar 2026 05:35:13 +0000 Subject: [PATCH] Bump pyjwt in /microservices/prior_learning_assessment Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.6.0 to 2.12.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.6.0...2.12.0) --- updated-dependencies: - dependency-name: pyjwt dependency-version: 2.12.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- microservices/prior_learning_assessment/requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/microservices/prior_learning_assessment/requirements-test.txt b/microservices/prior_learning_assessment/requirements-test.txt index 79b1e0db..0ca9338a 100644 --- a/microservices/prior_learning_assessment/requirements-test.txt +++ b/microservices/prior_learning_assessment/requirements-test.txt @@ -4,7 +4,7 @@ mock==4.0.3 faker google-cloud-logging==3.1.2 protobuf==3.19.5 -PyJWT==2.6.0 +PyJWT==2.12.0 google-cloud-secret-manager==2.11.1 backports-unittest-mock==1.5 pytest-cov==4.0.0