From 64e18e6cebb58a4454b717bd3b8b47c76d9e228b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 13:17:25 +0000 Subject: [PATCH 1/2] build(deps): bump the patches group across 1 directory with 2 updates Bumps the patches group with 2 updates in the /lambda directory: [boto3](https://github.com/boto/boto3) and [botocore](https://github.com/boto/botocore). Updates `boto3` from 1.43.2 to 1.43.29 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.43.2...1.43.29) Updates `botocore` from 1.43.24 to 1.43.29 - [Commits](https://github.com/boto/botocore/compare/1.43.24...1.43.29) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.43.25 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: botocore dependency-version: 1.43.25 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches ... Signed-off-by: dependabot[bot] --- lambda/requirements.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lambda/requirements.txt b/lambda/requirements.txt index 8470fd8..f468231 100644 --- a/lambda/requirements.txt +++ b/lambda/requirements.txt @@ -17,13 +17,13 @@ aws-xray-sdk==2.15.0 \ --hash=sha256:422d62ad7d52e373eebb90b642eb1bb24657afe03b22a8df4a8b2e5108e278a3 \ --hash=sha256:794381b96e835314345068ae1dd3b9120bd8b4e21295066c37e8814dbb341365 # via aws-lambda-powertools -boto3==1.43.2 \ - --hash=sha256:796e859cfb5e93c55276ce746f8020f691eda6b68a0ec4ce4f6fd07a1cca6859 \ - --hash=sha256:be951cc22769fbcda73fac523b031ee38db45c3ae2b0d828c76b8f6e8e683073 +boto3==1.43.29 \ + --hash=sha256:354006c512cdb87ef8214a095f2ade961c8145734475cd7a7e6b39260ff5494a \ + --hash=sha256:77c27ada27cdbf619a3bbc41fa9e991caef818d3a2988cf92ea722e107d90108 # via aws-encryption-sdk -botocore==1.43.24 \ - --hash=sha256:0c02f2b40e99419d496ece0ea2dcdedb5c45998c16fd1674276c7dbb30767a16 \ - --hash=sha256:42903b4bfafd8f15a735ed940473f28e4ba21b2ea67a9b9aaa11dfa7fcb19fd5 +botocore==1.43.29 \ + --hash=sha256:5d62f2a03ed279a50207ca2824e009313df15f082b6bb591a095a4f04c7faef3 \ + --hash=sha256:dce39d33b707aa162aa3820975f99d7f8f746d46576169fb42ce4f2b3b56b261 # via # aws-xray-sdk # boto3 From 50ddc102b36107059377a94b27db300762a255ce Mon Sep 17 00:00:00 2001 From: Tim Pugh Date: Tue, 16 Jun 2026 17:07:39 -0700 Subject: [PATCH 2/2] chore: regenerate lockfile and run ruff format --- lambda/requirements.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lambda/requirements.txt b/lambda/requirements.txt index f468231..8470fd8 100644 --- a/lambda/requirements.txt +++ b/lambda/requirements.txt @@ -17,13 +17,13 @@ aws-xray-sdk==2.15.0 \ --hash=sha256:422d62ad7d52e373eebb90b642eb1bb24657afe03b22a8df4a8b2e5108e278a3 \ --hash=sha256:794381b96e835314345068ae1dd3b9120bd8b4e21295066c37e8814dbb341365 # via aws-lambda-powertools -boto3==1.43.29 \ - --hash=sha256:354006c512cdb87ef8214a095f2ade961c8145734475cd7a7e6b39260ff5494a \ - --hash=sha256:77c27ada27cdbf619a3bbc41fa9e991caef818d3a2988cf92ea722e107d90108 +boto3==1.43.2 \ + --hash=sha256:796e859cfb5e93c55276ce746f8020f691eda6b68a0ec4ce4f6fd07a1cca6859 \ + --hash=sha256:be951cc22769fbcda73fac523b031ee38db45c3ae2b0d828c76b8f6e8e683073 # via aws-encryption-sdk -botocore==1.43.29 \ - --hash=sha256:5d62f2a03ed279a50207ca2824e009313df15f082b6bb591a095a4f04c7faef3 \ - --hash=sha256:dce39d33b707aa162aa3820975f99d7f8f746d46576169fb42ce4f2b3b56b261 +botocore==1.43.24 \ + --hash=sha256:0c02f2b40e99419d496ece0ea2dcdedb5c45998c16fd1674276c7dbb30767a16 \ + --hash=sha256:42903b4bfafd8f15a735ed940473f28e4ba21b2ea67a9b9aaa11dfa7fcb19fd5 # via # aws-xray-sdk # boto3