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.36.16 -> 1.36.21
coverage dev patch 7.6.11 -> 7.6.12
faker (changelog) dev major ^35.0.0 -> ^36.0.0
poetry (changelog) minor 2.0.1 -> 2.1.1

Release Notes

boto/boto3 (boto3)

v1.36.21

Compare Source

=======

  • api-change:codebuild: [botocore] Added test suite names to test case metadata
  • api-change:connect: [botocore] Release Notes: 1) Analytics API enhancements: Added new ListAnalyticsDataLakeDataSets API. 2) Onboarding API Idempotency: Adds ClientToken to instance creation and management APIs to support idempotency.
  • api-change:dms: [botocore] Introduces premigration assessment feature to DMS Serverless API for start-replication and describe-replications
  • api-change:rds-data: [botocore] Add support for Stop DB feature.
  • api-change:s3: [botocore] Added support for Content-Range header in HeadObject response.
  • api-change:wafv2: [botocore] The WAFv2 API now supports configuring data protection in webACLs.
  • api-change:workspaces-thin-client: [botocore] Update Environment and Device name field definitions

v1.36.20

Compare Source

=======

  • api-change:accessanalyzer: [botocore] This release introduces the getFindingsStatistics API, enabling users to retrieve aggregated finding statistics for IAM Access Analyzer's external access and unused access analysis features. Updated service API and documentation.
  • api-change:acm-pca: [botocore] Private Certificate Authority (PCA) documentation updates
  • api-change:ecs: [botocore] This is a documentation only release to support migrating Amazon ECS service ARNs to the long ARN format.
  • api-change:fis: [botocore] Adds auto-pagination for the following operations: ListActions, ListExperimentTemplates, ListTargetAccountConfigurations, ListExperiments, ListExperimentResolvedTargets, ListTargetResourceTypes. Reduces length constraints of prefixes for logConfiguration and experimentReportConfiguration.
  • api-change:sagemaker: [botocore] Adds additional values to the InferenceAmiVersion parameter in the ProductionVariant data type.
  • api-change:storagegateway: [botocore] This release adds support for generating cache reports on S3 File Gateways for files that fail to upload.

v1.36.19

Compare Source

=======

  • api-change:b2bi: [botocore] Allow spaces in the following fields in the Partnership resource: ISA 06 - Sender ID, ISA 08 - Receiver ID, GS 02 - Application Sender Code, GS 03 - Application Receiver Code
  • api-change:bedrock-agent: [botocore] This releases adds the additionalModelRequestFields field to the CreateAgent and UpdateAgent operations. Use additionalModelRequestFields to specify additional inference parameters for a model beyond the base inference parameters.
  • api-change:bedrock-agent-runtime: [botocore] This releases adds the additionalModelRequestFields field to the InvokeInlineAgent operation. Use additionalModelRequestFields to specify additional inference parameters for a model beyond the base inference parameters.
  • api-change:codebuild: [botocore] Add note for the RUNNER_BUILDKITE_BUILD buildType.
  • api-change:fsx: [botocore] Support for in-place Lustre version upgrades
  • api-change:medialive: [botocore] Adds a RequestId parameter to all MediaLive Workflow Monitor create operations. The RequestId parameter allows idempotent operations.
  • api-change:opensearchserverless: [botocore] Custom OpenSearchServerless Entity ID for SAML Config.
  • api-change:polly: [botocore] Added support for the new voice - Jasmine (en-SG). Jasmine is available as a Neural voice only.
  • enhancement:Protocols: [botocore] Added support for multiple protocols within a service based on performance priority.

v1.36.18

Compare Source

=======

  • api-change:acm-pca: [botocore] Private Certificate Authority service now supports Partitioned CRL as a revocation configuration option.
  • api-change:appsync: [botocore] Add support for operation level caching
  • api-change:ec2: [botocore] Adding support for the new fullSnapshotSizeInBytes field in the response of the EC2 EBS DescribeSnapshots API. This field represents the size of all the blocks that were written to the source volume at the time the snapshot was created.
  • api-change:pi: [botocore] Documentation only update for RDS Performance Insights dimensions for execution plans and locking analysis.

v1.36.17

Compare Source

