Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 8, 2025

Bumps moto from 5.1.6 to 5.1.8.

Changelog

Sourced from moto's changelog.

Moto Changelog

5.1.7

Docker Digest for 5.1.7:

New Methods:
* Connect-Campaigns:
    * get_campaign_state()
    * list_campaigns()
    * list_tags_for_resource()
    * pause_campaign()
    * resume_campaign()
    * start_campaign()
    * stop_campaign()
    * tag_resource()
    * untag_resource()
  • ECS:

    • delete_task_definitions()
  • ElastiCache:

    • create_cache_subnet_group()
    • describe_cache_subnet_groups()
  • RAM:

    • list_permissions()
    • list_resource_types()
  • RDS:

    • create_blue_green_deployment()
    • delete_blue_green_deployment()
    • describe_blue_green_deployments()
    • switchover_blue_green_deployment()

Miscellaneous: * Athena: get_query_execution() now returns some additional attributes: 'ResultReuseConfiguration', 'Status.CompletionDateTime', 'Status.ServicePreProcessingTimeInMillis', 'Status.ResultReuseInformation' * DynamoDB: query() now validates that all attributes in the KeyConditionExpression are actually keys * DynamoDB: update_item() now validates unused ExpressionAttributeNames/ExpressionAttributeValues * EC2: modify_vpc_attribute() now correctly handles the EnableDnsHostnames-attribute * ECS: list_task_definitions() now supports the status-parameter * ELB: describe_load_balancer_attributes() now returns the AdditionalAttributes-attribute * ElastiCache: list_tags_for_resource() now supports SubnetGroups * EventBridge: put_events() no longer throws a KeyError: 'time' for targets with a custom InputTemplate that do not specify the time * Logs: get_query_results() now returns values as strings, in-line with how AWS behaves * NetworkFirewall: describe_logging_configuration() no longer throws an error for LoggingConfigurations without tags

... (truncated)

