Skip to content

Commit aeb52a7

Browse files
chore(deps): update python to v1.42.54 (#176)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [boto3](https://redirect.github.com/boto/boto3) | `==1.42.49` → `==1.42.54` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/boto3/1.42.54?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/boto3/1.42.49/1.42.54?slim=true) | | [botocore](https://redirect.github.com/boto/botocore) | `==1.42.49` → `==1.42.54` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/botocore/1.42.54?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/botocore/1.42.49/1.42.54?slim=true) | --- ### Release Notes <details> <summary>boto/boto3 (boto3)</summary> ### [`v1.42.54`](https://redirect.github.com/boto/boto3/blob/HEAD/CHANGELOG.rst#14254) [Compare Source](https://redirect.github.com/boto/boto3/compare/1.42.53...1.42.54) \======= - api-change:`appstream`: \[`botocore`] Adding new attribute to disable IMDS v1 APIs for fleet, Image Builder and AppBlockBuilder instances. - api-change:`ecs`: \[`botocore`] Migrated to Smithy. No functional changes - api-change:`endpoint-rules`: \[`botocore`] Update endpoint-rules client to latest version - api-change:`sagemaker-runtime`: \[`botocore`] Added support for S3OutputPathExtension and Filename parameters to the InvokeEndpointAsync API to allow users to customize the S3 output path and file name for async inference response payloads. - api-change:`signer-data`: \[`botocore`] This release introduces AWS Signer Data Plane SDK client supporting GetRevocationStatus API. The new client enables AWS PrivateLink connectivity with both private DNS and VPC endpoint URLs. - api-change:`ssm`: \[`botocore`] Add support for AssociationDispatchAssumeRole in AWS SSM State Manager. - api-change:`trustedadvisor`: \[`botocore`] Adding a new enum attribute(statusReason) to TrustedAdvisorAPI response. This attribute explains reasoning behind check status for certain specific scenarios. ### [`v1.42.53`](https://redirect.github.com/boto/boto3/blob/HEAD/CHANGELOG.rst#14253) [Compare Source](https://redirect.github.com/boto/boto3/compare/1.42.52...1.42.53) \======= - api-change:`bcm-dashboards`: \[`botocore`] The Billing and Cost Management GetDashboard API now returns identifier for each widget, enabling users to uniquely identify widgets within their dashboards. - api-change:`ecr`: \[`botocore`] Adds multiple artifact types filter support in ListImageReferrers API. - api-change:`pca-connector-scep`: \[`botocore`] AWS Private CA Connector for SCEP now supports AWS PrivateLink, allowing your clients to request certificates from within your Amazon Virtual Private Cloud (VPC) without traversing the public internet. With this launch, you can create VPC endpoints to connect to your SCEP connector privately. - enhancement:`checksums`: \[`botocore`] Added support for the SHA512 checksum algorithm. When the optional AWS CRT (`awscrt`) dependency is installed, support is also enabled for the XXHASH64, XXHASH3, and XXHASH128 checksum algorithms. Also added pass-through support for customer-provided MD5 checksum headers (without SDK-side MD5 calculation or validation). ### [`v1.42.52`](https://redirect.github.com/boto/boto3/blob/HEAD/CHANGELOG.rst#14252) [Compare Source](https://redirect.github.com/boto/boto3/compare/1.42.51...1.42.52) \======= - api-change:`cleanrooms`: \[`botocore`] This release adds support for federated catalogs in Athena-sourced configured tables. - api-change:`connect`: \[`botocore`] Correcting in-app notifications API documentation. ### [`v1.42.51`](https://redirect.github.com/boto/boto3/blob/HEAD/CHANGELOG.rst#14251) [Compare Source](https://redirect.github.com/boto/boto3/compare/1.42.50...1.42.51) \======= - api-change:`ec2`: \[`botocore`] Add Operator field to CreatePlacementGroup and DescribePlacementGroup APIs. - api-change:`evidently`: \[`botocore`] The evidently client has been removed following the deprecation of the service. - api-change:`grafana`: \[`botocore`] This release updates Amazon Managed Grafana's APIs to support customer managed KMS keys. - api-change:`iotanalytics`: \[`botocore`] The iotanalytics client has been removed following the deprecation of the service. - api-change:`rds`: \[`botocore`] Adds support for the StorageEncryptionType field to specify encryption type for DB clusters, DB instances, snapshots, automated backups, and global clusters. - api-change:`workspaces-web`: \[`botocore`] Adds support for branding customization without requiring a custom wallpaper. ### [`v1.42.50`](https://redirect.github.com/boto/boto3/blob/HEAD/CHANGELOG.rst#14250) [Compare Source](https://redirect.github.com/boto/boto3/compare/1.42.49...1.42.50) \======= - api-change:`arc-region-switch`: \[`botocore`] Clarify documentation on ARC Region Switch start-plan-execution operation - api-change:`ec2`: \[`botocore`] Documentation updates for EC2 Secondary Networks - api-change:`ecr`: \[`botocore`] Adds support for enabling blob mounting, and removes support for Clair based image scanning - api-change:`kafka`: \[`botocore`] Amazon MSK now supports dual-stack connectivity (IPv4 and IPv6) for existing MSK clusters. You can enable dual-stack on existing clusters by specifying the NetworkType parameter in updateConnectivity API. - api-change:`kms`: \[`botocore`] Added support for Decrypt and ReEncrypt API's to use dry run feature without ciphertext for authorization validation - api-change:`qconnect`: \[`botocore`] Update MessageType enum to include missing types. </details> <details> <summary>boto/botocore (botocore)</summary> ### [`v1.42.54`](https://redirect.github.com/boto/botocore/blob/HEAD/CHANGELOG.rst#14254) [Compare Source](https://redirect.github.com/boto/botocore/compare/1.42.53...1.42.54) \======= - api-change:`appstream`: Adding new attribute to disable IMDS v1 APIs for fleet, Image Builder and AppBlockBuilder instances. - api-change:`ecs`: Migrated to Smithy. No functional changes - api-change:`endpoint-rules`: Update endpoint-rules client to latest version - api-change:`sagemaker-runtime`: Added support for S3OutputPathExtension and Filename parameters to the InvokeEndpointAsync API to allow users to customize the S3 output path and file name for async inference response payloads. - api-change:`signer-data`: This release introduces AWS Signer Data Plane SDK client supporting GetRevocationStatus API. The new client enables AWS PrivateLink connectivity with both private DNS and VPC endpoint URLs. - api-change:`ssm`: Add support for AssociationDispatchAssumeRole in AWS SSM State Manager. - api-change:`trustedadvisor`: Adding a new enum attribute(statusReason) to TrustedAdvisorAPI response. This attribute explains reasoning behind check status for certain specific scenarios. ### [`v1.42.53`](https://redirect.github.com/boto/botocore/blob/HEAD/CHANGELOG.rst#14253) [Compare Source](https://redirect.github.com/boto/botocore/compare/1.42.52...1.42.53) \======= - api-change:`bcm-dashboards`: The Billing and Cost Management GetDashboard API now returns identifier for each widget, enabling users to uniquely identify widgets within their dashboards. - api-change:`ecr`: Adds multiple artifact types filter support in ListImageReferrers API. - api-change:`pca-connector-scep`: AWS Private CA Connector for SCEP now supports AWS PrivateLink, allowing your clients to request certificates from within your Amazon Virtual Private Cloud (VPC) without traversing the public internet. With this launch, you can create VPC endpoints to connect to your SCEP connector privately. - enhancement:`checksums`: Added support for the SHA512 checksum algorithm. When the optional AWS CRT (`awscrt`) dependency is installed, support is also enabled for the XXHASH64, XXHASH3, and XXHASH128 checksum algorithms. Also added pass-through support for customer-provided MD5 checksum headers (without SDK-side MD5 calculation or validation). ### [`v1.42.52`](https://redirect.github.com/boto/botocore/blob/HEAD/CHANGELOG.rst#14252) [Compare Source](https://redirect.github.com/boto/botocore/compare/1.42.51...1.42.52) \======= - api-change:`cleanrooms`: This release adds support for federated catalogs in Athena-sourced configured tables. - api-change:`connect`: Correcting in-app notifications API documentation. ### [`v1.42.51`](https://redirect.github.com/boto/botocore/blob/HEAD/CHANGELOG.rst#14251) [Compare Source](https://redirect.github.com/boto/botocore/compare/1.42.50...1.42.51) \======= - api-change:`ec2`: Add Operator field to CreatePlacementGroup and DescribePlacementGroup APIs. - api-change:`evidently`: The evidently client has been removed following the deprecation of the service. - api-change:`grafana`: This release updates Amazon Managed Grafana's APIs to support customer managed KMS keys. - api-change:`iotanalytics`: The iotanalytics client has been removed following the deprecation of the service. - api-change:`rds`: Adds support for the StorageEncryptionType field to specify encryption type for DB clusters, DB instances, snapshots, automated backups, and global clusters. - api-change:`workspaces-web`: Adds support for branding customization without requiring a custom wallpaper. ### [`v1.42.50`](https://redirect.github.com/boto/botocore/blob/HEAD/CHANGELOG.rst#14250) [Compare Source](https://redirect.github.com/boto/botocore/compare/1.42.49...1.42.50) \======= - api-change:`arc-region-switch`: Clarify documentation on ARC Region Switch start-plan-execution operation - api-change:`ec2`: Documentation updates for EC2 Secondary Networks - api-change:`ecr`: Adds support for enabling blob mounting, and removes support for Clair based image scanning - api-change:`kafka`: Amazon MSK now supports dual-stack connectivity (IPv4 and IPv6) for existing MSK clusters. You can enable dual-stack on existing clusters by specifying the NetworkType parameter in updateConnectivity API. - api-change:`kms`: Added support for Decrypt and ReEncrypt API's to use dry run feature without ciphertext for authorization validation - api-change:`qconnect`: Update MessageType enum to include missing types. </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 5am on monday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/Nextdoor/gogo). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNi41IiwidXBkYXRlZEluVmVyIjoiNDMuMjYuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 286b895 commit aeb52a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
boto3==1.42.49
2-
botocore==1.42.49
1+
boto3==1.42.54
2+
botocore==1.42.54
33
certifi==2026.1.4
44
chardet==6.0.0.post1
55
click==8.3.1

0 commit comments

Comments
 (0)