=======

  • api-change:apigatewayv2: [botocore] Documentation updates for Amazon API Gateway
  • api-change:cloudfront: [botocore] Doc-only update that adds defaults for CloudFront VpcOriginEndpointConfig values.
  • api-change:connect: [botocore] Updated the CreateContact API documentation to indicate that it only applies to EMAIL contacts.
  • api-change:dms: [botocore] New vendors for DMS Data Providers: DB2 LUW and DB2 for z/OS
nedbat/coveragepy (coverage)

v7.6.12

Compare Source

  • Fix: some aarch64 distributions were missing (issue 1927_). These are now building reliably.

.. _issue 1927: https://github.com/nedbat/coveragepy/issues/1927

.. _changes_7-6-11:

joke2k/faker (faker)

v36.1.1

Compare Source

v36.1.0

Compare Source

  • Drop python-dateutil dependency. Thanks @​knyghty.
  • Add dependency on tzdata.

v36.0.0

Compare Source

v35.2.2

Compare Source

  • Revert accidental deprecation of Python 3.8.

v35.2.1

Compare Source

  • Remove invalid word from ja_JP lorem provider. Thanks @​kymckay
  • Fix typing for tar provider.
python-poetry/poetry (poetry)

v2.1.1

Compare Source

Fixed
  • Fix an issue where poetry env use python does not choose the Python from the PATH (#​10187).
poetry-core (2.1.1)
  • Fix an issue where simplifying a python_version marker resulted in an invalid marker (#​838).

v2.1.0

Compare Source

Added
Changed
Fixed
  • Fix an issue where global options were not handled correctly when positioned after command options (#​10021, #​10067, #​10128).
  • Fix an issue where building a dependency from source failed because of a conflict between build-system dependencies that were not required for the target environment (#​10048).
  • Fix an issue where poetry init was not able to find a package on PyPI while adding dependencies interactively (#​10055).
  • Fix an issue where the @latest descriptor was incorrectly passed to the core requirement parser (#​10069).
  • Fix an issue where Boolean environment variables set to True (in contrast to true) were interpreted as false (#​10080).
  • Fix an issue where poetry env activate reported a misleading error message (#​10087).
  • Fix an issue where adding an optional dependency with poetry add --optional would not correctly update the lock file (#​10076).
  • Fix an issue where pip was not installed/updated before other dependencies resulting in a race condition (#​10102).
  • Fix an issue where Poetry freezes when multiple threads attempt to unlock the keyring simultaneously (#​10062).
  • Fix an issue where markers with extras were not locked correctly (#​10119).
  • Fix an issue where self-referential extras were not resolved correctly (#​10106).
  • Fix an issue where Poetry could not be run from a zipapp (#​10074).
  • Fix an issue where installation failed with a permission error when using the system environment as a user without write access to system site packages (#​9014).
  • Fix an issue where a version of a dependency that is not compatible with the project's python constraint was locked. (#​10141).
  • Fix an issue where Poetry wrongly reported that the current project's supported Python range is not compatible with some of the required packages Python requirement (#​10157).
  • Fix an issue where the requested extras of a dependency were ignored if the same dependency (with same extras) was specified in multiple groups (#​10158).
Docs
  • Sort commands by name in the CLI reference (#​10035).
  • Add missing documentation for env commands (#​10027).
  • Clarify that the name and version fields are always required if the project section is specified (#​10033).
  • Add a note about restarting the shell for tab completion changes to take effect (#​10070).
  • Fix the example for project.gui-scripts #​10121.
  • Explain how to include files as scripts in the project configuration (#​9572, #​10133).
  • Add additional information on specifying required python versions (#​10104).
poetry-core (2.1.0)
  • Fix an issue where inclusive ordering with post releases was inconsistent with PEP 440 (#​379).
  • Fix an issue where invalid URI tokens in PEP 508 requirement strings were silently discarded (#​817).
  • Fix an issue where wrong markers were calculated when removing parts covered by the project's python constraint (#​824).
  • Fix an issue where optional dependencies that are not part of an extra were included in the wheel metadata (#​830).
  • Fix an issue where the __pycache__ directory and *.pyc files were included in sdists and wheels (#​835).

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