cds-snc / url-shortener

An API written in Python that shortens URLs
MIT License
4 stars 0 forks source link

chore(deps): update all patch dependencies #374

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
boto3 ==1.26.123 -> ==1.26.129 age adoption passing confidence
notifications-python-client ==8.0.0 -> ==8.0.1 age adoption passing confidence

Review


Release Notes

boto/boto3 ### [`v1.26.129`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#​126129) [Compare Source](https://togithub.com/boto/boto3/compare/1.26.128...1.26.129) \======== - api-change:`ec2`: \[`botocore`] This release adds support the inf2 and trn1n instances. inf2 instances are purpose built for deep learning inference while trn1n instances are powered by AWS Trainium accelerators and they build on the capabilities of Trainium-powered trn1 instances. - api-change:`inspector2`: \[`botocore`] Amazon Inspector now allows customers to search its vulnerability intelligence database if any of the Inspector scanning types are activated. - api-change:`mediatailor`: \[`botocore`] This release adds support for AFTER_LIVE_EDGE mode configuration for avail suppression, and adding a fill-policy setting that sets the avail suppression to PARTIAL_AVAIL or FULL_AVAIL_ONLY when AFTER_LIVE_EDGE is enabled. - api-change:`sqs`: \[`botocore`] Revert previous SQS protocol change. ### [`v1.26.128`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#​126128) [Compare Source](https://togithub.com/boto/boto3/compare/1.26.127...1.26.128) \======== - bugfix:`sqs`: \[`botocore`] Rolled back recent change to wire format protocol ### [`v1.26.127`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#​126127) [Compare Source](https://togithub.com/boto/boto3/compare/1.26.126...1.26.127) \======== - api-change:`cloudwatch`: \[`botocore`] Update cloudwatch client to latest version - api-change:`config`: \[`botocore`] Updated ResourceType enum with new resource types onboarded by AWS Config in April 2023. - api-change:`connect`: \[`botocore`] Remove unused InvalidParameterException from CreateParticipant API - api-change:`ecs`: \[`botocore`] Documentation update for new error type NamespaceNotFoundException for CreateCluster and UpdateCluster - api-change:`network-firewall`: \[`botocore`] This release adds support for the Suricata REJECT option in midstream exception configurations. - api-change:`opensearch`: \[`botocore`] DescribeDomainNodes: A new API that provides configuration information for nodes part of the domain - api-change:`quicksight`: \[`botocore`] Add support for Topic, Dataset parameters and VPC - api-change:`rekognition`: \[`botocore`] This release adds a new attribute FaceOccluded. Additionally, you can now select attributes individually (e.g. \["DEFAULT", "FACE_OCCLUDED", "AGE_RANGE"] instead of \["ALL"]), which can reduce response time. - api-change:`s3`: \[`botocore`] Documentation updates for Amazon S3 - api-change:`sagemaker`: \[`botocore`] We added support for ml.inf2 and ml.trn1 family of instances on Amazon SageMaker for deploying machine learning (ML) models for Real-time and Asynchronous inference. You can use these instances to achieve high performance at a low cost for generative artificial intelligence (AI) models. - api-change:`securityhub`: \[`botocore`] Add support for Finding History. - api-change:`sqs`: \[`botocore`] This release enables customers to call SQS using AWS JSON-1.0 protocol. ### [`v1.26.126`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#​126126) [Compare Source](https://togithub.com/boto/boto3/compare/1.26.125...1.26.126) \======== - api-change:`appsync`: \[`botocore`] Private API support for AWS AppSync. With Private APIs, you can now create GraphQL APIs that can only be accessed from your Amazon Virtual Private Cloud ("VPC"). - api-change:`ec2`: \[`botocore`] Adds an SDK paginator for GetNetworkInsightsAccessScopeAnalysisFindings - api-change:`inspector2`: \[`botocore`] This feature provides deep inspection for linux based instance - api-change:`iottwinmaker`: \[`botocore`] This release adds a field for GetScene API to return error code and message from dependency services. - api-change:`network-firewall`: \[`botocore`] AWS Network Firewall now supports policy level HOME_NET variable overrides. - api-change:`opensearch`: \[`botocore`] Amazon OpenSearch Service adds the option to deploy a domain across multiple Availability Zones, with each AZ containing a complete copy of data and with nodes in one AZ acting as a standby. This option provides 99.99% availability and consistent performance in the event of infrastructure failure. - api-change:`wellarchitected`: \[`botocore`] This release deepens integration with AWS Service Catalog AppRegistry to improve workload resource discovery. ### [`v1.26.125`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#​126125) [Compare Source](https://togithub.com/boto/boto3/compare/1.26.124...1.26.125) \======== - api-change:`appflow`: \[`botocore`] This release adds new API to cancel flow executions. - api-change:`connect`: \[`botocore`] Amazon Connect Service Rules API update: Added OnContactEvaluationSubmit event source to support user configuring evaluation form rules. - api-change:`ecs`: \[`botocore`] Documentation only update to address Amazon ECS tickets. - api-change:`kendra`: \[`botocore`] AWS Kendra now supports configuring document fields/attributes via the GetQuerySuggestions API. You can now base query suggestions on the contents of document fields. - api-change:`resiliencehub`: \[`botocore`] This release will improve resource level transparency in applications by discovering previously hidden resources. - api-change:`sagemaker`: \[`botocore`] Amazon Sagemaker Autopilot supports training models with sample weights and additional objective metrics. ### [`v1.26.124`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#​126124) [Compare Source](https://togithub.com/boto/boto3/compare/1.26.123...1.26.124) \======== - api-change:`compute-optimizer`: \[`botocore`] support for tag filtering within compute optimizer. ability to filter recommendation results by tag and tag key value pairs. ability to filter by inferred workload type added. - api-change:`kms`: \[`botocore`] This release makes the NitroEnclave request parameter Recipient and the response field for CiphertextForRecipient available in AWS SDKs. It also adds the regex pattern for CloudHsmClusterId validation.
alphagov/notifications-python-client ### [`v8.0.1`](https://togithub.com/alphagov/notifications-python-client/blob/HEAD/CHANGELOG.md#​801) [Compare Source](https://togithub.com/alphagov/notifications-python-client/compare/8.0.0...8.0.1) - Some minor non-functional code reformatting. - Changing emitted logs to use lazy %-based evaluation rather than upfront "".format - Changing an error-level log to a warning-level log (request failures). These still throw the actual exception to be caught and handled by the calling code.

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.

patheard commented 1 year ago