fix(deps): update all dependencies
This MR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| boto3 | dependencies | patch |
1.37.23 -> 1.37.28
|
| moto (changelog) | dev | patch |
5.1.2 -> 5.1.3
|
| poetry (changelog) | patch |
2.1.1 -> 2.1.2
|
|
| pycqa/flake8 | repository | minor |
7.1.2 -> 7.2.0
|
| pydantic (changelog) | dependencies | patch |
2.11.1 -> 2.11.2
|
| pytest-cov (changelog) | dev | minor |
6.0.0 -> 6.1.1
|
| tox (changelog) | minor |
4.24.2 -> 4.25.0
|
|
| uis/devops/continuous-delivery/ci-templates | repository | minor |
v6.7.2 -> v6.8.0
|
Note: The pre-commit manager in Renovate is not supported by the pre-commit maintainers or community. Please do not report any problems there, instead create a Discussion in the Renovate repository if you have any questions.
Release Notes
boto/boto3 (boto3)
v1.37.28
=======
- api-change:
ds-data: [botocore] Doc only update - fixed broken links. - api-change:
ec2: [botocore] Doc-only updates for Amazon EC2 - api-change:
events: [botocore] Amazon EventBridge adds support for customer-managed keys on Archives and validations for two fields: eventSourceArn and kmsKeyIdentifier. - api-change:
s3control: [botocore] Updated max size of Prefixes parameter of Scope data type.
v1.37.27
=======
- api-change:
bedrock-agent: [botocore] Added optional "customMetadataField" for Amazon Aurora knowledge bases, allowing single-column metadata. Also added optional "textIndexName" for MongoDB Atlas knowledge bases, enabling hybrid search support. - api-change:
chime-sdk-voice: [botocore] Added FOC date as an attribute of PhoneNumberOrder, added AccessDeniedException as a possible return type of ValidateE911Address - api-change:
mailmanager: [botocore] Add support for Dual_Stack and PrivateLink types of IngressPoint. For configuration requests, SES Mail Manager will now accept both IPv4/IPv6 dual-stack endpoints and AWS PrivateLink VPC endpoints for email receiving. - api-change:
opensearch: [botocore] Improve descriptions for various API commands and data types. - api-change:
route53: [botocore] Added us-gov-east-1 and us-gov-west-1 as valid Latency Based Routing regions for change-resource-record-sets. - api-change:
sagemaker: [botocore] Adds support for i3en, m7i, r7i instance types for SageMaker Hyperpod - api-change:
sesv2: [botocore] This release enables customers to provide attachments in the SESv2 SendEmail and SendBulkEmail APIs. - api-change:
transcribe: [botocore] This Feature Adds Support for the "zh-HK" Locale for Batch Operations - enhancement:Eventstream: [
botocore] The event streams maximum payload size is now required to be 24Mb or less.
v1.37.26
=======
- api-change:
application-signals: [botocore] Application Signals now supports creating Service Level Objectives on service dependencies. Users can now create or update SLOs on discovered service dependencies to monitor their standard application metrics. - api-change:
codebuild: [botocore] This release adds support for environment type WINDOWS_SERVER_2022_CONTAINER in ProjectEnvironment - api-change:
ecr: [botocore] Fix for customer issues related to AWS account ID and size limitation for token. - api-change:
ecs: [botocore] This is an Amazon ECS documentation only update to address various tickets. - api-change:
lexv2-models: [botocore] Release feature of errorlogging for lex bot, customer can config this feature in bot version to generate log for error exception which helps debug - api-change:
medialive: [botocore] Added support for SMPTE 2110 inputs when running a channel in a MediaLive Anywhere cluster. This feature enables ingestion of SMPTE 2110-compliant video, audio, and ancillary streams by reading SDP files that AWS Elemental MediaLive can retrieve from a network source.
v1.37.25
=======
- api-change:
cleanrooms: [botocore] This release adds support for updating the analytics engine of a collaboration. - api-change:
sagemaker: [botocore] Added tagging support for SageMaker notebook instance lifecycle configurations
v1.37.24
=======
- api-change:
bedrock-runtime: [botocore] Add Prompt Caching support to Converse and ConverseStream APIs - api-change:
deadline: [botocore] With this release you can use a new field to specify the search term match type. Search term match types currently support fuzzy and contains matching. - api-change:
ec2: [botocore] Release VPC Route Server, a new feature allowing dynamic routing in VPCs. - api-change:
eks: [botocore] Add support for updating RemoteNetworkConfig for hybrid nodes on EKS UpdateClusterConfig API - api-change:
marketplace-entitlement: [botocore] Add support for Marketplace Entitlement Service dual-stack endpoints. - api-change:
outposts: [botocore] Enabling Asset Level Capacity Management feature, which allows customers to create a Capacity Task for a single Asset on their active Outpost. - api-change:
s3: [botocore] Amazon S3 adds support for S3 Access Points for directory buckets in AWS Dedicated Local Zones - api-change:
s3control: [botocore] Amazon S3 adds support for S3 Access Points for directory buckets in AWS Dedicated Local Zones - api-change:
sesv2: [botocore] Add dual-stack support to global endpoints. - api-change:
transfer: [botocore] Add WebAppEndpointPolicy support for WebApps
getmoto/moto (moto)
v5.1.3
Docker Digest for 5.1.3: sha256:c96adff67d2bf82c3a61a6f1155db5300be44d82a9403919a6ff994d0e5438b7
New Methods:
* DMS:
* create_replication_instance()
* describe_replication_instances()
* Service Catalog:
* describe_portfolio()
Miscellaneous:
* ACM: request_certificate() now correctly handles IPv4-addresses
* DynamoDB: update_item(): Fixed a bug where the PathOverlap-exception was thrown erroneously
* EC2: Improved the behaviour of SecurityGroupRules with multiple IP ranges
* MediaConnect: create_flow() now supports the Maintenance-parameter
* RDS: Managed Secrets are now actually created in Secrets Manager
* S3: delete_objects(): The BypassGovernanceMode-parameter is now compatible with botocore==1.27.25
* SNS: SMS messages are now exposed via the Moto API
python-poetry/poetry (poetry)
v2.1.2
Changed
- Improve performance of locking dependencies (#10275).
Fixed
- Fix an issue where markers were not locked correctly (#10240).
- Fix an issue where the result of
poetry lockwas not deterministic (#10276). - Fix an issue where
poetry env activatereturned the wrong command fortcsh(#10243). - Fix an issue where
poetry env activatereturned the wrong command forpwshon Linux (#10256).
Docs
- Update basic usage section to reflect new default layout (#10203).
poetry-core (2.1.2)
- Improve performance of marker operations (#851).
- Fix an issue where incorrect markers were calculated when removing parts covered by the project's Python constraint (#841, #846).
- Fix an issue where
extramarkers were not simplified (#842, #845, #847). - Fix an issue where the intersection and union of markers was not deterministic (#843).
- Fix an issue where the intersection of
python_versionmarkers was not recognized as empty (#849). - Fix an issue where
python_versionmarkers were not simplified (#848, #851). - Fix an issue where Python constraints on a package were converted into invalid markers (#853).
pydantic/pydantic (pydantic)
v2.11.2
What's Changed
Fixes
- Bump
pydantic-coreto v2.33.1 by @Viicos in #11678 - Make sure
__pydantic_private__exists before setting private attributes by @Viicos in #11666 - Do not override
FieldInfo._completewhen using field from parent class by @Viicos in #11668 - Provide the available definitions when applying discriminated unions by @Viicos in #11670
- Do not expand root type in the mypy plugin for variables by @Viicos in #11676
- Mention the attribute name in model fields deprecation message by @Viicos in #11674
- Properly validate parameterized mappings by @Viicos in #11658
pytest-dev/pytest-cov (pytest-cov)
v6.1.1
- Fixed breakage that occurs when
--cov-contextand theno_covermarker are used together.
v6.1.0
- Change terminal output to use full width lines for the coverage header.
Contributed by Tsvika Shapira in
#​678 <https://github.com/pytest-dev/pytest-cov/pull/678>_. - Removed unnecessary CovFailUnderWarning. Fixes
#​675 <https://github.com/pytest-dev/pytest-cov/issues/675>_. - Fixed the term report not using the precision specified via
--cov-precision.
tox-dev/tox (tox)
v4.25.0
What's Changed
- Tests: Adjust expected exception message for Python 3.14.0a6 by @hroncok in https://github.com/tox-dev/tox/pull/3500
- feat(config): Allow ranges in envlist by @mimre25 in https://github.com/tox-dev/tox/pull/3503
Full Changelog: https://github.com/tox-dev/tox/compare/4.24.2...4.25.0
uis/devops/continuous-delivery/ci-templates (uis/devops/continuous-delivery/ci-templates)
v6.8.0
v6.7.3
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.