From bf453d0dd297f6045975849d34d40d3260b0cf8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 00:15:43 +0000 Subject: [PATCH] Bump pip from 23.3 to 25.3 in /aws/lambda/tests Bumps [pip](https://github.com/pypa/pip) from 23.3 to 25.3. - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/pip/compare/23.3...25.3) --- updated-dependencies: - dependency-name: pip dependency-version: '25.3' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- aws/lambda/tests/test_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws/lambda/tests/test_requirements.txt b/aws/lambda/tests/test_requirements.txt index a7aee772e6..e505d748fa 100644 --- a/aws/lambda/tests/test_requirements.txt +++ b/aws/lambda/tests/test_requirements.txt @@ -3,5 +3,5 @@ boto3==1.35.33 PyGithub==1.59.0 python-dateutil==2.8.2 PyYAML==6.0.1 -pip==23.3 +pip==25.3 pytest==7.2.0