Skip to content

Commit ccd9415

Browse files
Build: Bump moto from 5.0.27 to 5.0.28 (#1603)
Bumps [moto](https://github.com/getmoto/moto) from 5.0.27 to 5.0.28. <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.28</h2> <p>Docker Digest for 5.0.28: <em>sha256:d3532929e4c498334949a014e9f0af6617ec1e89d92be690cd192fa3354ad7e6</em></p> <pre><code>* General: * Bootstrapping a CDK project is now supported <ul> <li> <p>New Services:</p> <ul> <li>S3 Tables: <ul> <li>create_namespace()</li> <li>create_table()</li> <li>create_table_bucket()</li> <li>delete_namespace()</li> <li>delete_table()</li> <li>delete_table_bucket()</li> <li>get_metadata_location()</li> <li>get_table()</li> <li>get_table_bucket()</li> <li>list_namespaces()</li> <li>list_table_buckets()</li> <li>list_tables()</li> <li>rename_table()</li> <li>update_metadata_location()</li> </ul> </li> </ul> </li> <li> <p>Miscellaneous:</p> <ul> <li>DynamoDB: delete_item() now returns ConsumedCapacity</li> <li>DynamoDB: transact_write_items() now returns a ReturnValuesOnConditionCheckFailure for all operations</li> <li>ECR: Lifecycle Policies() now support the tagPatternList-parameter</li> <li>S3: get_object() now returns the ETag when returning a 304 (Not Modified)</li> <li>SecretsManager: get_secret_value() no longer throws an error after calling rotate_secret(RotateImmediately=False)</li> <li>SecretsManager: list_secrets() now filters values with special chars correctly</li> <li>Organizations: list_roots() now returns the roots of the parent organization, if called from within a child organization<br /> </code></pre></li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/getmoto/moto/commit/b55f533b711f68fa4c4b6950a0a2b42e99af4779"><code>b55f533</code></a> Pre-Release: Up Version Number</li> <li><a href="https://github.com/getmoto/moto/commit/0238abda411fbfbd589fb61a577455a541156b18"><code>0238abd</code></a> Prep release 5.0.28 (<a href="https://redirect.github.com/getmoto/moto/issues/8554">#8554</a>)</li> <li><a href="https://github.com/getmoto/moto/commit/d1cec616d60fc1f8f68917bddc730258ad5c4295"><code>d1cec61</code></a> Core: Support CDK (<a href="https://redirect.github.com/getmoto/moto/issues/8553">#8553</a>)</li> <li><a href="https://github.com/getmoto/moto/commit/d05062cddd1fb5cf0dd0cdf7644daab10a27772c"><code>d05062c</code></a> ECR: Lifecycle Policies() now support the tagPatternList-parameter (<a href="https://redirect.github.com/getmoto/moto/issues/8551">#8551</a>)</li> <li><a href="https://github.com/getmoto/moto/commit/eecc03b59ffc50af472546c2a2ec32a789cfe663"><code>eecc03b</code></a> DynamoDB: Support ReturnValuesOnConditionCheckFailure for all op types in tra...</li> <li><a href="https://github.com/getmoto/moto/commit/d576400c9608809dc31cfc484980c1324d2f4411"><code>d576400</code></a> chore: update SSM default parameters (<a href="https://redirect.github.com/getmoto/moto/issues/8552">#8552</a>)</li> <li><a href="https://github.com/getmoto/moto/commit/a57c5c85d4b0d3ecb08dcfc50c615e29aee875b8"><code>a57c5c8</code></a> SecretsManager: get_secret_value() no longer errors after delayed secret rota...</li> <li><a href="https://github.com/getmoto/moto/commit/a67975b0004594ba48b57ab3bc47391277fbc498"><code>a67975b</code></a> S3: Return ETag in 304 responses from get_object (<a href="https://redirect.github.com/getmoto/moto/issues/8535">#8535</a>)</li> <li><a href="https://github.com/getmoto/moto/commit/8bc37d8788fd0f03c044cd8603558d9c6a713a04"><code>8bc37d8</code></a> chore: update EC2 Instance Types (<a href="https://redirect.github.com/getmoto/moto/issues/8550">#8550</a>)</li> <li><a href="https://github.com/getmoto/moto/commit/05c4080b3432b33edee48409e4e657d3599db466"><code>05c4080</code></a> chore: update EC2 Instance Offerings (<a href="https://redirect.github.com/getmoto/moto/issues/8549">#8549</a>)</li> <li>Additional commits viewable in <a href="https://github.com/getmoto/moto/compare/5.0.27...5.0.28">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.27&new-version=5.0.28)](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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f195dad commit ccd9415

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

poetry.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)