Commits
  • 60378f7 Pre-Release: Up Version Number
  • 7149837 Prep release 5.1.7 (#9045)
  • 2e1d35d chore: update SSM default parameters (#9046)
  • c7ba45a chore: update EC2 Instance Types (#9044)
  • db2e276 chore: update EC2 Instance Offerings (#9043)
  • c5616b6 Admin: Skip Sagemaker-Core==1.0.42 to avoid test breakage (#9042)
  • d348cec [Comprehend] Enhanced support for comprehend ResourceGroupTagging api (#9039)
  • 9c7d939 Docs: Change MOTO_ALLOW_NONEXISTENT_REGION example to use a string value (#9037)
  • 96c1231 [ELB] Added additional attribute to ELB response. (#9026)
  • 7ae26ff S3: Add ID field to CORS rule (#9013)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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)

Bumps [moto](https://github.com/getmoto/moto) from 5.1.6 to 5.1.8.
- [Release notes](https://github.com/getmoto/moto/releases)
- [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md)
- [Commits](getmoto/moto@5.1.6...5.1.8)

---
updated-dependencies:
- dependency-name: moto
  dependency-version: 5.1.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jul 8, 2025
@kevinjqliu kevinjqliu merged commit fc6b663 into main Jul 8, 2025
10 checks passed
@kevinjqliu kevinjqliu deleted the dependabot/pip/moto-5.1.8 branch July 8, 2025 02:18
gabeiglio pushed a commit to Netflix/iceberg-python that referenced this pull request Aug 13, 2025
[//]: # (dependabot-start)
⚠️  **Dependabot is rebasing this PR** ⚠️ 

Rebasing might not happen immediately, so don't worry if this takes some
time.

Note: if you make any changes to this PR yourself, they will take
precedence over the rebase.

---

[//]: # (dependabot-end)

Bumps [moto](https://github.com/getmoto/moto) from 5.1.6 to 5.1.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>
<h1>Moto Changelog</h1>
<h2>5.1.7</h2>
<p>Docker Digest for 5.1.7: <!-- raw HTML omitted --></p>
<pre><code>New Methods:
<pre><code>* Connect-Campaigns:
    * get_campaign_state()
    * list_campaigns()
    * list_tags_for_resource()
    * pause_campaign()
    * resume_campaign()
    * start_campaign()
    * stop_campaign()
    * tag_resource()
    * untag_resource()

* ECS:
    * delete_task_definitions()

* ElastiCache:
    * create_cache_subnet_group()
    * describe_cache_subnet_groups()

* RAM:
    * list_permissions()
    * list_resource_types()

* RDS:
    * create_blue_green_deployment()
    * delete_blue_green_deployment()
    * describe_blue_green_deployments()
    * switchover_blue_green_deployment()
</code></pre>
<p>Miscellaneous:
* Athena: get_query_execution() now returns some additional attributes:
'ResultReuseConfiguration', 'Status.CompletionDateTime',
'Status.ServicePreProcessingTimeInMillis',
'Status.ResultReuseInformation'
* DynamoDB: query() now validates that all attributes in the
KeyConditionExpression are actually keys
* DynamoDB: update_item() now validates unused
ExpressionAttributeNames/ExpressionAttributeValues
* EC2: modify_vpc_attribute() now correctly handles the
EnableDnsHostnames-attribute
* ECS: list_task_definitions() now supports the status-parameter
* ELB: describe_load_balancer_attributes() now returns the
AdditionalAttributes-attribute
* ElastiCache: list_tags_for_resource() now supports SubnetGroups
* EventBridge: put_events() no longer throws a KeyError: 'time' for
targets with a custom InputTemplate that do not specify the time
* Logs: get_query_results() now returns values as strings, in-line with
how AWS behaves
* NetworkFirewall: describe_logging_configuration() no longer throws an
error for LoggingConfigurations without tags
</code></pre></p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/getmoto/moto/commit/60378f74fdcd90f08795262a8c45fe67efa9d169"><code>60378f7</code></a>
Pre-Release: Up Version Number</li>
<li><a
href="https://github.com/getmoto/moto/commit/7149837c704859d5283bbaddc53d1c701eaa3f21"><code>7149837</code></a>
Prep release 5.1.7 (<a
href="https://redirect.github.com/getmoto/moto/issues/9045">#9045</a>)</li>
<li><a
href="https://github.com/getmoto/moto/commit/2e1d35db378de046eba6a3e579997eb7972ef302"><code>2e1d35d</code></a>
chore: update SSM default parameters (<a
href="https://redirect.github.com/getmoto/moto/issues/9046">#9046</a>)</li>
<li><a
href="https://github.com/getmoto/moto/commit/c7ba45ac50bed582ad14ce48e756d25a86014d17"><code>c7ba45a</code></a>
chore: update EC2 Instance Types (<a
href="https://redirect.github.com/getmoto/moto/issues/9044">#9044</a>)</li>
<li><a
href="https://github.com/getmoto/moto/commit/db2e27627a825f8580faa706faa46485c021e57f"><code>db2e276</code></a>
chore: update EC2 Instance Offerings (<a
href="https://redirect.github.com/getmoto/moto/issues/9043">#9043</a>)</li>
<li><a
href="https://github.com/getmoto/moto/commit/c5616b63b0aca7bf5fd55cd881104fa3fc8378a6"><code>c5616b6</code></a>
Admin: Skip Sagemaker-Core==1.0.42 to avoid test breakage (<a
href="https://redirect.github.com/getmoto/moto/issues/9042">#9042</a>)</li>
<li><a
href="https://github.com/getmoto/moto/commit/d348cecc5ae5e49523ba54c5847f84ca42a398e8"><code>d348cec</code></a>
[Comprehend] Enhanced support for comprehend ResourceGroupTagging api
(<a
href="https://redirect.github.com/getmoto/moto/issues/9039">#9039</a>)</li>
<li><a
href="https://github.com/getmoto/moto/commit/9c7d93941005657011e71b0e3bc3007ee7ea735e"><code>9c7d939</code></a>
Docs: Change MOTO_ALLOW_NONEXISTENT_REGION example to use a string value
(<a
href="https://redirect.github.com/getmoto/moto/issues/9037">#9037</a>)</li>
<li><a
href="https://github.com/getmoto/moto/commit/96c1231b809f58f5e9aa2f605017b4d36962bd75"><code>96c1231</code></a>
[ELB] Added additional attribute to ELB response. (<a
href="https://redirect.github.com/getmoto/moto/issues/9026">#9026</a>)</li>
<li><a
href="https://github.com/getmoto/moto/commit/7ae26ff55a5ba6b204bee856ccb4e0f86e5eff62"><code>7ae26ff</code></a>
S3: Add ID field to CORS rule (<a
href="https://redirect.github.com/getmoto/moto/issues/9013">#9013</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/getmoto/moto/compare/5.1.6...5.1.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=5.1.6&new-version=5.1.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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant