Skip to content

Bump moto[s3] from 5.1.6 to 5.1.19#1449

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/moto-s3--5.1.19
Closed

Bump moto[s3] from 5.1.6 to 5.1.19#1449
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/moto-s3--5.1.19

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Dec 29, 2025

Bumps moto[s3] from 5.1.6 to 5.1.19.

Changelog

Sourced from moto[s3]'s changelog.

5.1.19

Docker Digest for 5.1.19: sha256:1bba01d147a15d14a5816b69ee6d346ba04bd43baab4a3a27a55c368ecc2bb90

General:
    * Removed support for ElasticTranscoder, now that AWS has also deprecated this service

New Methods: * ACM-PCA: * revoke_certificate()

* DSQL:
    * delete_cluster()
    * get_vpc_endpoint_service_name()
    * list_tags_for_resource()
  • FSX:

    • describe_backups()
  • SESv2:

    • list_tags_for_resource()
    • tag_resource()
    • untag_resource()
  • VPC Lattice:

    • delete_auth_policy()
    • delete_resource_policy()
    • get_auth_policy()
    • get_resource_policy()
    • put_auth_policy()
    • put_resource_policy()

Miscellaneous: * DynamoDB: put_item() now correctly validates numeric and boolean values * EC2: describe_instances() now returns the correct status for BlockDeviceMappings.Ebs.Status (attached, instead of in-use) * EC2: describe_network_acls() now supports the 'association.association-id' Filter * ELBv2: modify_load_balancer_attributes() no longer fails when modifying the 'health_check_logs.s3.enabled' attribute * ResourceGroupsTaggingAPI: get_resources() now supports the SESv2 resources: ConfigurationSets, ContactLists, DedicatedIpPool, EmailIdentity * Route53: change_tags_for_resource() no longer throws an error for removing a non-existing tag * S3: list_object_versions() now correctly calculates the IsLatest-attribute * Scheduler: list_schedules() and list_schedule_groups() now support pagination * SecretsManager: batch_get_secret_value() now returns error handling for unknown secrets * SSM: put_parameter() now returns the Tier-attribute

5.1.18

Docker Digest for 5.1.18: sha256:c99ea4ab0881e1d95af5601c2cd42ef4dac15eefdf6597532c59d9631068818a

General:

... (truncated)

Commits
  • 714c6d8 Pre-Release: Up Version Number
  • dadd622 Prep release 5.1.19 (#9597)
  • 09ce366 chore: update SSM default parameters (#9595)
  • b543be0 Autoscaling: Improve parity around LaunchTemplates (#9596)
  • dae4435 chore: update EC2 Instance Offerings (#9592)
  • d15adc0 chore: update EMR Instance Types (#9591)
  • 409f728 Upgrade ruff to 0.14.10 (current latest). (#9588)
  • b1055ca EC2: describe_network_acls() now supports the 'association.association-id' Fi...
  • 393e41e SSM: add Tier to PutParameter response (#9590)
  • 8d4f40c remove pylint mention from docs, remove pylint comments (#9587)
  • 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[s3]](https://github.com/getmoto/moto) from 5.1.6 to 5.1.19.
- [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.19)

---
updated-dependencies:
- dependency-name: moto[s3]
  dependency-version: 5.1.19
  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 Dec 29, 2025
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Dec 29, 2025

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (b1848c2) to head (ade7275).
⚠️ Report is 100 commits behind head on main.
❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff            @@
##              main     #1449   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            9         9           
  Lines          542       542           
  Branches        83        54   -29     
=========================================
  Hits           542       542           
Flag Coverage Δ
unittests 100.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Jan 19, 2026

Superseded by #1467.

@dependabot dependabot bot closed this Jan 19, 2026
@dependabot dependabot bot deleted the dependabot/pip/moto-s3--5.1.19 branch January 19, 2026 09:00
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