Skip to content

Commit 09939ea

Browse files
Update dependency boto3 to v1.37.2 (#2049)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [boto3](https://redirect.github.com/boto/boto3) | patch | `==1.37.0` -> `==1.37.2` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>boto/boto3 (boto3)</summary> ### [`v1.37.2`](https://redirect.github.com/boto/boto3/blob/HEAD/CHANGELOG.rst#1372) [Compare Source](https://redirect.github.com/boto/boto3/compare/1.37.1...1.37.2) \====== - api-change:`application-signals`: \[`botocore`] This release adds API support for reading Service Level Objectives and Services from monitoring accounts, from SLO and Service-scoped operations, including ListServices and ListServiceLevelObjectives. - api-change:`batch`: \[`botocore`] AWS Batch: Resource Aware Scheduling feature support - api-change:`chime`: \[`botocore`] Removes the Amazon Chime SDK APIs from the "chime" namespace. Amazon Chime SDK APIs continue to be available in the AWS SDK via the dedicated Amazon Chime SDK namespaces: chime-sdk-identity, chime-sdk-mediapipelines, chime-sdk-meetings, chime-sdk-messaging, and chime-sdk-voice. - api-change:`cloudfront`: \[`botocore`] Documentation update for VPC origin config. - api-change:`ec2`: \[`botocore`] Amazon EC2 Fleet customers can now override the Block Device Mapping specified in the Launch Template when creating a new Fleet request, saving the effort of creating and associating new Launch Templates to customize the Block Device Mapping. - api-change:`iotfleetwise`: \[`botocore`] This release adds an optional listResponseScope request parameter in certain list API requests to limit the response to metadata only. - api-change:`oam`: \[`botocore`] This release adds support for sharing AWS::ApplicationSignals::Service and AWS::ApplicationSignals::ServiceLevelObjective resources. - api-change:`sagemaker`: \[`botocore`] AWS SageMaker InferenceComponents now support rolling update deployments for Inference Components. - enhancement:`Protocol`: \[`botocore`] Adds support for the smithy-rpc-v2-cbor protocol. If a service supports smithy-rpc-v2-cbor, this protocol will automatically be used. For more information, see https://smithy.io/2.0/additional-specs/protocols/smithy-rpc-v2.html ### [`v1.37.1`](https://redirect.github.com/boto/boto3/blob/HEAD/CHANGELOG.rst#1371) [Compare Source](https://redirect.github.com/boto/boto3/compare/1.37.0...1.37.1) \====== - api-change:`codebuild`: \[`botocore`] Adding "reportArns" field in output of BatchGetBuildBatches API. "reportArns" is an array that contains the ARNs of reports created by merging reports from builds associated with the batch build. - api-change:`devicefarm`: \[`botocore`] Add an optional configuration to the ScheduleRun and CreateRemoteAccessSession API to set a device level http/s proxy. - api-change:`ec2`: \[`botocore`] Adds support for time-based EBS-backed AMI copy operations. Time-based copy ensures that EBS-backed AMIs are copied within and across Regions in a specified timeframe. - api-change:`iot`: \[`botocore`] AWS IoT - AWS IoT Device Defender adds support for a new Device Defender Audit Check that monitors device certificate age and custom threshold configurations for both the new device certificate age check and existing device certificate expiry check. - api-change:`taxsettings`: \[`botocore`] PutTaxRegistration API changes for Egypt, Greece, Vietnam countries </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - "every weekday" (UTC). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJpbXBhY3Qvbm8tY2hhbmdlbG9nLXJlcXVpcmVkIl19--> Co-authored-by: pulumi-renovate[bot] <189166143+pulumi-renovate[bot]@users.noreply.github.com>
1 parent 3486336 commit 09939ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

aws-py-slackbot/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
slack-sdk==3.34.0
22
pulumi>=3.5.1,<4.0.0
33
pulumi-aws>=6.0.2,<7.0.0
4-
boto3==1.37.0
4+
boto3==1.37.2
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
pulumi>=3.5.1,<4.0.0
22
pulumi-aws>=6.0.2,<7.0.0
3-
boto3==1.37.0
3+
boto3==1.37.2

0 commit comments

Comments
 (0)