Skip to content

Commit

Permalink
Bump moto from 5.0.16 to 5.0.17 (#482)
Browse files Browse the repository at this point in the history
Bumps [moto](https://github.com/getmoto/moto) from 5.0.16 to 5.0.17.
<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.17</h2>
<p>Docker Digest for 5.0.17:
<em>sha256:39372432cb24ab46211ca45648ca787e104589070b0d0a13ea0d73c6eb550079</em></p>
<pre><code>New Methods:
    * CloudFront:
        * create_key_group()
        * create_public_key()
        * delete_public_key()
        * get_key_group()
        * get_public_key()
        * list_key_groups()
        * list_public_keys()
<pre><code>* QuickSight:
    * list_user_groups()
    * search_groups()
    * update_user()

* Workspaces Web:
    * list_tags_for_resource()
    * tag_resource()
    * untag_resource()
</code></pre>
<p>Miscellaneous:<br />
* APIGateway: get_api_keys()/get_usage_plan_keys() now support the
nameQuery param<br />
* AppSync: create_graphql_api() now supports the visibility-parameter<br
/>
* DynamoDB: delete_item() now returns the item when a
ConditionalCheckFailed is thrown and ReturnValuesOnConditionCheckFailure
== ALL_OLD<br />
* QuickSight: Users can now have special characters in their name<br />
* QuickSight: list_group_memberships() now supports pagination<br />
* QuickSight: list_groups() now supports pagination<br />
* QuickSight: list_users() now supports pagination<br />
* SageMaker: search() now also supports
ModelPackages/Pipelines/Jobs/Executions<br />
* SecretsManager: delete_secret() now allows force deletion of already
marked-for-delete secret<br />
* StepFunctions: create_state_machine() now supports the parameters
encryptionConfiguration, tracingConfiguration, loggingConfiguration<br
/>
</code></pre></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/getmoto/moto/commit/ddc70219f1ba0122a1edcf779fc214863c7ebe64"><code>ddc7021</code></a>
Pre-Release: Up Version Number</li>
<li><a
href="https://github.com/getmoto/moto/commit/36df7ae115524435ae7d5511f46568a6068caa36"><code>36df7ae</code></a>
Prep release 5.0.17 (<a
href="https://redirect.github.com/getmoto/moto/issues/8227">#8227</a>)</li>
<li><a
href="https://github.com/getmoto/moto/commit/d099251ccf08deb2c646837edc54b29d0a5e1d4c"><code>d099251</code></a>
chore: update SSM default parameters (<a
href="https://redirect.github.com/getmoto/moto/issues/8228">#8228</a>)</li>
<li><a
href="https://github.com/getmoto/moto/commit/1ace1dbdfc9522a316f622e3760116bd8469363b"><code>1ace1db</code></a>
Support custom ids (<a
href="https://redirect.github.com/getmoto/moto/issues/8216">#8216</a>)</li>
<li><a
href="https://github.com/getmoto/moto/commit/81d6f95f0459b3a3fc4a0780319e089c4eb0e1ad"><code>81d6f95</code></a>
Admin: Disable automatic dev releases, allow manual triggering instead
(<a
href="https://redirect.github.com/getmoto/moto/issues/8224">#8224</a>)</li>
<li><a
href="https://github.com/getmoto/moto/commit/7cd5085e90ecadf9de810f31a456ee40cd2194aa"><code>7cd5085</code></a>
SecretsManager: Allow force deletion of already marked-for-delete secret
(<a
href="https://redirect.github.com/getmoto/moto/issues/8223">#8223</a>)</li>
<li><a
href="https://github.com/getmoto/moto/commit/91e8524f9a8e74f9ccd579de7c871632d7592971"><code>91e8524</code></a>
Make .json.gz files deterministic (<a
href="https://redirect.github.com/getmoto/moto/issues/8218">#8218</a>)</li>
<li><a
href="https://github.com/getmoto/moto/commit/a6dc2986092acedb21877b338a8e3908c0f59453"><code>a6dc298</code></a>
RDS: DBInstances: Ensure compatibility with NodeJS SDK (<a
href="https://redirect.github.com/getmoto/moto/issues/8222">#8222</a>)</li>
<li><a
href="https://github.com/getmoto/moto/commit/d184a3ff59d70c355b62ff88bc905f06c750b8f9"><code>d184a3f</code></a>
APIGateway: fix strict filtering for API keys (<a
href="https://redirect.github.com/getmoto/moto/issues/8220">#8220</a>)</li>
<li><a
href="https://github.com/getmoto/moto/commit/84cac7a3820b2a9e5818de8665d1a64447f891f3"><code>84cac7a</code></a>
StepFunctions: add sfn stateMachine to resourcegrouptaggingapi (<a
href="https://redirect.github.com/getmoto/moto/issues/8215">#8215</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/getmoto/moto/compare/5.0.16...5.0.17">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.16&new-version=5.0.17)](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
github-actions[bot] authored Oct 14, 2024
2 parents 14eee77 + a3733d7 commit 912a070
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 912a070

Please sign in to comment.