aws-samples / dbt-glue

This repository contains de dbt-glue adapter
Apache License 2.0
91 stars 59 forks source link

Update moto requirement from ~=4.2.11 to ~=4.2.13 #312

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 6 months ago

Updates the requirements on moto to permit the latest version.

Changelog

Sourced from moto's changelog.

4.2.13

Docker Digest for 4.2.13: sha256:20a2fdd4828b0ce1170ae26186ed28b64523cf6af83af892a74d9b3e23f84471

New Services:
    * Panorama:
        * delete_device()
        * describe_device()
        * list_devices()
        * provision_device()
        * update_device_metadata()

New Methods: * CognitoIDP: * admin_respond_to_auth_challenge()

* IdentityStore:
    *  list_group_memberships_for_member()

* Rekognition:
    * compare_faces()
    * detect_labels()
    * detect_text()

* SSO-Admin:
    * attach_customer_managed_policy_reference_to_permission_set()
    * attach_managed_policy_to_permission_set()
    * delete_inline_policy_from_permission_set()
    * detach_customer_managed_policy_reference_from_permission_set()
    * detach_managed_policy_from_permission_set()
    * get_inline_policy_for_permission_set()
    * list_account_assignments_for_principal()
    * list_customer_managed_policy_references_in_permission_set()
    * list_managed_policies_in_permission_set()
    * put_inline_policy_to_permission_set()

* Textract:
    * detect_document_text()

Miscellaneous: * ACM: describe_certificate() now returns a DomainValidationOption for each SN * CloudFormation: create_change_set() now longer throws an exception when supplying a YAML TemplateBody * CognitoIDP: create_resource_server() no longer crashes when the scope-parameter is not provided * DynamoDB: scan() now correctly handles the ScanFilter-attribute again (broken in 4.2.11) * EC2: launch templates created by CloudFormation now have a generated name if not provided * EC2: describe_instance_types() now handles unknown values for EnaSupport correctly * Sagemaker: create_model_package() nown supports Versioned packages * Scheduler: delete_scheduler() now throws the correct exception when a Schedule does not exist * SSO-Admin: list_account_assignments() now supports pagination

... (truncated)

Commits


You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 5 months ago

Superseded by #326.