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.23 to 5.0.24 (#542)
Bumps [moto](https://github.com/getmoto/moto) from 5.0.23 to 5.0.24. <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.24</h2> <p>Docker Digest for 5.0.24: <em>sha256:68042b17e9a55c7a32347f802b7a02f2793201b4f1c788ca0e85084f5218c233</em></p> <pre><code>Miscellaneous: * EC2: Terminating instances will now release private ip addresses from the NIC's attached to the interface * S3: Fixes a bug in complete_multipart_upload() where it was no longer possible to overwrite an earlier multipart upload (Broken in 5.0.23) * S3: get_object_cors() now correctly returns the ExposeHeader-value </code></pre> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/getmoto/moto/commit/b4b57248f46b5433d7bed458e5c5f06c8c6bb372"><code>b4b5724</code></a> Pre-Release: Up Version Number</li> <li><a href="https://github.com/getmoto/moto/commit/db93058f89f600b89368f48babab6a347674b6c9"><code>db93058</code></a> Core: Use internal server to test requests passthrough (<a href="https://redirect.github.com/getmoto/moto/issues/8419">#8419</a>)</li> <li><a href="https://github.com/getmoto/moto/commit/08a85060fc4a7e2ac8e7e356ab1a930225625003"><code>08a8506</code></a> S3: get_bucket_cors(): Fix <code>ExposeHeader</code> XML tag (<a href="https://redirect.github.com/getmoto/moto/issues/8407">#8407</a>)</li> <li><a href="https://github.com/getmoto/moto/commit/6bf0cfcc20297241282b99778cd3fe515d61cfa6"><code>6bf0cfc</code></a> S3: complete_multipart_upload() should be able to overwrite (<a href="https://redirect.github.com/getmoto/moto/issues/8418">#8418</a>)</li> <li><a href="https://github.com/getmoto/moto/commit/f2e43c6bd3a914567f247955472856c69adea092"><code>f2e43c6</code></a> EC2: Remove internal Network Interface traces from the Subnet after deletion....</li> <li><a href="https://github.com/getmoto/moto/commit/3c4c72e1c9282e920022afaa7ad818472e9fbf50"><code>3c4c72e</code></a> Bump ruby/setup-ruby from 1.203.0 to 1.204.0 (<a href="https://redirect.github.com/getmoto/moto/issues/8411">#8411</a>)</li> <li><a href="https://github.com/getmoto/moto/commit/f215e38473bd4afe0d95b81cf55d898eb18a6c06"><code>f215e38</code></a> Admin: Post-release steps</li> <li>See full diff in <a href="https://github.com/getmoto/moto/compare/5.0.23...5.0.24">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.23&new-version=5.0.24)](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