FAQ | This is a LIVE service | Changelog

fix(deps): update all dependencies

This MR contains the following updates:

Package Type Update Change
boto3 dependencies minor 1.36.26 -> 1.37.4
moto (changelog) dev patch 5.1.0 -> 5.1.1
pytest (changelog) dev patch 8.3.4 -> 8.3.5
typer (changelog) dependencies patch 0.15.1 -> 0.15.2
uis/devops/continuous-delivery/ci-templates repository minor v6.5.0 -> v6.7.2

Release Notes

boto/boto3 (boto3)

v1.37.4

Compare Source

======

  • api-change:bedrock-agent: [botocore] This release lets Amazon Bedrock Flows support newer models by increasing the maximum length of output in a prompt configuration. This release also increases the maximum number of prompt variables to 20 and the maximum number of node inputs to 20.
  • api-change:bedrock-data-automation: [botocore] Renamed and added new StandardConfiguration enums. Added support to update EncryptionConfiguration in UpdateBlueprint and UpdateDataAutomation APIs. Changed HttpStatus code for DeleteBlueprint and DeleteDataAutomationProject APIs to 200 from 204. Added APIs to support tagging.
  • api-change:bedrock-data-automation-runtime: [botocore] Added a mandatory parameter DataAutomationProfileArn to support for cross region inference for InvokeDataAutomationAsync API. Renamed DataAutomationArn to DataAutomationProjectArn. Added APIs to support tagging.
  • api-change:dms: [botocore] Add skipped status to the Result Statistics of an Assessment Run
  • api-change:eks: [botocore] Adding licenses to EKS Anywhere Subscription operations response.
  • api-change:mediaconvert: [botocore] The AWS MediaConvert Probe API allows you to analyze media files and retrieve detailed metadata about their content, format, and structure.
  • api-change:pricing: [botocore] Update GetProducts and DescribeServices API request input validations.
  • api-change:ssm: [botocore] Systems Manager doc-only updates for Feb. 2025.
  • enhancement:useragent: [botocore] Update user agent string to include client feature use.

v1.37.3

Compare Source

======

  • api-change:bedrock-agent-runtime: [botocore] Introduces Sessions (preview) to enable stateful conversations in GenAI applications.
  • api-change:emr: [botocore] Definition update for EbsConfiguration.
  • api-change:qbusiness: [botocore] This release supports deleting attachments from conversations.
  • api-change:redshift-serverless: [botocore] Add track support for Redshift Serverless workgroup.
  • api-change:sagemaker: [botocore] SageMaker HubService is introducing support for creating Training Jobs in Curated Hub (Private Hub). Additionally, it is introducing two new APIs: UpdateHubContent and UpdateHubContentReference.
  • api-change:storagegateway: [botocore] This release adds support to invoke a process that cleans the specified file share's cache of file entries that are failing upload to Amazon S3.

v1.37.2

Compare Source

======

  • api-change:application-signals: [botocore] This release adds API support for reading Service Level Objectives and Services from monitoring accounts, from SLO and Service-scoped operations, including ListServices and ListServiceLevelObjectives.
  • api-change:batch: [botocore] AWS Batch: Resource Aware Scheduling feature support
  • api-change:chime: [botocore] Removes the Amazon Chime SDK APIs from the "chime" namespace. Amazon Chime SDK APIs continue to be available in the AWS SDK via the dedicated Amazon Chime SDK namespaces: chime-sdk-identity, chime-sdk-mediapipelines, chime-sdk-meetings, chime-sdk-messaging, and chime-sdk-voice.
  • api-change:cloudfront: [botocore] Documentation update for VPC origin config.
  • api-change:ec2: [botocore] Amazon EC2 Fleet customers can now override the Block Device Mapping specified in the Launch Template when creating a new Fleet request, saving the effort of creating and associating new Launch Templates to customize the Block Device Mapping.
  • api-change:iotfleetwise: [botocore] This release adds an optional listResponseScope request parameter in certain list API requests to limit the response to metadata only.
  • api-change:oam: [botocore] This release adds support for sharing AWS::ApplicationSignals::Service and AWS::ApplicationSignals::ServiceLevelObjective resources.
  • api-change:sagemaker: [botocore] AWS SageMaker InferenceComponents now support rolling update deployments for Inference Components.
  • enhancement:Protocol: [botocore] Adds support for the smithy-rpc-v2-cbor protocol. If a service supports smithy-rpc-v2-cbor, this protocol will automatically be used. For more information, see https://smithy.io/2.0/additional-specs/protocols/smithy-rpc-v2.html

v1.37.1

Compare Source

======

  • api-change:codebuild: [botocore] Adding "reportArns" field in output of BatchGetBuildBatches API. "reportArns" is an array that contains the ARNs of reports created by merging reports from builds associated with the batch build.
  • api-change:devicefarm: [botocore] Add an optional configuration to the ScheduleRun and CreateRemoteAccessSession API to set a device level http/s proxy.
  • api-change:ec2: [botocore] Adds support for time-based EBS-backed AMI copy operations. Time-based copy ensures that EBS-backed AMIs are copied within and across Regions in a specified timeframe.
  • api-change:iot: [botocore] AWS IoT - AWS IoT Device Defender adds support for a new Device Defender Audit Check that monitors device certificate age and custom threshold configurations for both the new device certificate age check and existing device certificate expiry check.
  • api-change:taxsettings: [botocore] PutTaxRegistration API changes for Egypt, Greece, Vietnam countries

v1.37.0

Compare Source

======

  • api-change:bedrock-agent: [botocore] This release improves support for newer models in Amazon Bedrock Flows.
  • api-change:bedrock-agent-runtime: [botocore] Adding support for ReasoningContent fields in Pre-Processing, Post-Processing and Orchestration Trace outputs.
  • api-change:bedrock-runtime: [botocore] This release adds Reasoning Content support to Converse and ConverseStream APIs
  • api-change:elasticache: [botocore] Documentation update, adding clarity and rephrasing.
  • api-change:elastic-inference: [botocore] The elastic-inference client has been removed following the deprecation of the service.
  • feature:Endpoints: [botocore] Generate and use AWS-account-based endpoints for compatible services when the account ID is available. At launch, DynamoDB is the first and only compatible service. The new endpoint URL pattern will be https://<account-id>.ddb.<region>.amazonaws.com. Additional services may be added in the future. See the documentation for details: https://docs.aws.amazon.com/sdkref/latest/guide/feature-account-endpoints.html
getmoto/moto (moto)

v5.1.1

Compare Source

Docker Digest for 5.1.1: sha256:a4c04c53a892ad81741a2e006b85d0f98eab42ad988efb360429cb4ba6818323

* General:
    * Compatible with the new Account-based endpoint for DynamoDB (see https://github.com/boto/boto3/issues/4449)
    * Removed dependency on typing_extensions (introduced in 5.1.0)

* New Methods:
    * CognitoIDP:
        * delete_identity_pool()

    * Glue:
        * create_connection()
        * get_connection()
        * get_connections()

    * GuardDuty:
        * get_administrator_account()

* Miscellaneous:
    * ResourceGroupsTaggingAPI: get_resources() now supports EventBusses
    * RDS: create_db_instance() now throws an error when referencing a non-existent DBCluster
pytest-dev/pytest (pytest)

v8.3.5

Compare Source

pytest 8.3.5 (2025-03-02)

Bug fixes

  • #​11777: Fixed issue where sequences were still being shortened even with -vv verbosity.
  • #​12888: Fixed broken input when using Python 3.13+ and a libedit build of Python, such as on macOS or with uv-managed Python binaries from the python-build-standalone project. This could manifest e.g. by a broken prompt when using Pdb, or seeing empty inputs with manual usage of input() and suspended capturing.
  • #​13026: Fixed AttributeError{.interpreted-text role="class"} crash when using --import-mode=importlib when top-level directory same name as another module of the standard library.
  • #​13053: Fixed a regression in pytest 8.3.4 where, when using --import-mode=importlib, a directory containing py file with the same name would cause an ImportError
  • #​13083: Fixed issue where pytest could crash if one of the collected directories got removed during collection.

Improved documentation

  • #​12842: Added dedicated page about using types with pytest.

    See types{.interpreted-text role="ref"} for detailed usage.

Contributor-facing changes

  • #​13112: Fixed selftest failures in test_terminal.py with Pygments >= 2.19.0
  • #​13256: Support for Towncrier versions released in 2024 has been re-enabled when building Sphinx docs -- by webknjaz{.interpreted-text role="user"}.
fastapi/typer (typer)

v0.15.2

Compare Source

Features
Fixes
Refactors
Docs
Internal
uis/devops/continuous-delivery/ci-templates (uis/devops/continuous-delivery/ci-templates)

v6.7.2

Compare Source

v6.7.1

Compare Source

v6.7.0

Compare Source

v6.6.1

Compare Source

v6.6.0

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.

Edited by uis-devops-renovatebot

Merge request reports

Loading