FAQ | This is a LIVE service | Changelog

fix(deps): update all dependencies

This MR contains the following updates:

Package Type Update Change
boto3 dependencies patch 1.37.28 -> 1.37.33
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.2 -> 2.11.3
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.33

Compare Source

=======

  • api-change:connect-contact-lens: [botocore] Making sentiment optional for ListRealtimeContactAnalysisSegments Response depending on conversational analytics configuration
  • api-change:datazone: [botocore] Raise hard limit of authorized principals per SubscriptionTarget from 10 to 20.
  • api-change:detective: [botocore] Add support for Detective DualStack endpoints
  • api-change:dynamodb: [botocore] Doc only update for API descriptions.
  • api-change:marketplace-entitlement: [botocore] Add support for Marketplace Entitlement Service dual-stack endpoints for CN and GOV regions
  • api-change:meteringmarketplace: [botocore] Add support for Marketplace Metering Service dual-stack endpoints for CN regions
  • api-change:pcs: [botocore] Changed the minimum length of clusterIdentifier, computeNodeGroupIdentifier, and queueIdentifier to 3.
  • api-change:verifiedpermissions: [botocore] Adds deletion protection support to policy stores. Deletion protection is disabled by default, can be enabled via the CreatePolicyStore or UpdatePolicyStore APIs, and is visible in GetPolicyStore.
  • bugfix:download_fileobj: Fileobj provided in append mode will no longer allow concurrent writes to preserve data integrity.

v1.37.32

Compare Source

=======

  • api-change:application-autoscaling: [botocore] Application Auto Scaling now supports horizontal scaling for Elasticache Memcached self-designed clusters using target tracking scaling policies and scheduled scaling.
  • api-change:elasticache: [botocore] AWS ElastiCache SDK now supports using MemcachedUpgradeConfig parameter with ModifyCacheCluster API to enable updating Memcached cache node types. Please refer to updated AWS ElastiCache public documentation for detailed information on API usage and implementation.
  • api-change:m2: [botocore] Introduce three new APIs: CreateDataSetExportTask, GetDataSetExportTask and ListDataSetExportHistory. Add support for batch restart for Blu Age applications.
  • api-change:medialive: [botocore] AWS Elemental MediaLive / Features : Add support for CMAF Ingest CaptionLanguageMappings, TimedMetadataId3 settings, and Link InputResolution.
  • api-change:qbusiness: [botocore] Adds functionality to enable/disable a new Q Business Hallucination Reduction feature. If enabled, Q Business will detect and attempt to remove Hallucinations from certain Chat requests.
  • api-change:quicksight: [botocore] Add support to analysis and sheet level highlighting in QuickSight.

v1.37.31

Compare Source

=======

  • api-change:controlcatalog: [botocore] The GetControl API now surfaces a control's Severity, CreateTime, and Identifier for a control's Implementation. The ListControls API now surfaces a control's Behavior, Severity, CreateTime, and Identifier for a control's Implementation.
  • api-change:dynamodb: [botocore] Documentation update for secondary indexes and Create_Table.
  • api-change:glue: [botocore] The TableOptimizer APIs in AWS Glue now return the DpuHours field in each TableOptimizerRun, providing clients visibility to the DPU-hours used for billing in managed Apache Iceberg table compaction optimization.
  • api-change:groundstation: [botocore] Support tagging Agents and adjust input field validations
  • api-change:transfer: [botocore] This launch includes 2 enhancements to SFTP connectors user-experience: 1) Customers can self-serve concurrent connections setting for their connectors, and 2) Customers can discover the public host key of remote servers using their SFTP connectors.

v1.37.30

Compare Source

=======

  • api-change:bedrock-runtime: [botocore] This release introduces our latest bedrock runtime API, InvokeModelWithBidirectionalStream. The API supports both input and output streams and is supported by only HTTP2.0.
  • api-change:ce: [botocore] This release supports Pagination traits on Cost Anomaly Detection APIs.
  • api-change:cost-optimization-hub: [botocore] This release adds resource type "MemoryDbReservedInstances" and resource type "DynamoDbReservedCapacity" to the GetRecommendation, ListRecommendations, and ListRecommendationSummaries APIs to support new MemoryDB and DynamoDB RI recommendations.
  • api-change:iotfleetwise: [botocore] This release adds the option to update the strategy of state templates already associated to a vehicle, without the need to remove and re-add them.
  • api-change:securityhub: [botocore] Documentation updates for AWS Security Hub.
  • api-change:storagegateway: [botocore] Added new ActiveDirectoryStatus value, ListCacheReports paginator, and support for longer pagination tokens.
  • api-change:taxsettings: [botocore] Uzbekistan Launch on TaxSettings Page

v1.37.29

Compare Source

=======

  • api-change:bedrock: [botocore] New options for how to handle harmful content detected by Amazon Bedrock Guardrails.
  • api-change:bedrock-runtime: [botocore] New options for how to handle harmful content detected by Amazon Bedrock Guardrails.
  • api-change:codebuild: [botocore] AWS CodeBuild now offers an enhanced debugging experience.
  • api-change:glue: [botocore] Add input validations for multiple Glue APIs
  • api-change:medialive: [botocore] AWS Elemental MediaLive now supports SDI inputs to MediaLive Anywhere Channels in workflows that use AWS SDKs.
  • api-change:personalize: [botocore] Add support for eventsConfig for CreateSolution, UpdateSolution, DescribeSolution, DescribeSolutionVersion. Add support for GetSolutionMetrics to return weighted NDCG metrics when eventsConfig is enabled for the solution.
  • api-change:transfer: [botocore] This launch enables customers to manage contents of their remote directories, by deleting old files or moving files to archive folders in remote servers once they have been retrieved. Customers will be able to automate the process using event-driven architecture.
python-poetry/poetry (poetry)

v2.1.2

Compare Source

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 lock was not deterministic (#​10276).
  • Fix an issue where poetry env activate returned the wrong command for tcsh (#​10243).
  • Fix an issue where poetry env activate returned the wrong command for pwsh on 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 extra markers 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_version markers was not recognized as empty (#​849).
  • Fix an issue where python_version markers were not simplified (#​848, #​851).
  • Fix an issue where Python constraints on a package were converted into invalid markers (#​853).
pycqa/flake8 (pycqa/flake8)

v7.2.0

Compare Source

pydantic/pydantic (pydantic)

v2.11.3

Compare Source

GitHub release

What's Changed
Packaging
Fixes
tox-dev/tox (tox)

v4.25.0

Compare Source

What's Changed

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

Compare Source

v6.7.3

Compare Source


Configuration

📅 Schedule: Branch creation - "on sunday" in timezone Europe/London, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This MR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Merge request reports

Loading