Upgrade: [dependabot] - bump moto from 5.1.21 to 5.1.22#465
Merged
eps-autoapprove-dependabot[bot] merged 1 commit intomainfrom Mar 16, 2026
Merged
Upgrade: [dependabot] - bump moto from 5.1.21 to 5.1.22#465eps-autoapprove-dependabot[bot] merged 1 commit intomainfrom
eps-autoapprove-dependabot[bot] merged 1 commit intomainfrom
Conversation
Contributor
|
This PR is raised by Dependabot to update a dependency. |
2dfead4 to
2eec07c
Compare
Bumps [moto](https://github.com/getmoto/moto) from 5.1.21 to 5.1.22. - [Release notes](https://github.com/getmoto/moto/releases) - [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md) - [Commits](getmoto/moto@5.1.21...5.1.22) --- updated-dependencies: - dependency-name: moto dependency-version: 5.1.22 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
79eaf20
2eec07c to
79eaf20
Compare
|
kieran-wilkinson-4
pushed a commit
that referenced
this pull request
Mar 16, 2026
Bumps [moto](https://github.com/getmoto/moto) from 5.1.21 to 5.1.22. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/getmoto/moto/blob/master/CHANGELOG.md">moto's changelog</a>.</em></p> <blockquote> <h2>5.1.22</h2> <p>Docker Digest for 5.1.22: <em>sha256:1e3802c95726373544967b428201c548f0247c15b00db2d96a5ba0a77d8643b8</em></p> <pre><code>New Methods: * APIGateway: * delete_model() <pre><code>* Athena: * tag_resource() * untag_resource() * Pipes: * list_tags_for_resource() * OSIS: * delete_resource_policy() * get_resource_policy() * put_resource_policy() * RDS: * copy_db_cluster_parameter_group() * STS: * get_access_key_info() * Transfer: * list_servers() </code></pre> <p>Miscellaneous:<br /> * CloudFormation now supports the creation/update/deletion of AWS::CloudWatch::Dashboard resources<br /> * CloudFormation now supports the creation/update/deletion of AWS::KMS::Alias resources<br /> * CloudFormation now supports the creation/update/deletion of AWS::SSM::Document resources<br /> * EC2: create_fleet() now supports the parameters DryRun and LaunchTemplateConfigs.Overrides<br /> * EC2: describe_network_interfaces() now supports the 'attachment.attachment-id'-filter<br /> * EC2: Instances created from a LaunchTemplate now have the 'aws:ec2launchtemplate:id' and 'aws:ec2launchtemplate:version' tags<br /> * RDS: create_db_cluster_parameter_group() now validates the provided group name/description/familiy<br /> * RDS: delete_db_cluster_parameter_group() now validates that the provided group exists<br /> * S3: delete_object() now supports IfMatch<br /> * SecretsManager: create-secret() now throw ResourceExistsException for duplicate requests with different token (broken since 5.1.11)<br /> * SQS: send_message() now returns the SequenceNumber-attribute<br /> * VPCLattice: list_access_log_subscriptions() now also supports arns as resourceIdentifiers<br /> </code></pre></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/getmoto/moto/commit/28d5ca88d9df9ce3e94e2e8b1f1c584646339e61"><code>28d5ca8</code></a> Pre-Release: Up Version Number</li> <li><a href="https://github.com/getmoto/moto/commit/f58dc186374dcf3cd1282f4a5998fedfa2b658a9"><code>f58dc18</code></a> Prep release 5.1.22 (<a href="https://redirect.github.com/getmoto/moto/issues/9824">#9824</a>)</li> <li><a href="https://github.com/getmoto/moto/commit/84cbb40725122bf252b766a0f601358bedcad6d1"><code>84cbb40</code></a> chore: update SSM default parameters (<a href="https://redirect.github.com/getmoto/moto/issues/9828">#9828</a>)</li> <li><a href="https://github.com/getmoto/moto/commit/2f32dc1e3d25998340e1e59fc1145b3f1afc4b55"><code>2f32dc1</code></a> chore: update EC2 Instance Types (<a href="https://redirect.github.com/getmoto/moto/issues/9827">#9827</a>)</li> <li><a href="https://github.com/getmoto/moto/commit/2a1c7ca7259747d1792dfa055b8433d313af581e"><code>2a1c7ca</code></a> chore: update EC2 Instance Offerings (<a href="https://redirect.github.com/getmoto/moto/issues/9826">#9826</a>)</li> <li><a href="https://github.com/getmoto/moto/commit/e063c5a0e91c8afb49e2ccde47ff07c9448db09c"><code>e063c5a</code></a> chore: update EMR Instance Types (<a href="https://redirect.github.com/getmoto/moto/issues/9825">#9825</a>)</li> <li><a href="https://github.com/getmoto/moto/commit/681b47aab458d90a8deb4ddbe86ef26695526218"><code>681b47a</code></a> API Gateway: implement DeleteModel operation (<a href="https://redirect.github.com/getmoto/moto/issues/9823">#9823</a>)</li> <li><a href="https://github.com/getmoto/moto/commit/d652e4ad38ab382e32ab61cf2b319d033cfb6f4a"><code>d652e4a</code></a> STS: implement GetAccessKeyInfo operation (<a href="https://redirect.github.com/getmoto/moto/issues/9822">#9822</a>)</li> <li><a href="https://github.com/getmoto/moto/commit/40a65202b922fd78c4f4724f34f03cdc1172377d"><code>40a6520</code></a> Implement Athena <code>TagResource</code> and <code>UntagResource</code> (<a href="https://redirect.github.com/getmoto/moto/issues/9796">#9796</a>)</li> <li><a href="https://github.com/getmoto/moto/commit/dc425e8b3d56b7ad84bf9d2820ae89e72d10a4a9"><code>dc425e8</code></a> Modernize Java tests (<a href="https://redirect.github.com/getmoto/moto/issues/9817">#9817</a>)</li> <li>Additional commits viewable in <a href="https://github.com/getmoto/moto/compare/5.1.21...5.1.22">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 show <dependency name> 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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Bumps moto from 5.1.21 to 5.1.22.
Changelog
Sourced from moto's changelog.
Commits
28d5ca8Pre-Release: Up Version Numberf58dc18Prep release 5.1.22 (#9824)84cbb40chore: update SSM default parameters (#9828)2f32dc1chore: update EC2 Instance Types (#9827)2a1c7cachore: update EC2 Instance Offerings (#9826)e063c5achore: update EMR Instance Types (#9825)681b47aAPI Gateway: implement DeleteModel operation (#9823)d652e4aSTS: implement GetAccessKeyInfo operation (#9822)40a6520Implement AthenaTagResourceandUntagResource(#9796)dc425e8Modernize Java tests (#9817)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)