From 1fda374769a018796d9e18bdd43af38cdb2ed47c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 10:04:56 +0000 Subject: [PATCH] chore(deps)(deps): bump boto3 in /lambda/audit_trail_processor Bumps [boto3](https://github.com/boto/boto3) from 1.34.0 to 1.42.91. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.34.0...1.42.91) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.42.91 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- lambda/audit_trail_processor/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lambda/audit_trail_processor/requirements.txt b/lambda/audit_trail_processor/requirements.txt index 13ff14c5..aca890d8 100644 --- a/lambda/audit_trail_processor/requirements.txt +++ b/lambda/audit_trail_processor/requirements.txt @@ -1 +1 @@ -boto3==1.34.0 \ No newline at end of file +boto3==1.42.91 \ No newline at end of file