Lock file maintenance Python dependencies (main) #1091
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^1.40.2
->^1.40.7
^7.10.2
->^7.10.3
45.0.5
->45.0.6
^0.12.7
->^0.12.8
🔧 This Pull Request updates lock files to use the latest dependency versions.
Release Notes
boto/boto3 (boto3)
v1.40.7
Compare Source
======
bedrock
: [botocore
] This release includes model updates and enhanced SDK documentation for union fields in automated reasoning policy components. Added docs cover policy definitions, mutations (add/update for rules/types/variables), build assets, workflow sources, test results, and tag exception handling.cognito-idp
: [botocore
] Remove SigV4 auth requirement for GetTokensFromRefreshTokenconnect
: [botocore
] Updating SearchUserHierarchyGroups APIdeadline
: [botocore
] Adds support for Wait and Save feature in service-managed fleetsec2
: [botocore
] This release adds AvailabilityZoneId support for CreateVolume, DescribeVolume, LaunchTemplates, RunInstances, DescribeInstances, CreateDefaultSubnet, SpotInstances, and CreateDefaultSubnet APIs.evs
: [botocore
] Update for general availability of Amazon Elastic VMware Service (EVS).lambda
: [botocore
] Doc-only update for Lambda that updates the maximum payload size for response streaming invocations to 200 MB.quicksight
: [botocore
] Add RowAxisDisplayOptions and ColumnAxisDisplayOptions to HeatMapConfiguration, add Actions to PluginVisual, increase limit for CalculatedFields listsso-admin
: [botocore
] Added support for managing user background session for applicationsv1.40.6
Compare Source
======
connect
: [botocore
] This release adds a new API GetContactMetrics for Amazon Connect.inspector2
: [botocore
] Add CVSSV4 to Vulnerability Search API and update enable/disable account id list length to 5iot-data
: [botocore
] Adding DeleteConnection API to IoT Data Planesagemaker
: [botocore
] Adds support for GB200 UltraServers in Amazon SageMaker training jobs, training plans, and HyperPod clusterstranscribe
: [botocore
] Update documentation to use key ARN only in OutputEncryptionKMSKeyId request parameterbotocore
] Fixes a bug which causes the stubber to begin failing for DynamoDB when SSO or AssumeRole credentials fail to loadv1.40.5
Compare Source
======
batch
: [botocore
] This feature allows customers to use AWS Batch with Linux with ARM64 CPU Architecture with Fargate Spot compute support.cloudfront
: [botocore
] Added new viewer security policy, TLSv1.3_2025, for CloudFront.codebuild
: [botocore
] AWS CodeBuild now supports comment-based pull request control.gameliftstreams
: [botocore
] Adds Proton 9.0-2 to the list of runtime environment options available when creating an Amazon GameLift Streams applicationglue
: [botocore
] AWS Glue Data Catalog now supports Iceberg Optimization settings at the Catalog level, and supports new options to control the optimization job run rate.guardduty
: [botocore
] Added support for VPC owner account ID associated with DNS request in the GuardDuty finding.v1.40.4
Compare Source
======
appstream
: [botocore
] Added support for G6 instancesbudgets
: [botocore
] Adds support for billing views. Billing views let you control access to cost and usage data through an AWS resource, streamlining the process of sharing cost and usage data across account boundaries. With this release, you can now create and view budgets based on billing views.ec2
: [botocore
] Mark Elastic Inference Accelerators and Elastic Graphics Processor parameters as deprecated on the RunInstances and LaunchTemplate APIs.opensearchserverless
: [botocore
] Features: add Index APIs in OpenSearchServerless to support managed semantic enrichmentqbusiness
: [botocore
] Amazon Q Business now supports the GetDocumentContent() API that enables customers to securely access the source documents through clickable citation links at query timev1.40.3
Compare Source
======
bedrock
: [botocore
] This release introduces Automated Reasoning checks for Amazon Bedrock Guardrails. The feature adds new APIs for policy building, refinement, version management, and testing. Guardrail APIs now support Automated Reasoning policy configuration and validation output.bedrock-runtime
: [botocore
] This release adds support for Automated Reasoning checks output models for the Amazon Bedrock Guardrails ApplyGuardrail API.eks
: [botocore
] Add support for deletion protection on EKS clustersrds
: [botocore
] Adds a new Aurora Serverless v2 attribute to the DBCluster resource to expose the platform version. Also updates the attribute to be part of both the engine version and platform version descriptions.sagemaker
: [botocore
] Add support for SageMaker Hyperpod continuous scaling and custom AMI; Introduce new APIs: ListClusterEvents, DescribeClusterEvent, BatchAddClusterNodesnedbat/coveragepy (coverage)
v7.10.3
Compare Source
Fixes for
patch = subprocess
:If subprocesses spawned yet more subprocesses simultaneously, some coverage
could be missed. This is now fixed, closing
issue 2024
_.If subprocesses were created in other directories, their data files were
stranded there and not combined into the totals, as described in
issue 2025
_. This is now fixed.On Windows (or maybe only some Windows?) the patch would fail with a
ModuleNotFound
error trying to import coverage. This is now fixed,closing
issue 2022
_.Originally only options set in the coverage configuration file would apply
to subprocesses. Options set on the
coverage run
command line (such as--branch
) wouldn't be communicated to the subprocesses. This couldlead to combining failures, as described in
issue 2021
_. Now the entireconfiguration is used in subprocesses, regardless of its origin.
Added
debug=patch
to help diagnose problems.Fix: really close all SQLite databases, even in-memory ones. Closes
issue 2017
_... _issue 2017:https://github.com/nedbat/coveragepy/issues/20177
.. _issue 2021https://github.com/nedbat/coveragepy/issues/202121
.. _issue 202https://github.com/nedbat/coveragepy/issues/2022022
.. _issue 20https://github.com/nedbat/coveragepy/issues/20242024
.. _issue 2https://github.com/nedbat/coveragepy/issues/2025/2025
.. _changes_7-10-2:
pyca/cryptography (cryptography)
v45.0.6
Compare Source
astral-sh/ruff (ruff)
v0.12.8
Compare Source
Preview features
flake8-use-pathlib
] ExpandPTH201
to check allPurePath
subclasses (#19440)Bug fixes
flake8-blind-except
] ChangeBLE001
to correctly parse exception tuples (#19747)flake8-errmsg
] Excludetyping.cast
fromEM101
(#19656)flake8-simplify
] Fix raw string handling inSIM905
for embedded quotes (#19591)flake8-import-conventions
] Avoid false positives for NFKC-normalized__debug__
import aliases inICN001
(#19411)isort
] Fix syntax error after docstring ending with backslash (I002
) (#19505)pylint
] MarkPLC0207
fixes as unsafe when*args
unpacking is present (#19679)pyupgrade
] Prevent infinite loop withI002
(UP010
,UP035
) (#19413)ruff
] Parenthesize generator expressions in f-strings (RUF010
) (#19434)Rule changes
eradicate
] Don't flagpyrefly
pragmas as unused code (ERA001
) (#19731)Documentation
RUF036
(#19706)typing
documentation (#19648)refurb
] Make more examples error out-of-the-box (#19695,#19673,#19672)Other changes
ruff
id (#19654)Configuration
📅 Schedule: Branch creation - Between 01:00 AM and 05:59 AM, only on Tuesday ( * 1-5 * * 2 ) in timezone Etc/UTC, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.