chore(deps): update all patch dependencies #388
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==1.34.59
->==1.34.64
==7.4.3
->==7.4.4
Review
Release Notes
boto/boto3 (boto3)
v1.34.64
Compare Source
=======
backup
: [botocore
] This release introduces a boolean attribute ManagedByAWSBackupOnly as part of ListRecoveryPointsByResource api to filter the recovery points based on ownership. This attribute can be used to filter out the recovery points protected by AWSBackup.codebuild
: [botocore
] AWS CodeBuild now supports overflow behavior on Reserved Capacity.connect
: [botocore
] This release adds Hierarchy based Access Control fields to Security Profile public APIs and adds support for UserAttributeFilter to SearchUsers API.ec2
: [botocore
] Add media accelerator and neuron device information on the describe instance types API.kinesisanalyticsv2
: [botocore
] Support for Flink 1.18 in Managed Service for Apache Flinks3
: [botocore
] Documentation updates for Amazon S3.sagemaker
: [botocore
] Adds m6i, m6id, m7i, c6i, c6id, c7i, r6i r6id, r7i, p5 instance type support to Sagemaker Notebook Instances and miscellaneous wording fixes for previous Sagemaker documentation.workspaces-thin-client
: [botocore
] Removed unused parameter kmsKeyArn from UpdateDeviceRequestv1.34.63
Compare Source
=======
amplify
: [botocore
] Documentation updates for Amplify. Identifies the APIs available only to apps created using Amplify Gen 1.ec2-instance-connect
: [botocore
] This release includes a new exception type "SerialConsoleSessionUnsupportedException" for SendSerialConsoleSSHPublicKey API.elbv2
: [botocore
] This release allows you to configure HTTP client keep-alive duration for communication between clients and Application Load Balancers.fis
: [botocore
] This release adds support for previewing target resources before running a FIS experiment. It also adds resource ARNs for actions, experiments, and experiment templates to API responses.iot-roborunner
: [botocore
] The iot-roborunner client has been removed following the deprecation of the service.rds
: [botocore
] Updates Amazon RDS documentation for EBCDIC collation for RDS for Db2.secretsmanager
: [botocore
] Doc only update for Secrets Managertimestream-influxdb
: [botocore
] This is the initial SDK release for Amazon Timestream for InfluxDB. Amazon Timestream for InfluxDB is a new time-series database engine that makes it easy for application developers and DevOps teams to run InfluxDB databases on AWS for near real-time time-series applications using open source APIs.urllib3
: [botocore
] Added support for urllib3 2.2.1+ in Python 3.10+v1.34.62
Compare Source
=======
ivs-realtime
: [botocore
] adds support for multiple new composition layout configuration options (grid, pip)kinesisanalyticsv2
: [botocore
] Support new RuntimeEnvironmentUpdate parameter within UpdateApplication API allowing callers to change the Flink version upon which their application runs.s3
: [botocore
] This release makes the default option for S3 on Outposts request signing to use the SigV4A algorithm when using AWS Common Runtime (CRT).v1.34.61
Compare Source
=======
cloudformation
: [botocore
] CloudFormation documentation update for March, 2024connect
: [botocore
] This release increases MaxResults limit to 500 in request for SearchUsers, SearchQueues and SearchRoutingProfiles APIs of Amazon Connect.ec2
: [botocore
] Documentation updates for Amazon EC2.kafka
: [botocore
] Added support for specifying the starting position of topic replication in MSK-Replicator.ssm
: [botocore
] March 2024 doc-only updates for Systems Manager.v1.34.60
Compare Source
=======
codestar-connections
: [botocore
] Added a sync configuration enum to disable publishing of deployment status to source providers (PublishDeploymentStatus). Added a sync configuration enum (TriggerStackUpdateOn) to only trigger changes.elasticache
: [botocore
] Revisions to API text that are now to be carried over to SDK text, changing usages of "SFO" in code examples to "us-west-1", and some other typos.mediapackagev2
: [botocore
] This release enables customers to safely update their MediaPackage v2 channel groups, channels and origin endpoints using entity tags.nedbat/coveragepy (coverage)
v7.4.4
Compare Source
Fix: in some cases, even with
[run] relative_files=True
, a data filecould be created with absolute path names. When combined with other relative
data files, it was random whether the absolute file names would be made
relative or not. If they weren't, then a file would be listed twice in
reports, as detailed in
issue 1752
_. This is now fixed: absolute filenames are always made relative when combining. Thanks to Bruno Rodrigues dos
Santos for support.
Fix: the last case of a match/case statement had an incorrect message if the
branch was missed. It said the pattern never matched, when actually the
branch is missed if the last case always matched.
Fix: clicking a line number in the HTML report now positions more accurately.
Fix: the
report:format
setting was defined as a boolean, but should be astring. Thanks,
Tanaydin Sirin <pull 1754_>
_. It is also now documentedon the :ref:
configuration page <config_report_format>
... _issue 1752:https://github.com/nedbat/coveragepy/issues/17522
.. _pull 1754https://github.com/nedbat/coveragepy/pull/175454
.. _changes_7-4-3:
Configuration
📅 Schedule: Branch creation - "every weekend" in timezone America/Montreal, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.