Update all dependencies
This MR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence | Type | Update |
---|---|---|---|---|---|---|---|
boto3 |
==1.28.10 -> ==1.28.12
|
patch | |||||
pylint (changelog) |
==2.17.4 -> ==2.17.5
|
patch | |||||
trufflesecurity/trufflehog |
v3.45.0 -> v3.45.1
|
ironbank-github | patch |
Release Notes
boto/boto3
v1.28.12
=======
- api-change:
cloudcontrol
: [botocore
] Updates the documentation for CreateResource. - api-change:
entityresolution
: [botocore
] AWS Entity Resolution can effectively match a source record from a customer relationship management (CRM) system with a source record from a marketing system containing campaign information. - api-change:
glue
: [botocore
] Release Glue Studio Snowflake Connector Node for SDK/CLI - api-change:
healthlake
: [botocore
] Updating the HealthLake service documentation. - api-change:
managedblockchain-query
: [botocore
] Amazon Managed Blockchain (AMB) Query provides serverless access to standardized, multi-blockchain datasets with developer-friendly APIs. - api-change:
mediaconvert
: [botocore
] This release includes general updates to user documentation. - api-change:
omics
: [botocore
] The service is renaming as a part of AWS Health. - api-change:
opensearchserverless
: [botocore
] This release adds new collection type VectorSearch. - api-change:
polly
: [botocore
] Amazon Polly adds 1 new voice - Lisa (nl-BE) - api-change:
route53
: [botocore
] Update that corrects the documents for received feedback.
v1.28.11
=======
- api-change:
billingconductor
: [botocore
] Added support for Auto-Assocate Billing Groups for CreateBillingGroup, UpdateBillingGroup, and ListBillingGroups. - api-change:
customer-profiles
: [botocore
] Amazon Connect Customer Profiles now supports rule-based resolution to match and merge similar profiles into unified profiles, helping companies deliver faster and more personalized customer service by providing access to relevant customer information for agents and automated experiences. - api-change:
datasync
: [botocore
] AWS DataSync now supports Microsoft Azure Blob Storage locations. - api-change:
dynamodb
: [botocore
] Documentation updates for DynamoDB - api-change:
ec2
: [botocore
] This release adds an instance's peak and baseline network bandwidth as well as the memory sizes of an instance's inference accelerators to DescribeInstanceTypes. - api-change:
emr-serverless
: [botocore
] This release adds support for publishing application logs to CloudWatch. - api-change:
lambda
: [botocore
] Add Python 3.11 (python3.11) support to AWS Lambda - api-change:
rds
: [botocore
] This release adds support for monitoring storage optimization progress on the DescribeDBInstances API. - api-change:
sagemaker
: [botocore
] Mark ContentColumn and TargetLabelColumn as required Targets in TextClassificationJobConfig in CreateAutoMLJobV2API - api-change:
securityhub
: [botocore
] Add support for CONTAINS and NOT_CONTAINS comparison operators for Automation Rules string filters and map filters - api-change:
sts
: [botocore
] API updates for the AWS Security Token Service - api-change:
transfer
: [botocore
] This release adds support for SFTP Connectors. - api-change:
wisdom
: [botocore
] This release added two new data types: AssistantIntegrationConfiguration, and SessionIntegrationConfiguration to support Wisdom integration with Amazon Connect Chat
pylint-dev/pylint
v2.17.5
What's new in Pylint 2.17.5?
Release date: 2023-07-26
False Positives Fixed
-
Fix a false positive for
unused-variable
when there is an import in aif TYPE_CHECKING:
block andallow-global-unused-variables
is set tono
in the configuration.Closes #8696
-
Fix false positives generated when supplying arguments as
**kwargs
to IO calls like open().Closes #8719
-
Fix a false positive where pylint was ignoring method calls annotated as
NoReturn
during theinconsistent-return-statements
check.Closes #8747
-
Exempt parents with only type annotations from the
invalid-enum-extension
message.Closes #8830
Other Bug Fixes
-
Fixed crash when a call to
super()
was placed after an operator (e.g.not
).Closes #8554
-
Fix crash for
modified-while-iterating
checker when deleting members of a dict returned from a call.Closes #8598
-
Fix crash in
invalid-metaclass
check when a metaclass had duplicate bases.Closes #8698
-
Avoid
consider-using-f-string
on modulos with brackets in template.Closes #8720.
-
Fix a crash when
__all__
exists but cannot be inferred.Closes #8740
-
Fix crash when a variable is assigned to a class attribute of identical name.
Closes #8754
-
Fixed a crash when calling
copy.copy()
without arguments.Closes #8774
Other Changes
-
Fix a crash when a
nonlocal
is defined at module-level.Closes #8735
trufflesecurity/trufflehog
v3.45.1
What's Changed
- [chore] - optimize chunker by @ahrav in https://github.com/trufflesecurity/trufflehog/pull/1535
- Add commitsScanned metrics by @bill-rich in https://github.com/trufflesecurity/trufflehog/pull/1533
- Make Ahocorasick matching case insensitive by @zricethezav in https://github.com/trufflesecurity/trufflehog/pull/1547
- Fix data race in context wrapper library by @mcastorina in https://github.com/trufflesecurity/trufflehog/pull/1546
- Update gitparse logic by @rgmz in https://github.com/trufflesecurity/trufflehog/pull/1486
Full Changelog: https://github.com/trufflesecurity/trufflehog/compare/v3.45.0...v3.45.1
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.