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.7 to 4.2.8 (#153)
Bumps [moto](https://github.com/getmoto/moto) from 4.2.7 to 4.2.8. <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.8</h2> <p>Docker Digest for 4.2.8: <em>sha256:937315c79dedcc86506fc22a60502fd73d0e6f3a6f3e5fc614dd3164740e1191</em></p> <pre><code>General: * Support for Python 3.12 * Support for a Simple Lambda backend, that will mock functions without invoking a Docker container. Use the decorator `mock_lambda_simple` for this feature. <p>New Methods: * IdentityStore: * describe_group()</p> <pre><code>* Signer: * list_tags_by_resource() * tag_resource() * untag_resource() </code></pre> <p>Miscellaneous: * DynamoDB: create_table() now throws an error when supplying an unknown KeyType * DynamoDB: query() now throws an error when supplying a ExpressionAttributeValue that doesn't start with a ':' * EC2: describe_hosts() now returns the AllocationTime-attribute * ECS: register_task_definition() now throws an exception if the ContainerDefinition has missing keys * ECR: describe_images() now returns the supplied imageDigest-values, instead of random values * EFS: AccessPoints now have the correct identifier format * Lambda: Various methods now support the FunctionName in the format 'name:qualifier' * MQ: create_configuration() is now possible for engine-type 'RABBITMQ' * RDS: create_db_cluster() now throws an error if the provided engine is not supported * RDS: create_db_instance() now throws an error if the provided engine does not match the cluster engine * RDS: delete_db_cluster() now throws an error if any instances are still active * SageMaker: list_model_packages() and list_model_package_groups() no longer throw an error on pagination </code></pre></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/getmoto/moto/commit/de1c3450b27f8c6e62436c46711de13f501ad922"><code>de1c345</code></a> Prep release 4.2.8 (<a href="https://redirect.github.com/getmoto/moto/issues/7016">#7016</a>)</li> <li><a href="https://github.com/getmoto/moto/commit/84329158cef5db8b2e786035405c49c54471a9bc"><code>8432915</code></a> Implemented identitystore describe_group (<a href="https://redirect.github.com/getmoto/moto/issues/7015">#7015</a>)</li> <li><a href="https://github.com/getmoto/moto/commit/d244885dbfdbf1f559fb895a5549e574d0510944"><code>d244885</code></a> Lambda: allow <fn_name>:<alias_name> (<a href="https://redirect.github.com/getmoto/moto/issues/6977">#6977</a>)</li> <li><a href="https://github.com/getmoto/moto/commit/5cabac5ccd05ce0f91b7a6183791df3ccf239c84"><code>5cabac5</code></a> Add new ELBv2 ssl protocols, add small helper script to fetch them (<a href="https://redirect.github.com/getmoto/moto/issues/7009">#7009</a>)</li> <li><a href="https://github.com/getmoto/moto/commit/c04ff771786d75bd0b872673898a7d38edc6f461"><code>c04ff77</code></a> Fix EFS access point ID pattern (<a href="https://redirect.github.com/getmoto/moto/issues/7013">#7013</a>)</li> <li><a href="https://github.com/getmoto/moto/commit/6ef17eee2aec7df8b96b5a4ebbeebe98ff8b4927"><code>6ef17ee</code></a> ECS: fix container definition validation (<a href="https://redirect.github.com/getmoto/moto/issues/7007">#7007</a>)</li> <li><a href="https://github.com/getmoto/moto/commit/0b84eec6ab055307d220039ba4a7766adc021da3"><code>0b84eec</code></a> EC2: describe_hosts() now returns the AllocationTime-attribute (<a href="https://redirect.github.com/getmoto/moto/issues/7012">#7012</a>)</li> <li><a href="https://github.com/getmoto/moto/commit/90e8bb131342150f8a8f98c28c0ca8061fff642a"><code>90e8bb1</code></a> Techdebt: Improve/fix exception handling in tests (<a href="https://redirect.github.com/getmoto/moto/issues/7011">#7011</a>)</li> <li><a href="https://github.com/getmoto/moto/commit/3ca46c3c24781df4d390c142a12106c8cfc034cf"><code>3ca46c3</code></a> RDS: add cluster engine validation when creating a rds cluster (<a href="https://redirect.github.com/getmoto/moto/issues/7001">#7001</a>)</li> <li><a href="https://github.com/getmoto/moto/commit/e43619ae07f44d5fa3c63d96ffdbe00c75f947f7"><code>e43619a</code></a> EC2: Fix VPC endpoint default policy (<a href="https://redirect.github.com/getmoto/moto/issues/7004">#7004</a>)</li> <li>Additional commits viewable in <a href="https://github.com/getmoto/moto/compare/4.2.7...4.2.8">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.7&new-version=4.2.8)](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