fix(deps): update all dependencies
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
boto3 | dependencies | patch |
1.35.44 -> 1.35.49
|
faker (changelog) | dev | minor |
30.6.0 -> 30.8.1
|
rich | dependencies | patch |
13.9.2 -> 13.9.3
|
tox (changelog) | patch |
4.23.0 -> 4.23.2
|
|
tox (changelog) | dev | patch |
4.23.0 -> 4.23.2
|
uis/devops/continuous-delivery/ci-templates | repository | minor |
v5.1.0 -> v5.2.0
|
Release Notes
boto/boto3 (boto3)
v1.35.49
=======
- api-change:
bedrock-agent
: [botocore
] Add support of new model types for Bedrock Agents, Adding inference profile support for Flows and Prompt Management, Adding new field to configure additional inference configurations for Flows and Prompt Management - api-change:
codebuild
: [botocore
] AWS CodeBuild now supports automatically retrying failed builds - api-change:
lambda
: [botocore
] Add TagsError field in Lambda GetFunctionResponse. The TagsError field contains details related to errors retrieving tags. - api-change:
logs
: [botocore
] Adding inferred token name for dynamic tokens in Anomalies. - api-change:
supplychain
: [botocore
] API doc updates, and also support showing error message on a failed instance
v1.35.48
=======
- api-change:
appconfig
: [botocore
] This release improves deployment safety by granting customers the ability to REVERT completed deployments, to the last known good state.In the StopDeployment API revert case the status of a COMPLETE deployment will be REVERTED. AppConfig only allows a revert within 72 hours of deployment completion. - api-change:
ec2
: [botocore
] This release includes a new API to describe some details of the Amazon Machine Images (AMIs) that were used to launch EC2 instances, even if those AMIs are no longer available for use. - api-change:
ecs
: [botocore
] This release adds support for EBS volumes attached to Amazon ECS Windows tasks running on EC2 instances. - api-change:
nimble
: [botocore
] The nimble client has been removed following the deprecation of the service. - api-change:
pcs
: [botocore
] Documentation update: added the default value of the Slurm configuration parameter scaleDownIdleTimeInSeconds to its description. - api-change:
qbusiness
: [botocore
] Add a new field in chat response. This field can be used to support nested schemas in array fields
v1.35.47
=======
- api-change:
bedrock
: [botocore
] Doc updates for supporting converse - api-change:
connect
: [botocore
] Amazon Connect Service Feature: Add support to start screen sharing for a web calling contact. - api-change:
ec2
: [botocore
] Amazon EC2 X8g, C8g and M8g instances are powered by AWS Graviton4 processors. X8g provide the lowest cost per GiB of memory among Graviton4 instances. C8g provide the best price performance for compute-intensive workloads. M8g provide the best price performance in for general purpose workloads. - api-change:
mwaa
: [botocore
] Introducing InvokeRestApi which allows users to invoke the Apache Airflow REST API on the webserver with the specified inputs. - api-change:
payment-cryptography
: [botocore
] Add support for ECC P-256 and P-384 Keys. - api-change:
payment-cryptography-data
: [botocore
] Add ECDH support on PIN operations. - bugfix:
s3
: [botocore
] Fix S3 200 Error handling to address bugs introduced in payload operations.
v1.35.46
=======
- api-change:
bedrock-runtime
: [botocore
] Updating invoke regex to support imported models for converse API - api-change:
imagebuilder
: [botocore
] Add macOS platform and instance placement options - api-change:
m2
: [botocore
] Add AuthSecretsManagerArn optional parameter to batch job APIs, expand batch parameter limits, and introduce clientToken constraints. - api-change:
rds
: [botocore
] Global clusters now expose the Endpoint attribute as one of its fields. It is a Read/Write endpoint for the global cluster which resolves to the Global Cluster writer instance. - api-change:
repostspace
: [botocore
] Adds the BatchAddRole and BatchRemoveRole APIs. - api-change:
timestream-query
: [botocore
] This release adds support for Query Insights, a feature that provides details of query execution, enabling users to identify areas for improvement to optimize their queries, resulting in improved query performance and lower query costs. - bugfix:
s3
: [botocore
] Fixed SelectObjectContent regression from#​3284 <https://github.com/boto/botocore/issues/3284>
__.
v1.35.45
=======
- api-change:
application-insights
: [botocore
] This feature enables customers to specify SNS Topic ARN. CloudWatch Application Insights (CWAI) will utilize this ARN to send problem notifications. - api-change:
autoscaling
: [botocore
] Adds support for removing the PlacementGroup setting on an Auto Scaling Group through the UpdateAutoScalingGroup API. - api-change:
bedrock-agent-runtime
: [botocore
] Knowledge Bases for Amazon Bedrock now supports custom prompts and model parameters in the orchestrationConfiguration of the RetrieveAndGenerate API. The modelArn field accepts Custom Models and Imported Models ARNs. - api-change:
dms
: [botocore
] Added support for tagging in StartReplicationTaskAssessmentRun API and introduced IsLatestTaskAssessmentRun and ResultStatistic fields for enhanced tracking and assessment result statistics. - api-change:
ec2
: [botocore
] Amazon EC2 now allows you to create network interfaces with just the EFA driver and no ENA driver by specifying the network interface type as efa-only. - api-change:
eks
: [botocore
] This release adds support for Amazon Application Recovery Controller (ARC) zonal shift and zonal autoshift with EKS that enhances the resiliency of multi-AZ cluster environments - api-change:
fms
: [botocore
] Update AWS WAF policy - add the option to retrofit existing web ACLs instead of creating all new web ACLs. - api-change:
payment-cryptography-data
: [botocore
] Adding new API to generate authenticated scripts for EMV pin change use cases. - api-change:
wafv2
: [botocore
] Add a property to WebACL to indicate whether it's been retrofitted by Firewall Manager. - enhancement:
s3
: [botocore
] Handle HTTP 200 responses with error information for all supported s3 operations.
joke2k/faker (faker)
v30.8.1
- Fix
month_in_guj
.
v30.8.0
- Update city names for
uk_UA
. Thanks @lexxai.
v30.7.0
- Add person provider for
gu_IN
locale. Thanks @debjeetsingha. - Add
datetime
provider forgu_IN
locale. Thanks @wh0th3h3llam1.
Textualize/rich (rich)
v13.9.3
Fixed
- Fixed broken regex that may have resulted in poor performance. https://github.com/Textualize/rich/pull/3535
tox-dev/tox (tox)
v4.23.2
What's Changed
- Support external tox.pytest usage via "test" extra by @mbra in https://github.com/tox-dev/tox/pull/3422
New Contributors
- @mbra made their first contribution in https://github.com/tox-dev/tox/pull/3422
Full Changelog: https://github.com/tox-dev/tox/compare/4.23.1...4.23.2
v4.23.1
What's Changed
- Docs: adjusting EOL Python version testing remarks by @robsdedude in https://github.com/tox-dev/tox/pull/3417
- Fix example docs by @gaborbernat in https://github.com/tox-dev/tox/pull/3421
New Contributors
- @robsdedude made their first contribution in https://github.com/tox-dev/tox/pull/3417
Full Changelog: https://github.com/tox-dev/tox/compare/4.23.0...4.23.1
uis/devops/continuous-delivery/ci-templates (uis/devops/continuous-delivery/ci-templates)
v5.2.0
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.