Skip to content

Commit

Permalink
Bump moto from 5.0.21 to 5.0.22 (#527)
Browse files Browse the repository at this point in the history
Bumps [moto](https://github.com/getmoto/moto) from 5.0.21 to 5.0.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.0.22</h2>
<p>Docker Digest for 5.0.22:
<em>sha256:a51561b8b9d94918788cb89799d37a34c4bcdf4669f081014b3a2df6b4fc0a11</em></p>
<pre><code>Miscellaneous:
* DS: enable_ldaps() is now supported for 'ADConnector' directory types
* EC2: Resource identifiers are now 17 characters long, up from 8,
in-line with the values that AWS returns
* ECS: create_service() now supports and validates the
networkConfiguration-parameter
    * ELBv2: register_targets() now validates that instances are running
* IOTData: update_thing_shadow() now properly handles complex nested
deltas
* MediaLive: list_channels() and list_inputs() now support pagination
* OpenSearch: create_domain() now returns the EngineVersion in the
correct format
* ResourceGroupsTaggingAPI: get_resources() now returns secrets from
SecretsManager
    * S3: put_object_acl() now sends an EventBridge-notification
* SecretsManager: list_secrets() no longer shows deleted secrets unless
the `include_planned_deletion`-parameter is set
* WAFv2: list_ip_sets(), list_logging_configurations(),
list_rule_groups(), list_tags_for_resource(), list_web_acls() now all
support pagination
</code></pre>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/getmoto/moto/commit/924ae87af1e0baaa0eb104a04bfbd6b5ea24dbf7"><code>924ae87</code></a>
Pre-Release: Up Version Number</li>
<li><a
href="https://github.com/getmoto/moto/commit/e8c12da484ae0677c2253f790174f325876bcefe"><code>e8c12da</code></a>
Prep release 5.0.22 (<a
href="https://redirect.github.com/getmoto/moto/issues/8357">#8357</a>)</li>
<li><a
href="https://github.com/getmoto/moto/commit/2413586ade2842b5285127c11e853703b6d18b3f"><code>2413586</code></a>
chore: update SSM Optimized AMI's (<a
href="https://redirect.github.com/getmoto/moto/issues/8355">#8355</a>)</li>
<li><a
href="https://github.com/getmoto/moto/commit/5d614636063a3365d03fbbec4aa00301b3fa845a"><code>5d61463</code></a>
S3: Sending notification to EventBridge ObjectAcl:Put (<a
href="https://redirect.github.com/getmoto/moto/issues/8349">#8349</a>)</li>
<li><a
href="https://github.com/getmoto/moto/commit/d1c886556272e1d9c4c57dcfb5d1c8f3859b693d"><code>d1c8865</code></a>
chore: update SSM default parameters (<a
href="https://redirect.github.com/getmoto/moto/issues/8356">#8356</a>)</li>
<li><a
href="https://github.com/getmoto/moto/commit/d2e53718d1d7677486a115813b613dc45c8aa7bc"><code>d2e5371</code></a>
chore: update SSM default AMI's (<a
href="https://redirect.github.com/getmoto/moto/issues/8354">#8354</a>)</li>
<li><a
href="https://github.com/getmoto/moto/commit/8fc0045cd065dca312a5947f98f761e5a31dd9c1"><code>8fc0045</code></a>
chore: update EC2 Instance Offerings (<a
href="https://redirect.github.com/getmoto/moto/issues/8353">#8353</a>)</li>
<li><a
href="https://github.com/getmoto/moto/commit/a74af7757512e1d83bdc54154f4221d45718aca8"><code>a74af77</code></a>
chore: update IAM Managed Policies (<a
href="https://redirect.github.com/getmoto/moto/issues/8352">#8352</a>)</li>
<li><a
href="https://github.com/getmoto/moto/commit/e41d6c9cf5efa73770f9c26d1b09c80bf91a20ef"><code>e41d6c9</code></a>
chore: update Config Managed Rules (<a
href="https://redirect.github.com/getmoto/moto/issues/8351">#8351</a>)</li>
<li><a
href="https://github.com/getmoto/moto/commit/3eb9530c00802f7bb4478e1b5ac0d14e3fda21ce"><code>3eb9530</code></a>
ELBv2: register_targets() now validates that instances are running (<a
href="https://redirect.github.com/getmoto/moto/issues/8350">#8350</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/getmoto/moto/compare/5.0.21...5.0.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.0.21&new-version=5.0.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 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 Dec 3, 2024
2 parents f25b425 + 3dc317f commit 4bb622d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 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 4bb622d

Please sign in to comment.