UNCLASSIFIED - NO CUI

Skip to content

Update all dependencies

renovate requested to merge renovate/all into development

This MR contains the following updates:

Package Change Age Adoption Passing Confidence
boto3 ==1.26.33 -> ==1.26.38 age adoption passing confidence
poetry-core ==1.0.8 -> ==1.4.0 age adoption passing confidence

Release Notes

boto/boto3

v1.26.38

Compare Source

=======

  • api-change:memorydb: [botocore] This release adds support for MemoryDB Reserved nodes which provides a significant discount compared to on-demand node pricing. Reserved nodes are not physical nodes, but rather a billing discount applied to the use of on-demand nodes in your account.
  • api-change:transfer: [botocore] Add additional operations to throw ThrottlingExceptions

v1.26.37

Compare Source

=======

  • api-change:connect: [botocore] Support for Routing Profile filter, SortCriteria, and grouping by Routing Profiles for GetCurrentMetricData API. Support for RoutingProfiles, UserHierarchyGroups, and Agents as filters, NextStatus and AgentStatusName for GetCurrentUserData. Adds ApproximateTotalCount to both APIs.
  • api-change:connectparticipant: [botocore] Amazon Connect Chat introduces the Message Receipts feature. This feature allows agents and customers to receive message delivered and read receipts after they send a chat message.
  • api-change:detective: [botocore] This release adds a missed AccessDeniedException type to several endpoints.
  • api-change:fsx: [botocore] Fix a bug where a recent release might break certain existing SDKs.
  • api-change:inspector2: [botocore] Amazon Inspector adds support for scanning NodeJS 18.x and Go 1.x AWS Lambda function runtimes.

v1.26.36

Compare Source

=======

  • api-change:compute-optimizer: [botocore] This release enables AWS Compute Optimizer to analyze and generate optimization recommendations for ecs services running on Fargate.
  • api-change:connect: [botocore] Amazon Connect Chat introduces the Idle Participant/Autodisconnect feature, which allows users to set timeouts relating to the activity of chat participants, using the new UpdateParticipantRoleConfig API.
  • api-change:iotdeviceadvisor: [botocore] This release adds the following new features: 1) Documentation updates for IoT Device Advisor APIs. 2) Updated required request parameters for IoT Device Advisor APIs. 3) Added new service feature: ability to provide the test endpoint when customer executing the StartSuiteRun API.
  • api-change:kinesis-video-webrtc-storage: [botocore] Amazon Kinesis Video Streams offers capabilities to stream video and audio in real-time via WebRTC to the cloud for storage, playback, and analytical processing. Customers can use our enhanced WebRTC SDK and cloud APIs to enable real-time streaming, as well as media ingestion to the cloud.
  • api-change:rds: [botocore] Add support for managing master user password in AWS Secrets Manager for the DBInstance and DBCluster.
  • api-change:secretsmanager: [botocore] Documentation updates for Secrets Manager

v1.26.35

Compare Source

=======

  • api-change:connect: [botocore] Amazon Connect Chat now allows for JSON (application/json) message types to be sent as part of the initial message in the StartChatContact API.
  • api-change:connectparticipant: [botocore] Amazon Connect Chat now allows for JSON (application/json) message types to be sent in the SendMessage API.
  • api-change:license-manager-linux-subscriptions: [botocore] AWS License Manager now offers cross-region, cross-account tracking of commercial Linux subscriptions on AWS. This includes subscriptions purchased as part of EC2 subscription-included AMIs, on the AWS Marketplace, or brought to AWS via Red Hat Cloud Access Program.
  • api-change:macie2: [botocore] This release adds support for analyzing Amazon S3 objects that use the S3 Glacier Instant Retrieval (Glacier_IR) storage class.
  • api-change:sagemaker: [botocore] This release enables adding RStudio Workbench support to an existing Amazon SageMaker Studio domain. It allows setting your RStudio on SageMaker environment configuration parameters and also updating the RStudioConnectUrl and RStudioPackageManagerUrl parameters for existing domains
  • api-change:scheduler: [botocore] Updated the ListSchedules and ListScheduleGroups APIs to allow the NamePrefix field to start with a number. Updated the validation for executionRole field to support any role name.
  • api-change:ssm: [botocore] Doc-only updates for December 2022.
  • api-change:support: [botocore] Documentation updates for the AWS Support API
  • api-change:transfer: [botocore] This release adds support for Decrypt as a workflow step type.

v1.26.34

Compare Source

=======

  • api-change:batch: [botocore] Adds isCancelled and isTerminated to DescribeJobs response.
  • api-change:ec2: [botocore] Adds support for pagination in the EC2 DescribeImages API.
  • api-change:lookoutequipment: [botocore] This release adds support for listing inference schedulers by status.
  • api-change:medialive: [botocore] This release adds support for two new features to AWS Elemental MediaLive. First, you can now burn-in timecodes to your MediaLive outputs. Second, we now now support the ability to decode Dolby E audio when it comes in on an input.
  • api-change:nimble: [botocore] Amazon Nimble Studio now supports configuring session storage volumes and persistence, as well as backup and restore sessions through launch profiles.
  • api-change:resource-explorer-2: [botocore] Documentation updates for AWS Resource Explorer.
  • api-change:route53domains: [botocore] Use Route 53 domain APIs to change owner, create/delete DS record, modify IPS tag, resend authorization. New: AssociateDelegationSignerToDomain, DisassociateDelegationSignerFromDomain, PushDomain, ResendOperationAuthorization. Updated: UpdateDomainContact, ListOperations, CheckDomainTransferability.
  • api-change:sagemaker: [botocore] Amazon SageMaker Autopilot adds support for new objective metrics in CreateAutoMLJob API.
  • api-change:transcribe: [botocore] Enable our batch transcription jobs for Swedish and Vietnamese.
python-poetry/poetry-core

v1.4.0

Compare Source

Added
  • The PEP 517 metadata_directory is now respected as an input to the build_wheel hook (#​487).
Changed
  • Sources are now considered more carefully when dealing with dependencies with environment markers (#​497).
  • EmptyConstraint is now hashable (#​513).
  • ParseConstraintError is now raised on version and constraint parsing errors, and includes information on the package that caused the error (#​514).
Fixed
  • Fix an issue where invalid PEP 508 requirements were generated due to a missing space before semicolons (#​510).
  • Fix an issue where relative paths were encoded into package requirements, instead of a file:// URL as required by PEP 508 (#​512).
Vendoring

v1.3.2

Compare Source

Fixed
  • Fix an issue where the normalization was not applied to the path of an sdist built using a PEP 517 frontend (#​495).

v1.3.1

Compare Source

Fixed
  • Fix an issue where a typing-driven assertion could be false at runtime, causing a failure during prepare_metadata_for_build_wheel (#​492).

v1.3.0

Compare Source

Added
  • Add 3.11 to the list of available Python versions (#​477).
Changed
  • Deprecate poetry.core.constraints.generic, which is replaced by poetry.core.packages.constraints (#​482).
  • Deprecate poetry.core.semver, which is replaced by poetry.core.constraints.version (#​482).
Fixed
  • Fix an issue where versions were escaped wrongly when building the wheel name (#​469).
  • Fix an issue where caret constraints of pre-releases with a major version of 0 resulted in an empty version range (#​475).
  • Fix an issue where the names of extras were not normalized according to PEP 685 (#​476).
  • Fix an issue where sdist names were not normalized (#​484).

v1.2.0

Compare Source

Added
  • Added support for subdirectories in url dependencies (#​398).
Changed
  • When setting an invalid version constraint an error is raised instead of silently setting "any version" (#​461).
  • Allow more characters in author name (#​411).
Fixed
  • Fixed an issue where incorrect Requires-Dist information was generated when environment markers where used for optional packages (#​462).
  • Fixed an issue where incorrect python constraints were parsed from environment markers (#​457).
  • Fixed the hashing of markers and constraints (#​466).
  • Fixed an issue where the PEP 508 name of directory dependencies used platform paths (#​463).

v1.1.0

Compare Source

  • No functional changes.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 renovate

Merge request reports