From 6fd7c1b9728449446206f88ac694a18695d85bcf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 19:43:48 +0000 Subject: [PATCH] chore(deps): bump the pip group across 2 directories with 3 updates Bumps the pip group with 3 updates in the /contributing/samples/authn-adk-all-in-one directory: [google-adk](https://github.com/google/adk-python), [python-dotenv](https://github.com/theskumar/python-dotenv) 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 `python-dotenv` from 1.1.1 to 1.2.2 - [Release notes](https://github.com/theskumar/python-dotenv/releases) - [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md) - [Commits](https://github.com/theskumar/python-dotenv/compare/v1.1.1...v1.2.2) 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: python-dotenv dependency-version: 1.2.2 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] --- .../authn-adk-all-in-one/adk_agents/requirements.txt | 2 +- contributing/samples/authn-adk-all-in-one/requirements.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 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..5af812d4f2 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 +python-dotenv==1.2.2 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