From f79ec8b5368c3f2e61045dff3c56512e66c63c82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Mar 2026 06:38:10 +0000 Subject: [PATCH] Bump pyjwt from 2.6.0 to 2.12.0 in /microservices/authentication 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/authentication/requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/microservices/authentication/requirements-test.txt b/microservices/authentication/requirements-test.txt index 8159f88f..a86badad 100644 --- a/microservices/authentication/requirements-test.txt +++ b/microservices/authentication/requirements-test.txt @@ -4,7 +4,7 @@ mock==4.0.3 protobuf==3.19.5 google-cloud-logging==3.1.2 retrying==1.3.3 -PyJWT==2.6.0 +PyJWT==2.12.0 google-cloud-secret-manager==2.11.1 regex==2022.10.31 pytest-cov==4.0.0