From 72848c5059e2df6587c5274a7f7170cb8da3c834 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 01:04:14 +0000 Subject: [PATCH] chore(deps): bump pyjwt in /contributing/samples/authn-adk-all-in-one Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.10.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.10.1...2.13.0) --- updated-dependencies: - dependency-name: pyjwt dependency-version: 2.13.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- contributing/samples/authn-adk-all-in-one/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing/samples/authn-adk-all-in-one/requirements.txt b/contributing/samples/authn-adk-all-in-one/requirements.txt index 6cd3c4bb52d..16aac3f9ed7 100644 --- a/contributing/samples/authn-adk-all-in-one/requirements.txt +++ b/contributing/samples/authn-adk-all-in-one/requirements.txt @@ -2,5 +2,5 @@ google-adk==1.12 Flask==3.1.1 flask-cors==6.0.1 python-dotenv==1.1.1 -PyJWT[crypto]==2.10.1 +PyJWT[crypto]==2.13.0 requests==2.32.4 \ No newline at end of file