Update all dependencies
This MR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
boto3 |
==1.24.4 -> ==1.24.13
|
||||
requests (source, changelog) |
==2.27.1 -> ==2.28.0
|
Release Notes
boto/boto3
v1.24.13
=======
- api-change:
ds
: [botocore
] This release adds support for describing and updating AWS Managed Microsoft AD settings - api-change:
kafka
: [botocore
] Documentation updates to use Az Id during cluster creation. - api-change:
outposts
: [botocore
] This release adds the AssetLocation structure to the ListAssets response. AssetLocation includes the RackElevation for an Asset.
v1.24.12
=======
- api-change:
connect
: [botocore
] This release updates these APIs: UpdateInstanceAttribute, DescribeInstanceAttribute and ListInstanceAttributes. You can use it to programmatically enable/disable High volume outbound communications using attribute type HIGH_VOLUME_OUTBOUND on the specified Amazon Connect instance. - api-change:
connectcampaigns
: [botocore
] Added Amazon Connect high volume outbound communications SDK. - api-change:
dynamodb
: [botocore
] Doc only update for DynamoDB service - api-change:
dynamodbstreams
: [botocore
] Update dynamodbstreams client to latest version
v1.24.11
=======
- api-change:
redshift-data
: [botocore
] This release adds a new --workgroup-name field to operations that connect to an endpoint. Customers can now execute queries against their serverless workgroups. - api-change:
redshiftserverless
: [botocore
] Add new API operations for Amazon Redshift Serverless, a new way of using Amazon Redshift without needing to manually manage provisioned clusters. The new operations let you interact with Redshift Serverless resources, such as create snapshots, list VPC endpoints, delete resource policies, and more. - api-change:
secretsmanager
: [botocore
] Documentation updates for Secrets Manager - api-change:
securityhub
: [botocore
] Added Threats field for security findings. Added new resource details for ECS Container, ECS Task, RDS SecurityGroup, Kinesis Stream, EC2 TransitGateway, EFS AccessPoint, CloudFormation Stack, CloudWatch Alarm, VPC Peering Connection and WAF Rules
v1.24.10
=======
- api-change:
finspace-data
: [botocore
] This release adds a new set of APIs, GetPermissionGroup, DisassociateUserFromPermissionGroup, AssociateUserToPermissionGroup, ListPermissionGroupsByUser, ListUsersByPermissionGroup. - api-change:
guardduty
: [botocore
] Adds finding fields available from GuardDuty Console. Adds FreeTrial related operations. Deprecates the use of various APIs related to Master Accounts and Replace them with Administrator Accounts. - api-change:
servicecatalog-appregistry
: [botocore
] This release adds a new API ListAttributeGroupsForApplication that returns associated attribute groups of an application. In addition, the UpdateApplication and UpdateAttributeGroup APIs will not allow users to update the 'Name' attribute. - api-change:
workspaces
: [botocore
] Added new field "reason" to OperationNotSupportedException. Receiving this exception in the DeregisterWorkspaceDirectory API will now return a reason giving more context on the failure.
v1.24.9
======
- api-change:
budgets
: [botocore
] Add a budgets ThrottlingException. Update the CostFilters value pattern. - api-change:
lookoutmetrics
: [botocore
] Adding filters to Alert and adding new UpdateAlert API. - api-change:
mediaconvert
: [botocore
] AWS Elemental MediaConvert SDK has added support for rules that constrain Automatic-ABR rendition selection when generating ABR package ladders.
v1.24.8
======
- api-change:
outposts
: [botocore
] This release adds API operations AWS uses to install Outpost servers.
v1.24.7
======
- api-change:
frauddetector
: [botocore
] Documentation updates for Amazon Fraud Detector (AWSHawksNest)
v1.24.6
======
- api-change:
chime-sdk-meetings
: [botocore
] Adds support for live transcription in AWS GovCloud (US) Regions.
v1.24.5
======
- api-change:
dms
: [botocore
] This release adds DMS Fleet Advisor APIs and exposes functionality for DMS Fleet Advisor. It adds functionality to create and modify fleet advisor instances, and to collect and analyze information about the local data infrastructure. - api-change:
iam
: [botocore
] Documentation updates for AWS Identity and Access Management (IAM). - api-change:
m2
: [botocore
] AWS Mainframe Modernization service is a managed mainframe service and set of tools for planning, migrating, modernizing, and running mainframe workloads on AWS - api-change:
neptune
: [botocore
] This release adds support for Neptune to be configured as a global database, with a primary DB cluster in one region, and up to five secondary DB clusters in other regions. - api-change:
redshift-serverless
: [botocore
] Add new API operations for Amazon Redshift Serverless, a new way of using Amazon Redshift without needing to manually manage provisioned clusters. The new operations let you interact with Redshift Serverless resources, such as create snapshots, list VPC endpoints, delete resource policies, and more. - api-change:
redshift
: [botocore
] Adds new API GetClusterCredentialsWithIAM to return temporary credentials.
psf/requests
v2.28.0
Deprecations
-
⚠ ️ Requests has officially dropped support for Python 2.7.⚠ ️ (#6091) - Requests has officially dropped support for Python 3.6 (including pypy3.6). (#6091)
Improvements
- Wrap JSON parsing issues in Request's JSONDecodeError for payloads without
an encoding to make
json()
API consistent. (#6097) - Parse header components consistently, raising an InvalidHeader error in all invalid cases. (#6154)
- Added provisional 3.11 support with current beta build. (#6155)
- Requests got a makeover and we decided to paint it black. (#6095)
Bugfixes
- Fixed bug where setting
CURL_CA_BUNDLE
to an empty string would disable cert verification. All Requests 2.x versions before 2.28.0 are affected. (#6074) - Fixed urllib3 exception leak, wrapping
urllib3.exceptions.SSLError
withrequests.exceptions.SSLError
forcontent
anditer_content
. (#6057) - Fixed issue where invalid Windows registry entires caused proxy resolution to raise an exception rather than ignoring the entry. (#6149)
- Fixed issue where entire payload could be included in the error message for JSONDecodeError. (#6036)
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.
Edited by renovate