Update all dependencies
This MR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
boto3 |
==1.26.33 -> ==1.26.35
|
||||
poetry-core |
==1.0.8 -> ==1.4.0
|
Release Notes
boto/boto3
v1.26.35
=======
- 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
=======
- 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
Added
- The PEP 517
metadata_directory
is now respected as an input to thebuild_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
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
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
Added
- Add
3.11
to the list of available Python versions (#477).
Changed
- Deprecate
poetry.core.constraints.generic
, which is replaced bypoetry.core.packages.constraints
(#482). - Deprecate
poetry.core.semver
, which is replaced bypoetry.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
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
- No functional changes.
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
Edited by renovate