From 3878bc930a99d8a5680186e1284c0c09ba27b84e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 22:30:44 +0000 Subject: [PATCH] chore(deps): bump the pip group across 2 directories with 2 updates Bumps the pip group with 2 updates in the /contributing/samples/authn-adk-all-in-one directory: [google-adk](https://github.com/google/adk-python) and [requests](https://github.com/psf/requests). Bumps the pip group with 1 update in the /contributing/samples/authn-adk-all-in-one/adk_agents directory: [google-adk](https://github.com/google/adk-python). Updates `google-adk` from 1.12 to 1.28.1 - [Release notes](https://github.com/google/adk-python/releases) - [Changelog](https://github.com/google/adk-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/google/adk-python/compare/v1.12.0...v1.28.1) Updates `requests` from 2.32.4 to 2.33.0 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.32.4...v2.33.0) Updates `google-adk` from 1.12 to 1.28.1 - [Release notes](https://github.com/google/adk-python/releases) - [Changelog](https://github.com/google/adk-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/google/adk-python/compare/v1.12.0...v1.28.1) --- updated-dependencies: - dependency-name: google-adk dependency-version: 1.28.1 dependency-type: direct:production dependency-group: pip - dependency-name: requests dependency-version: 2.33.0 dependency-type: direct:production dependency-group: pip - dependency-name: google-adk dependency-version: 1.28.1 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- .../samples/authn-adk-all-in-one/adk_agents/requirements.txt | 2 +- contributing/samples/authn-adk-all-in-one/requirements.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/contributing/samples/authn-adk-all-in-one/adk_agents/requirements.txt b/contributing/samples/authn-adk-all-in-one/adk_agents/requirements.txt index f490d72da0..248e6cd503 100644 --- a/contributing/samples/authn-adk-all-in-one/adk_agents/requirements.txt +++ b/contributing/samples/authn-adk-all-in-one/adk_agents/requirements.txt @@ -1 +1 @@ -google-adk==1.12 +google-adk==1.28.1 diff --git a/contributing/samples/authn-adk-all-in-one/requirements.txt b/contributing/samples/authn-adk-all-in-one/requirements.txt index 777d8d52bb..9ee49e2e51 100644 --- a/contributing/samples/authn-adk-all-in-one/requirements.txt +++ b/contributing/samples/authn-adk-all-in-one/requirements.txt @@ -1,6 +1,6 @@ -google-adk==1.12 +google-adk==1.28.1 Flask==3.1.3 flask-cors==6.0.1 python-dotenv==1.1.1 PyJWT[crypto]==2.10.1 -requests==2.32.4 \ No newline at end of file +requests==2.33.0 \ No newline at end of file