Skip to content

Update dependency moto to ^5.1.6 #2874

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 18, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
moto (changelog) ^5.1.4 -> ^5.1.6 age adoption passing confidence

Release Notes

getmoto/moto (moto)

v5.1.6

Compare Source

Docker Digest for 5.1.6: sha256:0afd091e9d26ba1660ad54708ff1e853ffa1f437f057c91163b47d35155a852b

New Methods:
    * Athena:
        * get_query_statistics()

    * AppSync:
        * create_api()
        * create_channel_namespace()
        * delete_api()
        * delete_channel_namespace()
        * get_api()
        * list_apis()
        * list_channel_namespaces()

    * CloudDirectory:
        * apply_schema()
        * create_schema()
        * delete_schema()
        * list_development_schema_arns()
        * list_published_schema_arns()
        * publish_schema()

    * DirectConnect:
        * describe_tags()
        * tag_resource()
        * untag_resource()

    * EC2:
        * modify_security_group_rules()

    * Glue:
        * delete_resource_policy()

    * SecurityHub:
        * describe_organization_configuration()
        * enable_organization_admin_account()
        * get_administrator_account()
        * update_organization_configuration()

    * StepFunctions:
        * create_activity()
        * delete_activity()
        * describe_activity()
        * list_activities()

Miscellaneous:
    * CodeDeploy: get_deployment_group() now returns the deploymentGroupId-attribute
    * CognitoIDP: create_user_pool_client() now supports MOTO_COGNITO_IDP_USER_POOL_CLIENT_ID_STRATEGY=HASH to ensure predictable identifiers
    * Lambda: EventSourceMappings for FIFO queues now support custom batch sizes
    * Lambda: EventSourceMappings now support tagging
    * NetworkFirewall: describe_firewall() now returns the UpdateToken-parameter
    * OpenSearch: get_compatible_versions() now longer requires the DomainName-parameter
    * OpenSearch: describe_domain_config() now actually works (used to be completely broken)
    * Route53: change_tags_for_resource(): Validate ZoneId parameter
    * SNS: Now allows sending messages from standard topics to FIFO queues

v5.1.5

Compare Source

Docker Digest for 5.1.5: sha256:b9dbd12d211c88e5799d023db15ec809bca4cc6df93a8aa78f26ccbfb073d18a

New Services:
    * Connect Campaign:
        * create_campaign()
        * delete_campaign()
        * describe_campaign()
        * get_connect_instance_config()
        * start_instance_onboarding_job()

    * CloudDirectory:
        * create_directory()
        * delete_directory()
        * get_directory()
        * list_directories()
        * list_tags_for_resource()
        * tag_resource()
        * untag_resource()

    * Network Firewall:
        * create_firewall()
        * describe_firewall()
        * describe_logging_configuration()
        * list_firewalls()
        * update_logging_configuration()

    * ServiceCatalog-AppRegistry:
        * associate_resource()
        * create_application()
        * list_applications()
        * list_associated_resources()

New Methods:
    * ACM PCA:
        * list_certificate_authorities()

    * CloudWatch:
        * delete_insight_rules()
        * describe_insight_rules()
        * disable_insight_rules()
        * enable_insight_rules()
        * put_insight_rule()

    * CodeDeploy:
        * list_tags_for_resource()
        * tag_resource()
        * untag_resource()

    * Comprehend:
        * create_document_classifier()
        * create_endpoint()
        * create_flywheel()
        * describe_document_classifier()
        * describe_endpoint()
        * describe_flywheel()
        * delete_document_classifier()
        * delete_endpoint()
        * delete_flywheel()
        * list_document_classifiers()
        * list_endpoints()
        * list_flywheels()
        * start_flywheel_iteration()
        * stop_training_document_classifier()
        * update_endpoint()

    * Config:
        * delete_resource_config()
        * put_resource_config()
        * select_resource_config()

    * DMS:
        * create_endpoint()
        * describe_endpoints()
        * list_tags_for_resource()

    * EC2:
        * modify_instance_metadata_options()

    * Glue:
        * get_resource_policy()
        * put_resource_policy()

    * RAM:
        * get_resource_share_associations()

    * S3:
        * get_bucket_inventory_configuration()
        * get_storage_lens_configuration()
        * list_bucket_inventory_configuration()
        * list_storage_lens_configurations()
        * put_bucket_inventory_configurations()
        * put_storage_lens_configuration()

    * Timestream InfluxDB:
        * create_db_cluster()
        * create_db_parameter_group()
        * get_db_cluster()
        * get_db_parameter_group()
        * list_db_clusters()
        * list_db_parameter_groups()

Miscellaneous:
    * ACMPCA: All SAN's are now passed through from the CSR to the certificate
    * APIGateway: delete_api_key()/update_api_key() now throw a ApiKeyNotFoundException (instead of a KeyError)
    * AppSync: create_graphql_api() now supports the tags-parameter
    * CloudFront: create_distribution() now correctly handles the CloudFrontDefaultCertificate-parameter
    * CodeDeploy: create_application() now supports the tags-parameter
    * CodeDeploy: create_deployment_group() now supports the tags-parameter
    * EC2: describe_instance_status() now correctly handles multiple filters and scenarios where both filters and InstanceIds are supplied
    * EC2: disassociate_iam_instance_profile() now actually removes the IAMInstanceProfile from the Instances
    * EC2: run_instances() now throws an error if now default Subnet is available and no SubnetId is supplied
    * EventBridge: describe_event_bus() now returns additional fields (CreationTime, LastModifiedTime, DeadLetterConfig, Description, KmsKeyIdentifier)
    * IOTData: update_thing_shadow() now correctly handles empty dicts
    * Neptune: create_db_instance() now supports the Neptune-engine
    * Organizations: create_policy() now supports TYPE=TAG_POLICY
    * ResourceGroups: delete_group()/get_group() now support ARNs as the GroupName-parameter
    * ResourceGroupsTaggingApi: get_resources now supports CloudWatch Alarms and InsightRules
    * S3: Calls now return Content-Type=application/xml headers where appropriate
    * S3: put_object() - IfMatch is now supported
    * SageMaker: create_endpoint_config() now supports the AsyncInferenceConfig-parameter
    * SageMaker: describe_transform_job() now returns the Arn-attribute
    * SQS: receive_message() now supports the MessageSystemAttributeNames-parameter
    * Textract: start_document_text_detection() now supports the NotificationChannel-parameter and integrates with SNS

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the changelog:skip Don't include this pull request in the release change log label Jun 18, 2025
@github-actions github-actions bot added the dependencies Pull request that updates a dependency file label Jun 18, 2025
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.41%. Comparing base (ae9dfd3) to head (fb7f91e).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2874   +/-   ##
=======================================
  Coverage   90.41%   90.41%           
=======================================
  Files         231      231           
  Lines       14943    14943           
=======================================
  Hits        13511    13511           
  Misses       1432     1432           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog:skip Don't include this pull request in the release change log dependencies Pull request that updates a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant