Skip to content

Upgrade: [dependabot] - bump moto from 5.1.21 to 5.1.22#465

Merged
eps-autoapprove-dependabot[bot] merged 1 commit intomainfrom
dependabot/pip/moto-5.1.22
Mar 16, 2026
Merged

Upgrade: [dependabot] - bump moto from 5.1.21 to 5.1.22#465
eps-autoapprove-dependabot[bot] merged 1 commit intomainfrom
dependabot/pip/moto-5.1.22

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 13, 2026

Bumps moto from 5.1.21 to 5.1.22.

Changelog

Sourced from moto's changelog.

5.1.22

Docker Digest for 5.1.22: sha256:1e3802c95726373544967b428201c548f0247c15b00db2d96a5ba0a77d8643b8

New Methods:
    * APIGateway:
        * delete_model()
* 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()

Miscellaneous:
* CloudFormation now supports the creation/update/deletion of AWS::CloudWatch::Dashboard resources
* CloudFormation now supports the creation/update/deletion of AWS::KMS::Alias resources
* CloudFormation now supports the creation/update/deletion of AWS::SSM::Document resources
* EC2: create_fleet() now supports the parameters DryRun and LaunchTemplateConfigs.Overrides
* EC2: describe_network_interfaces() now supports the 'attachment.attachment-id'-filter
* EC2: Instances created from a LaunchTemplate now have the 'aws:ec2launchtemplate:id' and 'aws:ec2launchtemplate:version' tags
* RDS: create_db_cluster_parameter_group() now validates the provided group name/description/familiy
* RDS: delete_db_cluster_parameter_group() now validates that the provided group exists
* S3: delete_object() now supports IfMatch
* SecretsManager: create-secret() now throw ResourceExistsException for duplicate requests with different token (broken since 5.1.11)
* SQS: send_message() now returns the SequenceNumber-attribute
* VPCLattice: list_access_log_subscriptions() now also supports arns as resourceIdentifiers

Commits

Dependabot compatibility score

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 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Mar 13, 2026
@github-actions
Copy link
Copy Markdown
Contributor

This PR is raised by Dependabot to update a dependency.

@dependabot dependabot bot force-pushed the dependabot/pip/moto-5.1.22 branch from 2dfead4 to 2eec07c Compare March 16, 2026 13:39
Copy link
Copy Markdown

@eps-autoapprove-dependabot eps-autoapprove-dependabot bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm approving this pull request because it includes a patch or minor update

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>
@sonarqubecloud
Copy link
Copy Markdown

Copy link
Copy Markdown

@eps-autoapprove-dependabot eps-autoapprove-dependabot bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm approving this pull request because it includes a patch or minor update

@eps-autoapprove-dependabot eps-autoapprove-dependabot bot merged commit 2e459ee into main Mar 16, 2026
17 checks passed
@eps-autoapprove-dependabot eps-autoapprove-dependabot bot deleted the dependabot/pip/moto-5.1.22 branch March 16, 2026 14:19
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 />

[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=moto&package-manager=pip&previous-version=5.1.21&new-version=5.1.22)](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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants