Skip to content

Commit 6f4fb9f

Browse files
Upgrade: [dependabot] - bump moto from 5.1.17 to 5.1.18 (#217)
Bumps [moto](https://github.com/getmoto/moto) from 5.1.17 to 5.1.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.1.18</h2> <p>Docker Digest for 5.1.18: <em>sha256:c99ea4ab0881e1d95af5601c2cd42ef4dac15eefdf6597532c59d9631068818a</em></p> <pre><code>General: * Introduces two methods for enabling and disabling IAM authentication: from moto.core import disable_iam_authentication, enable_iam_authentication They behave the same as the `@set_initial_no_auth_action_count`-decorator, but can be used as a fixture/context manager <p>New Services:<br /> * Pipes:<br /> * create_pipe()<br /> * delete_pipe()<br /> * describe_pipe()<br /> * list_pipes()<br /> * tag_resource()<br /> * untag_resource()</p> <p>New Methods:<br /> * S3Control:<br /> * list_tags_for_resource()<br /> * tag_resource()<br /> * untag_resource()</p> <pre><code>* S3Vectors: * delete_vector_bucket_policy() * delete_vectors() * get_vector_bucket_policy() * get_vectors() * list_vectors() * put_vector_bucket_policy() * put_vectors() </code></pre> <p>Miscellaneous:<br /> * APIGateway: put_rest_api() now correctly creates integrations<br /> * AutoScaling: create_auto_scaling_group() now correctly calculates the InstancesDistribution for MixedInstancesPolicies<br /> * ResourceGroupsTaggingAPI: get_resources() now supports filtering by <code>sqs:queue</code><br /> * SecretsManager: put_secret_value() now adds the AWSCURRENT-label if it's the first version of the Secret being added<br /> </code></pre></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/getmoto/moto/commit/d2665703a908bac466ece11f1291baa47b9aacd4"><code>d266570</code></a> Pre-Release: Up Version Number</li> <li><a href="https://github.com/getmoto/moto/commit/2bf9f03fe37e1630aed1f4d00f771b3aa155c86a"><code>2bf9f03</code></a> Prep release 5.1.18 (<a href="https://redirect.github.com/getmoto/moto/issues/9513">#9513</a>)</li> <li><a href="https://github.com/getmoto/moto/commit/aad7ca2359ec5aee84fc7364416d699a06f4237b"><code>aad7ca2</code></a> chore: update SSM default parameters (<a href="https://redirect.github.com/getmoto/moto/issues/9512">#9512</a>)</li> <li><a href="https://github.com/getmoto/moto/commit/bb40fb38e8e400f9ce3f064bbd95347068c12781"><code>bb40fb3</code></a> fix(apigateway): add ability for put_rest_api to add integrations <a href="https://redirect.github.com/getmoto/moto/issues/9466">#9466</a> (<a href="https://redirect.github.com/getmoto/moto/issues/9511">#9511</a>)</li> <li><a href="https://github.com/getmoto/moto/commit/550aad9188e7d9dd5d1c258b470406a6c7114b4c"><code>550aad9</code></a> chore: update EC2 Instance Offerings (<a href="https://redirect.github.com/getmoto/moto/issues/9509">#9509</a>)</li> <li><a href="https://github.com/getmoto/moto/commit/f862575ca4f0f84092708f58baa3d34b28066f3b"><code>f862575</code></a> chore: update EMR Instance Types (<a href="https://redirect.github.com/getmoto/moto/issues/9508">#9508</a>)</li> <li><a href="https://github.com/getmoto/moto/commit/65829fdacf958e0da14062f2090433ff262e3a61"><code>65829fd</code></a> EC2: improve <code>UserData</code> handling (<a href="https://redirect.github.com/getmoto/moto/issues/9510">#9510</a>)</li> <li><a href="https://github.com/getmoto/moto/commit/bf846478a736ad8bf5d2c2ec8429cbdf438a2243"><code>bf84647</code></a> ResourceGroupsTaggingAPI: Add support for sqs:queue in get_resources (<a href="https://redirect.github.com/getmoto/moto/issues/9497">#9497</a>)</li> <li><a href="https://github.com/getmoto/moto/commit/d47c25f33b668c7adf815bbf0e496b9fb9a12e11"><code>d47c25f</code></a> S3vectors: Vector operations (<a href="https://redirect.github.com/getmoto/moto/issues/9507">#9507</a>)</li> <li><a href="https://github.com/getmoto/moto/commit/264098232dc3a45b41dcb2d1b9e3938b342e8a68"><code>2640982</code></a> S3Vectors: Support Policy operations (<a href="https://redirect.github.com/getmoto/moto/issues/9506">#9506</a>)</li> <li>Additional commits viewable in <a href="https://github.com/getmoto/moto/compare/5.1.17...5.1.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.1.17&new-version=5.1.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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 98f36d2 commit 6f4fb9f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ click = "^8.3.0"
2626
rich = "^14.1.0"
2727
pytest-mock = "^3.15.1"
2828
pytest-cov = "^7.0.0"
29-
moto = {extras = ["ssm"], version = "^5.1.17"}
29+
moto = {extras = ["ssm"], version = "^5.1.18"}
3030
markitdown = {extras = ["pdf", "docx", "pptx", "xlsx"], version = "^0.0.2"}
3131

3232

0 commit comments

Comments
 (0)