Skip to content

Commit

Permalink
Bump moto from 5.0.12 to 5.0.13 (#426)
Browse files Browse the repository at this point in the history
Bumps [moto](https://github.com/getmoto/moto) from 5.0.12 to 5.0.13.
<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.0.13</h2>
<p>Docker Digest for 5.0.13:
<em>sha256:de97faba597d8f1bfb4dab1c7d562e1997ac5e0ba1186c4392430650b0f6bd4e</em></p>
<pre><code>General:
    * Support for Python 3.13
    * Moto now supports whitelisting which services can be used
<p>New Services:<br />
* AppMesh:<br />
* create_mesh()<br />
* delete_mesh()<br />
* describe_mesh()<br />
* list_meshes()<br />
* list_tags_for_resource()<br />
* tag_resource()<br />
* update_mesh()</p>
<pre><code>* Transfer:
    * create_server()
    * create_user()
    * delete_server()
    * delete_ssh_public_key()
    * delete_user()
    * describe_server()
    * describe_user()
    * import_ssh_public_key()
</code></pre>
<p>New Methods:<br />
* Athena:<br />
* delete_work_group()</p>
<pre><code>* CodeBuild:
    * batch_get_projects()

* DynamoDB:
    * delete_resource_policy()
    * get_resource_policy()
    * put_resource_policy()

* EMR:
    * get_block_public_access_configuration()
    * put_block_public_access_configuration()

* QLDB:
    * create_ledger()
    * delete_ledger()
    * describe_ledger()
    * list_tags_for_resource()
    * tag_resource()
</code></pre>
<p></code></pre></p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/getmoto/moto/commit/177db98ef3fc11b9275feb6c03363801ea3a808e"><code>177db98</code></a>
Pre-Release: Up Version Number</li>
<li><a
href="https://github.com/getmoto/moto/commit/bc1918fb67efb75dc7182b3948de11006ef34018"><code>bc1918f</code></a>
Update CHANGELOG.md</li>
<li><a
href="https://github.com/getmoto/moto/commit/a743744b3c158b3d5b4947d34e5bd629eb92afac"><code>a743744</code></a>
Prep release 5.0.13 (<a
href="https://redirect.github.com/getmoto/moto/issues/7994">#7994</a>)</li>
<li><a
href="https://github.com/getmoto/moto/commit/0d02caa120318bfa78de2867b6ffc309d9c57b82"><code>0d02caa</code></a>
AppMesh (<a
href="https://redirect.github.com/getmoto/moto/issues/7987">#7987</a>)</li>
<li><a
href="https://github.com/getmoto/moto/commit/a42d9d17ea641db7b5f2e393ebccf0333c8da516"><code>a42d9d1</code></a>
RDS: update_db_instance() now supports the
CloudwatchLogsExportConfiguration-...</li>
<li><a
href="https://github.com/getmoto/moto/commit/479cc5d37e6abcab01f31e2c19825fe673ab0623"><code>479cc5d</code></a>
Events: now supports the InputTemplate-parameter (<a
href="https://redirect.github.com/getmoto/moto/issues/7992">#7992</a>)</li>
<li><a
href="https://github.com/getmoto/moto/commit/88405fc9fa3cf8165a59ddf5b33b48213d71fa70"><code>88405fc</code></a>
RDS Fix bug that causes second PIT restore to fail (<a
href="https://redirect.github.com/getmoto/moto/issues/7991">#7991</a>)</li>
<li><a
href="https://github.com/getmoto/moto/commit/3827ccec386a4abb61b21ecdcb868686b3e2793a"><code>3827cce</code></a>
DynamoDB: empty update expression now returns a ValidationException (<a
href="https://redirect.github.com/getmoto/moto/issues/7989">#7989</a>)</li>
<li><a
href="https://github.com/getmoto/moto/commit/856ded18148ad3a2e25458950a8dbee64f95fa40"><code>856ded1</code></a>
Admin: Support Py 3.13 (<a
href="https://redirect.github.com/getmoto/moto/issues/7984">#7984</a>)</li>
<li><a
href="https://github.com/getmoto/moto/commit/f5df94a3ac3683e09021ee6301b52ff4e6b7ae6d"><code>f5df94a</code></a>
Autoscaling: update_group() now validates that the Group exists (<a
href="https://redirect.github.com/getmoto/moto/issues/7983">#7983</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/getmoto/moto/compare/5.0.12...5.0.13">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.0.12&new-version=5.0.13)](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 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 <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>
  • Loading branch information
github-actions[bot] authored Aug 19, 2024
2 parents 0a36c16 + 0de946e commit 1e93b71
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1e93b71

Please sign in to comment.