From 3b5cfeb516e6af3d435943d3551225a3e7afe335 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 13:15:58 +0000 Subject: [PATCH] Bump requests in /ai/gen-ai-agents/oci_adk_projects/adk-weather-tool Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.4. - [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.31.0...v2.32.4) --- updated-dependencies: - dependency-name: requests dependency-version: 2.32.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../oci_adk_projects/adk-weather-tool/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ai/gen-ai-agents/oci_adk_projects/adk-weather-tool/requirements.txt b/ai/gen-ai-agents/oci_adk_projects/adk-weather-tool/requirements.txt index a28882d35..1da15f733 100644 --- a/ai/gen-ai-agents/oci_adk_projects/adk-weather-tool/requirements.txt +++ b/ai/gen-ai-agents/oci_adk_projects/adk-weather-tool/requirements.txt @@ -1,5 +1,5 @@ fastapi==0.111.0 uvicorn==0.29.0 -requests==2.31.0 +requests==2.32.4 python-dotenv==1.0.1 oci==2.114.1 \ No newline at end of file