chore(deps): update all patch dependencies #744
Merged
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.40->==1.40.461.40.51(+4)v10.8.1->v10.8.2==3.3.8->==3.3.9Review
Release Notes
boto/boto3 (boto3)
v1.40.46Compare Source
=======
backup: [botocore] Adds optional MaxScheduledRunsPreview input to GetBackupPlan API to provide a preview of up to 10 next scheduled backup plan runs in the GetBackupPlan response.bedrock-agentcore: [botocore] Add support for batch memory management, agent card retrieval and session terminationbedrock-agentcore-control: [botocore] Add support for VM lifecycle configuration parameters and A2A protocolglue: [botocore] Adds labeling for DataQualityRuleResult for GetDataQualityResult and PublishDataQualityResult APIsmediaconnect: [botocore] Enabling Tag-on-Create for AWS Elemental MediaConnect flow-based resource typesmemorydb: [botocore] Support for DescribeMultiRegionParameterGroups and DescribeMultiRegionParameters API.quicksight: [botocore] Documentation improvements for QuickSight API documentation to clarify that delete operation APIs are global.rds: [botocore] Documentation updates to the CreateDBClusterMessage$PubliclyAccessible and CreateDBInstanceMessage$PubliclyAccessible properties.resource-explorer-2: [botocore] Add new AWS Resource Explorer APIsv1.40.45Compare Source
=======
cleanrooms: [botocore] Added support for reading data sources across regions, and results delivery to allowedlisted regions.medialive: [botocore] AWS Elemental MediaLive enables Mediapackage V2 users to configure ID3, KLV, Nielsen ID3, and Segment Length related parameters through the Mediapackage output group.payment-cryptography-data: [botocore] Added a new API - translateKeyMaterial; allows keys wrapped by ECDH derived keys to be rewrapped under a static AES keyblock without first importing the key into the service.qconnect: [botocore] Updated Amazon Q in Connect APIs to support Email Contact Recommendations.v1.40.44Compare Source
=======
cloudformation: [botocore] Add new warning type 'EXCLUDED_RESOURCES'connectcases: [botocore] New Search All Related Items API enables searching related items across casesdynamodb: [botocore] Add support for dual-stack account endpoint generationendpoint-rules: [botocore] Update endpoint-rules client to latest versionguardduty: [botocore] Updated descriptions for the Location parameter in CreateTrustedEntitySet and CreateThreatEntitySet.synthetics: [botocore] Adds support to configure canaries with pre-configured blueprint code on supported runtime versions. This behavior can be controlled via the new BlueprintTypes property exposed in the CreateCanary and UpdateCanary APIs.v1.40.43Compare Source
=======
chime-sdk-meetings: [botocore] Add support to receive dual stack MediaPlacement URLs in Chime Meetings SDKcleanrooms: [botocore] This release introduces data access budgets to control how many times a table can be used for queries and jobs in a collaboration.cleanroomsml: [botocore] This release introduces data access budgets to view how many times an input channel can be used for ML jobs in a collaboration.dms: [botocore] This is a doc-only update, revising text for kms-key-arns.ecs: [botocore] This is a documentation only Amazon ECS release that adds additional information for health checks.pcs: [botocore] Added the UpdateCluster API action to modify cluster configurations, and Slurm custom settings for queues.v1.40.42Compare Source
=======
application-signals: [botocore] Amazon CloudWatch Application Signals is introducing the Application Map to give users a more comprehensive view of their service health. Users will now be able to group services, track their latest deployments, and view automated audit findings concerning service performance.bedrock-agentcore-control: [botocore] Tagging support for AgentCore Gatewaychime-sdk-voice: [botocore] Added support for IPv4-only and dual-stack network configurations for VoiceConnector and CreateVoiceConnector API.connectcases: [botocore] This release adds support for two new related item types: ConnectCase for linking Amazon Connect cases and Custom for user-defined related items with configurable fields.customer-profiles: [botocore] This release introduces ListProfileHistoryRecords and GetProfileHistoryRecord APIs for comprehensive profile history tracking with complete audit trails of creation, updates, merges, deletions, and data ingestion events.datasync: [botocore] Added support for FIPS VPC endpoints in FIPS-enabled AWS Regions.datazone: [botocore] This release adds support for creation of EMR on EKS Connections in Amazon DataZone.ds: [botocore] AWS Directory service now supports IPv6-native and dual-stack configurations for AWS Managed Microsoft AD, AD Connector, and Simple AD (dual-stack only). Additionally, AWS Managed Microsoft AD Standard Edition directories can be upgraded to Enterprise Edition directories through a single API call.ecs: [botocore] This release adds support for Managed Instances on Amazon ECS.fsx: [botocore] Add Dual-Stack support for Amazon FSx for NetApp ONTAP and Windows File Servermediatailor: [botocore] Adding TPS Traffic Shaping to Prefetch Schedulesquicksight: [botocore] added warnings to a few CLI pagesrds: [botocore] Enhanced RDS error handling: Added DBProxyEndpointNotFoundFault, DBShardGroupNotFoundFault, KMSKeyNotAccessibleFault for snapshots/restores/backups, NetworkTypeNotSupported, StorageTypeNotSupportedFault for restores, and granular state validation faults. Changed DBInstanceNotReadyFault to HTTP 400.transfer: [botocore] Add support for updating server identity provider typev1.40.41Compare Source
=======
bedrock: [botocore] Release for fixing GetFoundationModel API behavior. Imported and custom models have their own exclusive API and GetFM should not accept those ARNS as inputbedrock-runtime: [botocore] New stop reason for Converse and ConverseStreamimagebuilder: [botocore] This release introduces several new features and improvements to enhance pipeline management, logging, and resource configuration.vpc-lattice: [botocore] Adds support for specifying the number of IPv4 addresses in each ENI for the resource gateway for VPC Lattice.cds-snc/terraform-modules (github.com/cds-snc/terraform-modules)
v10.8.2Compare Source
What's Changed
Full Changelog: v10.8.1...v10.8.2
pylint-dev/pylint (pylint)
v3.3.9Compare Source
What's new in Pylint 3.3.9?
Release date: 2025-10-05
False Positives Fixed
Fix used-before-assignment for PEP 695 type aliases and parameters.
Closes #9815
No longer flag undeprecated functions in
importlib.resourcesas deprecated.Closes #10593
Fix false positive
inconsistent-return-statementswhen usingquit()orexit()functions.Closes #10508
Fix false positive
undefined-variable(E0602) for for-loop variable shadowing patterns likefor item in item:when the variable was previously defined.Closes #10562
Other Bug Fixes
Fixed crash in 'unnecessary-list-index-lookup' when starting an enumeration using
minus the length of an iterable inside a dict comprehension when the len call was only
made in this dict comprehension, and not elsewhere. Also changed the approach,
to use inference in all cases but the simple ones, so we don't have to fix crashes
one by one for arbitrarily complex expressions in enumerate.
Closes #10510
Configuration
📅 Schedule: Branch creation - "every weekend" in timezone America/Montreal, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, 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.