From 021a24653ca7d8f1bffb01c044babbf100ca5b96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 22:27:01 +0000 Subject: [PATCH] Bump requests from 2.11.1 to 2.32.2 in /lambda/cats Bumps [requests](https://github.com/psf/requests) from 2.11.1 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.11.1...v2.32.2) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- lambda/cats/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lambda/cats/requirements.txt b/lambda/cats/requirements.txt index 43c1f59..9b52d41 100644 --- a/lambda/cats/requirements.txt +++ b/lambda/cats/requirements.txt @@ -1,2 +1,2 @@ boto3==1.4.4 -requests==2.11.1 +requests==2.32.2