Skip to content

Commit

Permalink
Bump moto from 5.0.20 to 5.0.21 (#513)
Browse files Browse the repository at this point in the history
Bumps [moto](https://github.com/getmoto/moto) from 5.0.20 to 5.0.21.
<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.21</h2>
<p>Docker Digest for 5.0.21:
<em>sha256:9ba3753fddbe2445667a1261a04dc92e75d9c329a1f2d0610f1dd8bb1c4f4eca</em></p>
<pre><code>New Methods:
    * IOT:
        * create_job_template()
        * create_role_alias()
        * delete_job_template()
        * delete_role_alias()
        * describe_job_template()
        * describe_role_alias()
        * get_indexing_configuration()
        * list_job_templates()
        * list_role_aliases()
        * update_indexing_configuration()
        * update_role_alias()
<p>Miscellaneous:<br />
* Batch: list_jobs() now supports the arrayJobId-parameter<br />
* CloudFormation now supports the types AWS::IoT::JobTemplate,
AWS::IoT::RoleAlias<br />
* DynamoDB: ProjectionExpressions are now validated for duplicate
values<br />
* DynamoDB: scan() now supports parallelization using the
Segment/TotalSegments parameters<br />
* DynamoDB: update_item() now validates when an ADD/DELETE occurs on the
same set<br />
* EC2: create_fleet() now correctly handles Overrides with a single
value<br />
* ECR: list_images() now lists images with multiple tags separately<br
/>
* IOT: create_job() now supports the parameters abortConfig,
jobExecutionsRetryConfig, schedulingConfig, timeoutConfig<br />
* S3: get_object_attributes() no longer throws an error for Glacier
objects<br />
</code></pre></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/getmoto/moto/commit/26ef2f7c9afa56c8f229d74b42131ae2926ad2fd"><code>26ef2f7</code></a>
Pre-Release: Up Version Number</li>
<li><a
href="https://github.com/getmoto/moto/commit/40360272cb5930bb6c2f8cbde7c1808568893d78"><code>4036027</code></a>
Prep release 5.0.21 (<a
href="https://redirect.github.com/getmoto/moto/issues/8326">#8326</a>)</li>
<li><a
href="https://github.com/getmoto/moto/commit/e4aa9b83c13e7efb2aa882188d2ad24ac6c98989"><code>e4aa9b8</code></a>
chore: update SSM default parameters (<a
href="https://redirect.github.com/getmoto/moto/issues/8327">#8327</a>)</li>
<li><a
href="https://github.com/getmoto/moto/commit/01829b2a668387f0e884046d4b3627819480bb02"><code>01829b2</code></a>
IOT - Improve Job and JobTemplate (<a
href="https://redirect.github.com/getmoto/moto/issues/8322">#8322</a>)</li>
<li><a
href="https://github.com/getmoto/moto/commit/a0eb7f8641c16a7c6572c9ead6439ee8ab895d6d"><code>a0eb7f8</code></a>
chore: update EC2 Instance Offerings (<a
href="https://redirect.github.com/getmoto/moto/issues/8324">#8324</a>)</li>
<li><a
href="https://github.com/getmoto/moto/commit/eabf37757e8332a65e9a547df52763736a02ceb5"><code>eabf377</code></a>
chore: update EC2 Instance Types (<a
href="https://redirect.github.com/getmoto/moto/issues/8325">#8325</a>)</li>
<li><a
href="https://github.com/getmoto/moto/commit/c8d0e1cc9b9a05f1a0a6bd42bcfeddcb2086e4b5"><code>c8d0e1c</code></a>
Batch: list_jobs() now supports the arrayJobId-parameter (<a
href="https://redirect.github.com/getmoto/moto/issues/8321">#8321</a>)</li>
<li><a
href="https://github.com/getmoto/moto/commit/114e3447016b022814b430a22f11f9f7184a7569"><code>114e344</code></a>
Admin: Add DotNet tests for SQS (<a
href="https://redirect.github.com/getmoto/moto/issues/8323">#8323</a>)</li>
<li><a
href="https://github.com/getmoto/moto/commit/10bdd0837c8dfef21f22118521cf687119168e99"><code>10bdd08</code></a>
EC2: create_fleet() now correctly handles Overrides with a single value
(<a
href="https://redirect.github.com/getmoto/moto/issues/8316">#8316</a>)</li>
<li><a
href="https://github.com/getmoto/moto/commit/962d367722afe59b1deab453776d6ff61d77ad68"><code>962d367</code></a>
S3: get_object_attributes() now also works for Glacier objects (<a
href="https://redirect.github.com/getmoto/moto/issues/8315">#8315</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/getmoto/moto/compare/5.0.20...5.0.21">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.20&new-version=5.0.21)](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 Nov 18, 2024
2 parents bb559d1 + 03b3033 commit 430aadf
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 430aadf

Please sign in to comment.