Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump moto from 4.2.4 to 4.2.5 (#111)
Bumps [moto](https://github.com/getmoto/moto) from 4.2.4 to 4.2.5. <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>4.2.5</h2> <p>Docker Digest for 4.2.5: <em>sha256:076cecca9b8ba35b545d23eb5bf780902fbf23eb3610f332eef7adea1f4d2ef7</em></p> <pre><code>General: * Introducing: MotoProxy! An alternative to the MotoServer. See the docs: http://docs.getmoto.org/en/latest/docs/proxy_mode.html <p>New Methods: * Sagemaker: * list_model_package_groups()</p> <p>Miscellaneous: * CognitoIDP: update_user_pool() no longer overrides default settings * CognitoIDP: set_user_mfa_preference() now allows the settings to be cleared * EC2: Transit Gateway Peering Attachments are now supported across accounts * EC2: delete_fleets() now sets the correct status * ECS: The Task-statuses now automatically advance * Glue: get_databases/get_tables() now return the CatalogId * IAM: list_groups() now returns the CreateDate-attribute * Redshift: describe_clusters() now returns the TotalStorageCapacityInMegabytes * SES: Templates now support if/else constructs </code></pre></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/getmoto/moto/commit/40cc96d4fd26be8e7044f38178d93d182911d3fc"><code>40cc96d</code></a> Prep Release 4.2.5 (<a href="https://redirect.github.com/getmoto/moto/issues/6869">#6869</a>)</li> <li><a href="https://github.com/getmoto/moto/commit/ad2d77a59cd989856c7b296df6da988833dce2f3"><code>ad2d77a</code></a> CognitoIDP: Use default values for unspecified settings in update_user_pool (...</li> <li><a href="https://github.com/getmoto/moto/commit/6fe4999de23027acf9f9549f5d29229fcc48d4e4"><code>6fe4999</code></a> SES: Support templates with if/else (<a href="https://redirect.github.com/getmoto/moto/issues/6867">#6867</a>)</li> <li><a href="https://github.com/getmoto/moto/commit/504387dcb826f551fe713a8aa2fc8c554d26278d"><code>504387d</code></a> Redshift: describe_clusters() now returns the TotalStorageCapacityInMegaBytes...</li> <li><a href="https://github.com/getmoto/moto/commit/06982582b7c46ef7b92350f9c49d6893e4ec51a0"><code>0698258</code></a> Glue: Default CatalogId should be the AccountID (<a href="https://redirect.github.com/getmoto/moto/issues/6864">#6864</a>)</li> <li><a href="https://github.com/getmoto/moto/commit/5563e62f217eb8bb69c6816cf9e89c5dd8fde1a1"><code>5563e62</code></a> EC2: delete_fleet() should set correct status (<a href="https://redirect.github.com/getmoto/moto/issues/6863">#6863</a>)</li> <li><a href="https://github.com/getmoto/moto/commit/438b2b7843b4b69d25c43d140b2603366a9e6453"><code>438b2b7</code></a> Feature: Proxy (<a href="https://redirect.github.com/getmoto/moto/issues/6848">#6848</a>)</li> <li><a href="https://github.com/getmoto/moto/commit/39b9c2f1211ceb3f5638eea673979396fdec404e"><code>39b9c2f</code></a> Implement state transitions for ECS tasks (<a href="https://redirect.github.com/getmoto/moto/issues/6857">#6857</a>)</li> <li><a href="https://github.com/getmoto/moto/commit/fea098310a8ef6157017e35354021be85549861e"><code>fea0983</code></a> EC2: Cross-account transit gateway peering attachments (<a href="https://redirect.github.com/getmoto/moto/issues/6851">#6851</a>)</li> <li><a href="https://github.com/getmoto/moto/commit/bc9c8ef8abf4532e5f3a35fd09889b746613e2e3"><code>bc9c8ef</code></a> Admin: Enable some tests to run against AWS (<a href="https://redirect.github.com/getmoto/moto/issues/6855">#6855</a>)</li> <li>Additional commits viewable in <a href="https://github.com/getmoto/moto/compare/4.2.4...4.2.5">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=4.2.4&new-version=4.2.5)](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