From 0449939c3c9a25b95a6523c8dd43c1d7c6c49608 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 10:57:42 +0000 Subject: [PATCH] Bump requests Bumps the pip group with 1 update in the /apigw-dynamodb-python-cdk directory: [requests](https://github.com/psf/requests). Updates `requests` from 2.31.0 to 2.32.2 - [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.2) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- apigw-dynamodb-python-cdk/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apigw-dynamodb-python-cdk/requirements.txt b/apigw-dynamodb-python-cdk/requirements.txt index 623c85197..151850b77 100644 --- a/apigw-dynamodb-python-cdk/requirements.txt +++ b/apigw-dynamodb-python-cdk/requirements.txt @@ -1,5 +1,5 @@ aws-cdk-lib==2.130.0 constructs>=10.0.0,<11.0.0 pytest==8.2.2 -requests==2.31.0 +requests==2.32.2 boto3