From 9a1f83dc7fcd4033de207e67ac13c66b2306996a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 21:32:52 +0000 Subject: [PATCH] chore(deps): bump pyjwt Bumps the pip group with 1 update in the /contributing/samples/integrations/authn-adk-all-in-one directory: [pyjwt](https://github.com/jpadilla/pyjwt). Updates `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 dependency-group: pip ... Signed-off-by: dependabot[bot] --- .../samples/integrations/authn-adk-all-in-one/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing/samples/integrations/authn-adk-all-in-one/requirements.txt b/contributing/samples/integrations/authn-adk-all-in-one/requirements.txt index 8f4c415425a..bbbf4b153b9 100644 --- a/contributing/samples/integrations/authn-adk-all-in-one/requirements.txt +++ b/contributing/samples/integrations/authn-adk-all-in-one/requirements.txt @@ -2,5 +2,5 @@ google-adk==2.2.0 Flask==3.1.3 flask-cors==6.0.1 python-dotenv==1.2.2 -PyJWT[crypto]==2.10.1 +PyJWT[crypto]==2.13.0 requests==2.33.0