From 94a6aa316a29aa81c338101b96b61a324eab3022 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Jun 2025 07:59:47 +0000 Subject: [PATCH] Bump requests in /elastic/solutions/academic-rag-app 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] --- elastic/solutions/academic-rag-app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elastic/solutions/academic-rag-app/requirements.txt b/elastic/solutions/academic-rag-app/requirements.txt index e047eaa..66b5acb 100644 --- a/elastic/solutions/academic-rag-app/requirements.txt +++ b/elastic/solutions/academic-rag-app/requirements.txt @@ -3,4 +3,4 @@ elasticsearch==8.10.0 python-dotenv==1.0.0 boto3==1.28.57 gunicorn==21.2.0 -requests==2.31.0 \ No newline at end of file +requests==2.32.4 \ No newline at end of file