Skip to content

chore(deps): update moto requirement from <6,>=4.0.13 to >=4.2.14,<6 - #1887

Merged
WilliamBergamin merged 3 commits into
mainfrom
dependabot/pip/moto-gte-4.2.14-and-lt-6
Jun 3, 2026
Merged

chore(deps): update moto requirement from <6,>=4.0.13 to >=4.2.14,<6#1887
WilliamBergamin merged 3 commits into
mainfrom
dependabot/pip/moto-gte-4.2.14-and-lt-6

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubJun 3, 2026

Copy link
Copy Markdown
Contributor

Warning

Dependabot will stop supporting python v3.9!

Please upgrade to one of the following versions: v3.9, v3.10, v3.11, v3.12, v3.13, or v3.14.

Updates the requirements on moto to permit the latest version.

Changelog

Sourced from moto's changelog.

4.2.14

Docker Digest for 4.2.14: sha256:2fa10aa48e32f85c63c62a7d437b8a4b320a56a8494bc25d45ced370bc159c23

New Services:
* Backup:
* create_backup_plan()
* create_backup_vault()
* get_backup_plan()
* describe_backup_vault()
* delete_backup_plan()
* list_backup_plans()
* list_backup_vaults()
* list_tags()
* tag_resource()
* untag_resource()

New Methods:
* RDS:
* describe_db_cluster_snapshot_attributes()
* describe_db_snapshot_attributes()
* modify_db_cluster_snapshot_attribute()
* modify_db_snapshot_attribute()
* restore_db_instance_to_point_in_time()

* SageMaker:
* create_feature_group()
  • SageMakerRuntime:
    • invoke_endpoint_async()

Miscellaneous:
* Cognito: The ID-token now contains custom attributes
* DynamoDB: query() now returns the correct ScannedCount
* EC2: Security Group Rules now have tag support
* LakeFormation: grant_permissions() now has better support for known principal-resource pairs
* SNS: set_subscription_attributes() can now unset the FilterPolicy

5.0.0alpha3

Miscellaneous:
* IAM: The AWS managed Policies are no longer loaded by default.
If your application depends on these policies, tell Moto explicitly to load them like so:
 @mock_aws(config={&quot;iam&quot;: {&quot;load_aws_managed_policies&quot;: True}})

Or by setting an environment variable:
MOTO_IAM_LOAD_MANAGED_POLICIES=true

... (truncated)

Commits
  • 24b94fc Support Route53 create_hosted_zone raising ClientError ConflictingDomainExist...
  • 9153f7b Prep release 4.2.14 (#7255)
  • a141d29 SNS: allow SetSubscriptionAttributes to unset FilterPolicy (#7251)
  • 6c7dff6 Feature: Backup api (#7231)
  • 404c1ea S3: LastModified-date should always be in English (#7254)
  • a04ef58 SageMaker: correct describe_model_package_group does not exist msg (#7246)
  • 876cfea RDS instance restore to point in time - fix failing to copy DB subnet group (...
  • 3302461 SageMaker: Add exception when resource already exists (#7239)
  • 494eac5 Using Enum for s3 notification events (#7238)
  • 1c3c495 ELBv2: add new valid attributes to modify_load_balancer_attributes (#7240)
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency NameIgnore Conditions
moto[>= 5.a, < 6]

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 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)

Updates the requirements on [moto](https://github.com/getmoto/moto) to permit the latest version.
- [Release notes](https://github.com/getmoto/moto/releases)
- [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md)
- [Commits](getmoto/moto@4.0.13...4.2.14)
---
updated-dependencies:
- dependency-name: moto
dependency-version: 4.2.14
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotBot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jun 3, 2026
@dependabot
dependabotBot requested a review from a team as a code ownerJune 3, 2026 02:29
@dependabotdependabotBot added python Pull requests that update Python code dependencies Pull requests that update a dependency file labels Jun 3, 2026
@codecov

codecovBot commented Jun 3, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 84.14%. Comparing base (fbec5b4) to head (0756c47).
⚠️ Report is 1 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@ Coverage Diff @@## main #1887 +/- ##
=======================================
Coverage 84.14% 84.14% =======================================
Files 117 117 Lines 13356 13356 =======================================
Hits 11238 11238 Misses 2118 2118 

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@WilliamBergamin
WilliamBergamin enabled auto-merge (squash) June 3, 2026 13:34
@WilliamBergamin
WilliamBergamin merged commit 89e90f4 into mainJun 3, 2026
18 checks passed
@WilliamBergamin
WilliamBergamin deleted the dependabot/pip/moto-gte-4.2.14-and-lt-6 branch June 3, 2026 13:53
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency filepythonPull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@WilliamBergamin