From ed7546ecee8db4d97bc016e0eff784673bd26a05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 00:50:51 +0000 Subject: [PATCH] chore(deps): bump requests in /integ/model-interfaces/request-handler Bumps [requests](https://github.com/psf/requests) from 2.32.3 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.32.3...v2.32.4) --- updated-dependencies: - dependency-name: requests dependency-version: 2.32.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- integ/model-interfaces/request-handler/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integ/model-interfaces/request-handler/requirements.txt b/integ/model-interfaces/request-handler/requirements.txt index 03c460362..9091d0eb6 100644 --- a/integ/model-interfaces/request-handler/requirements.txt +++ b/integ/model-interfaces/request-handler/requirements.txt @@ -4,7 +4,7 @@ pytest-asyncio==0.24.0 pytest-mock==3.14.0 boto3==1.35.63 botocore==1.35.63 -requests==2.32.3 +requests==2.32.4 # AWS Lambda Powertools (needed for mocking in tests) aws-lambda-powertools==2.43.1