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 5.0.17 to 5.0.18 (#488)
Bumps [moto](https://github.com/getmoto/moto) from 5.0.17 to 5.0.18. <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.18</h2> <p>Docker Digest for 5.0.18: <em>sha256:62423941446f8863f499ebdfd04c1d1743b5afd84c3837799df7ce08ce3bb750</em></p> <pre><code>New Methods: * RDS: * delete_db_proxy() * deregister_db_proxy_targets() * describe_db_proxy_target_groups() * describe_db_proxy_targets() * modify_db_proxy_target_group() * register_db_proxy_targets() <p>Miscellaneous: * CloudFormation: create_change_set() now supports the UsePreviousTemplate-parameter * CognitoIDP: MFA-related features (like AssociateSoftwareToken) now also work with non-Python SDK's * ECS: update_service() now correctly sets the createdAt/updatedAt values when forceNewDeployment=True * ELBv2: remove_tags() now throws a ResourceNotFound Exception </code></pre></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/getmoto/moto/commit/1038de6bdb140bf7b09d9bec9b5f69295f80e7de"><code>1038de6</code></a> Pre-Release: Up Version Number</li> <li><a href="https://github.com/getmoto/moto/commit/afebd54af7f66c6b7a3cc19c4dac68178b064fd8"><code>afebd54</code></a> Prep release 5.0.18 (<a href="https://redirect.github.com/getmoto/moto/issues/8243">#8243</a>)</li> <li><a href="https://github.com/getmoto/moto/commit/fcb3c8b2e713d4eb75a9648b292e7771589fa438"><code>fcb3c8b</code></a> chore: update SSM default parameters (<a href="https://redirect.github.com/getmoto/moto/issues/8244">#8244</a>)</li> <li><a href="https://github.com/getmoto/moto/commit/7edf69acbd30f9b676a873414a2ae6db387e5dc9"><code>7edf69a</code></a> chore: update EC2 Instance Offerings (<a href="https://redirect.github.com/getmoto/moto/issues/8242">#8242</a>)</li> <li><a href="https://github.com/getmoto/moto/commit/fe3739224de313e397776f1bf30402ac5c5af0d8"><code>fe37392</code></a> CognitoIDP: Ensure MFA functions work with non-python SDK's (<a href="https://redirect.github.com/getmoto/moto/issues/8241">#8241</a>)</li> <li><a href="https://github.com/getmoto/moto/commit/eea6b16702f39b989240f1114d7c4d395232e414"><code>eea6b16</code></a> RDS: Proxy Target Groups (<a href="https://redirect.github.com/getmoto/moto/issues/8237">#8237</a>)</li> <li><a href="https://github.com/getmoto/moto/commit/fa4352a9aab6e6e518f22975a8cccce1fff4a0e2"><code>fa4352a</code></a> ResourceGroupsTaggingAPI: fixed tags for Workspaces Web Portals (<a href="https://redirect.github.com/getmoto/moto/issues/8234">#8234</a>)</li> <li><a href="https://github.com/getmoto/moto/commit/77fbf518edbd78a427823380cc530bda079799c1"><code>77fbf51</code></a> Adds support for UsePreviousTemplate to create_change_set (<a href="https://redirect.github.com/getmoto/moto/issues/8229">#8229</a>)</li> <li><a href="https://github.com/getmoto/moto/commit/035586c69c0cf144fd12ba27c4acbb92fb2e04cb"><code>035586c</code></a> Pinpoint: Fix region in application ARN (<a href="https://redirect.github.com/getmoto/moto/issues/8233">#8233</a>)</li> <li><a href="https://github.com/getmoto/moto/commit/9dbd0175ea289600212e3ca3862eb3ff6e5ffbf9"><code>9dbd017</code></a> [ECS] Force New Deployment (<a href="https://redirect.github.com/getmoto/moto/issues/8232">#8232</a>)</li> <li>Additional commits viewable in <a href="https://github.com/getmoto/moto/compare/5.0.17...5.0.18">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.17&new-version=5.0.18)](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