Update all dependencies
This MR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence | Type | Update |
---|---|---|---|---|---|---|---|
boto3 |
==1.26.23 -> ==1.26.29
|
patch | |||||
poetry-core |
==1.0.8 -> ==1.4.0
|
minor | |||||
registry1.dso.mil/ironbank/opensource/python |
v3.11.0 -> v3.11.1
|
ironbank-base | patch | ||||
registry1.dso.mil/ironbank/opensource/python |
v3.11.0 -> v3.11.1
|
final | patch |
Release Notes
boto/boto3
v1.26.29
=======
- api-change:
cloudtrail
: [botocore
] Merging mainline branch for service model into mainline release branch. There are no new APIs. - api-change:
rds
: [botocore
] This deployment adds ClientPasswordAuthType field to the Auth structure of the DBProxy.
v1.26.28
=======
- bugfix:Endpoint provider: [
botocore
] Updates ARN parsingresourceId
delimiters - api-change:
customer-profiles
: [botocore
] This release allows custom strings in PartyType and Gender through 2 new attributes in the CreateProfile and UpdateProfile APIs: PartyTypeString and GenderString. - api-change:
ec2
: [botocore
] This release updates DescribeFpgaImages to show supported instance types of AFIs in its response. - api-change:
kinesisvideo
: [botocore
] This release adds support for public preview of Kinesis Video Stream at Edge enabling customers to provide configuration for the Kinesis Video Stream EdgeAgent running on an on-premise IoT device. Customers can now locally record from cameras and stream videos to the cloud on configured schedule. - api-change:
lookoutvision
: [botocore
] This documentation update adds kms:GenerateDataKey as a required permission to StartModelPackagingJob. - api-change:
migration-hub-refactor-spaces
: [botocore
] This release adds support for Lambda alias service endpoints. Lambda alias ARNs can now be passed into CreateService. - api-change:
rds
: [botocore
] Update the RDS API model to support copying option groups during the CopyDBSnapshot operation - api-change:
rekognition
: [botocore
] Adds support for "aliases" and "categories", inclusion and exclusion filters for labels and label categories, and aggregating labels by video segment timestamps for Stored Video Label Detection APIs. - api-change:
sagemaker-metrics
: [botocore
] This release introduces support SageMaker Metrics APIs. - api-change:
wafv2
: [botocore
] Documents the naming requirement for logging destinations that you use with web ACLs.
v1.26.27
=======
- api-change:
iotfleetwise
: [botocore
] Deprecated assignedValue property for actuators and attributes. Added a message to invalid nodes and invalid decoder manifest exceptions. - api-change:
logs
: [botocore
] Doc-only update for CloudWatch Logs, for Tagging Permissions clarifications - api-change:
medialive
: [botocore
] Link devices now support buffer size (latency) configuration. A higher latency value means a longer delay in transmitting from the device to MediaLive, but improved resiliency. A lower latency value means a shorter delay, but less resiliency. - api-change:
mediapackage-vod
: [botocore
] This release provides the approximate number of assets in a packaging group.
v1.26.26
=======
- enhancement:Endpoint Provider Standard Library: [
botocore
] Correct spelling of 'library' inStandardLibrary
class - api-change:
autoscaling
: [botocore
] Adds support for metric math for target tracking scaling policies, saving you the cost and effort of publishing a custom metric to CloudWatch. Also adds support for VPC Lattice by adding the Attach/Detach/DescribeTrafficSources APIs and a new health check type to the CreateAutoScalingGroup API. - api-change:
iottwinmaker
: [botocore
] This release adds the following new features: 1) New APIs for managing a continuous sync of assets and asset models from AWS IoT SiteWise. 2) Support user friendly names for component types (ComponentTypeName) and properties (DisplayName). - api-change:
migrationhubstrategy
: [botocore
] This release adds known application filtering, server selection for assessments, support for potential recommendations, and indications for configuration and assessment status. For more information, see the AWS Migration Hub documentation at https://docs.aws.amazon.com/migrationhub/index.html
v1.26.25
=======
- api-change:
ce
: [botocore
] This release adds the LinkedAccountName field to the GetAnomalies API response under RootCause - api-change:
cloudfront
: [botocore
] Introducing UpdateDistributionWithStagingConfig that can be used to promote the staging configuration to the production. - api-change:
eks
: [botocore
] Adds support for EKS add-ons configurationValues fields and DescribeAddonConfiguration function - api-change:
kms
: [botocore
] Updated examples and exceptions for External Key Store (XKS).
v1.26.24
=======
- api-change:
billingconductor
: [botocore
] This release adds the Tiering Pricing Rule feature. - api-change:
connect
: [botocore
] This release provides APIs that enable you to programmatically manage rules for Contact Lens conversational analytics and third party applications. For more information, see https://docs.aws.amazon.com/connect/latest/APIReference/rules-api.html - api-change:
dynamodb
: [botocore
] Endpoint Ruleset update: Use http instead of https for the "local" region. - api-change:
dynamodbstreams
: [botocore
] Update dynamodbstreams client to latest version - api-change:
rds
: [botocore
] This release adds the BlueGreenDeploymentNotFoundFault to the AddTagsToResource, ListTagsForResource, and RemoveTagsFromResource operations. - api-change:
sagemaker-featurestore-runtime
: [botocore
] For online + offline Feature Groups, added ability to target PutRecord and DeleteRecord actions to only online store, or only offline store. If target store parameter is not specified, actions will apply to both stores.
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