From a6642f994385fc58adf64dc1709bcb21ff4d30f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 01:12:18 +0000 Subject: [PATCH] Bump requests in /code/powertools/python/SampleApp/src Bumps [requests](https://github.com/psf/requests) from 2.28.2 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.28.2...v2.32.2) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- code/powertools/python/SampleApp/src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/powertools/python/SampleApp/src/requirements.txt b/code/powertools/python/SampleApp/src/requirements.txt index 3c5857e..98c5004 100644 --- a/code/powertools/python/SampleApp/src/requirements.txt +++ b/code/powertools/python/SampleApp/src/requirements.txt @@ -1,2 +1,2 @@ -requests==2.28.2 +requests==2.32.2 urllib3<2 \ No newline at end of file