fix(deps): update all dependencies
This MR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| boto3 | dependencies | patch |
1.37.9 -> 1.37.13
|
| coverage | dev | minor |
7.6.12 -> 7.7.0
|
| responses (changelog) | dev | patch |
0.25.6 -> 0.25.7
|
Release Notes
boto/boto3 (boto3)
v1.37.13
=======
- api-change:
cognito-identity: [botocore] Updated API model build artifacts for identity pools - api-change:
cognito-idp: [botocore] Minor description updates to API parameters - api-change:
glue: [botocore] This release added AllowFullTableExternalDataAccess to glue catalog resource. - api-change:
lakeformation: [botocore] This release added "condition" to LakeFormation OptIn APIs, also added WithPrivilegedAccess flag to RegisterResource and DescribeResource.
v1.37.12
=======
- api-change:
acm-pca: [botocore] Private Certificate Authority service now supports P521 and RSA3072 key algorithms. - api-change:
amplify: [botocore] Introduced support for Skew Protection. Added enableSkewProtection field to createBranch and updateBranch API. - api-change:
codebuild: [botocore] AWS CodeBuild now supports webhook filtering by organization name - api-change:
datazone: [botocore] This release adds support to update projects and environments - api-change:
dynamodb: [botocore] Generate account endpoints for DynamoDB requests using ARN-sourced account ID when available - api-change:
ec2: [botocore] This release changes the CreateLaunchTemplate, CreateLaunchTemplateVersion, ModifyLaunchTemplate CLI and SDKs such that if you do not specify a client token, a randomly generated token is used for the request to ensure idempotency. - api-change:
ivs-realtime: [botocore] IVS Real-Time now offers customers the ability to adjust the participant & composition recording segment duration - api-change:
logs: [botocore] Updated CreateLogAnomalyDetector to accept only kms key arn - api-change:
mediapackagev2: [botocore] This release adds the ResetChannelState and ResetOriginEndpointState operation to reset MediaPackage V2 channel and origin endpoint. This release also adds a new field, UrlEncodeChildManifest, for HLS/LL-HLS to allow URL-encoding child manifest query string based on the requirements of AWS SigV4. - api-change:
s3control: [botocore] Updating GetDataAccess response for S3 Access Grants to include the matched Grantee for the requested prefix
v1.37.11
=======
- api-change:
ec2: [botocore] This release adds the GroupLongName field to the response of the DescribeAvailabilityZones API. - api-change:
ecr: [botocore] This release adds Amazon ECR to Amazon ECR pull through cache rules support. - api-change:
ecs: [botocore] This is a documentation only update for Amazon ECS to address various tickets. - api-change:
inspector2: [botocore] Adding componentArn to network reachability details - api-change:
medialive: [botocore] Add an enum option DISABLED for Output Locking Mode under Global Configuration.
v1.37.10
=======
- api-change:
bedrock-agent: [botocore] Add support for computer use tools - api-change:
bedrock-agent-runtime: [botocore] Add support for computer use tools - api-change:
ce: [botocore] Releasing minor partition endpoint updates. - api-change:
connect: [botocore] Add support for contact transfers in external voice systems. - api-change:
medialive: [botocore] Adds defaultFontSize and defaultLineHeight as options in the EbuTtDDestinationSettings within the caption descriptions for an output stream. - api-change:
pca-connector-ad: [botocore] PrivateCA Connector for Active Directory now supports dual stack endpoints. This release adds the IpAddressType option to the VpcInformation on a Connector which determines whether the endpoint supports IPv4 only or IPv4 and IPv6 traffic. - api-change:
securityhub: [botocore] This release adds new StandardsControlsUpdatable field to the StandardsSubscription resource - api-change:
timestream-influxdb: [botocore] This release updates the default value of pprof-disabled from false to true.
nedbat/coveragepy (coverage)
v7.7.0
-
The Coverage object has a new method, :meth:
.Coverage.branch_statsfor getting simple branch information for a module. Closesissue 1888_. -
The :class:
Coverage constructor<.Coverage>now has apluginsparameter for passing in plugin objects directly, thanks toAlex Gaynor <pull 1919_>_. -
Many constant tests in if statements are now recognized as being optimized away. For example, previously
if 13:would have been considered a branch with one path not taken. Now it is understood as always true and no coverage is missing. -
The experimental sys.monitoring support now works for branch coverage if you are using Python 3.14.0 alpha 6 or newer. This should reduce the overhead coverage.py imposes on your test suite. Set the environment variable
COVERAGE_CORE=sysmonto try it out. -
Confirmed support for PyPy 3.11. Thanks Michał Górny.
.. _issue 1888: https://github.com/nedbat/coveragepy/issues/1888 .. _pull 1919: https://github.com/nedbat/coveragepy/pull/1919
.. _changes_7-6-12:
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.