Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): bump moto from 5.0.27 to 5.0.28 #6804

Merged
merged 2 commits into from
Feb 4, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 3, 2025

Bumps moto from 5.0.27 to 5.0.28.

Changelog

Sourced from moto's changelog.

5.0.28

Docker Digest for 5.0.28: sha256:d3532929e4c498334949a014e9f0af6617ec1e89d92be690cd192fa3354ad7e6

* General:
    * Bootstrapping a CDK project is now supported
  • New Services:

    • S3 Tables:
      • create_namespace()
      • create_table()
      • create_table_bucket()
      • delete_namespace()
      • delete_table()
      • delete_table_bucket()
      • get_metadata_location()
      • get_table()
      • get_table_bucket()
      • list_namespaces()
      • list_table_buckets()
      • list_tables()
      • rename_table()
      • update_metadata_location()
  • Miscellaneous:

    • DynamoDB: delete_item() now returns ConsumedCapacity
    • DynamoDB: transact_write_items() now returns a ReturnValuesOnConditionCheckFailure for all operations
    • ECR: Lifecycle Policies() now support the tagPatternList-parameter
    • S3: get_object() now returns the ETag when returning a 304 (Not Modified)
    • SecretsManager: get_secret_value() no longer throws an error after calling rotate_secret(RotateImmediately=False)
    • SecretsManager: list_secrets() now filters values with special chars correctly
    • Organizations: list_roots() now returns the roots of the parent organization, if called from within a child organization
Commits
  • b55f533 Pre-Release: Up Version Number
  • 0238abd Prep release 5.0.28 (#8554)
  • d1cec61 Core: Support CDK (#8553)
  • d05062c ECR: Lifecycle Policies() now support the tagPatternList-parameter (#8551)
  • eecc03b DynamoDB: Support ReturnValuesOnConditionCheckFailure for all op types in tra...
  • d576400 chore: update SSM default parameters (#8552)
  • a57c5c8 SecretsManager: get_secret_value() no longer errors after delayed secret rota...
  • a67975b S3: Return ETag in 304 responses from get_object (#8535)
  • 8bc37d8 chore: update EC2 Instance Types (#8550)
  • 05c4080 chore: update EC2 Instance Offerings (#8549)
  • 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.0.27 to 5.0.28.
- [Release notes](https://github.com/getmoto/moto/releases)
- [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md)
- [Commits](getmoto/moto@5.0.27...5.0.28)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner February 3, 2025 22:09
@dependabot dependabot bot added dependencies Dependabot Updates pip Dependabot Updates Python labels Feb 3, 2025
@MrCloudSec MrCloudSec requested a review from a team as a code owner February 4, 2025 16:57
@github-actions github-actions bot added the output/ocsf Issues/PRs related with the OCSF output format label Feb 4, 2025
Copy link

codecov bot commented Feb 4, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.75%. Comparing base (a96cc92) to head (702426b).
Report is 6 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #6804      +/-   ##
==========================================
+ Coverage   88.71%   88.75%   +0.04%     
==========================================
  Files        1195     1195              
  Lines       34490    34490              
==========================================
+ Hits        30597    30612      +15     
+ Misses       3893     3878      -15     
Flag Coverage Δ
prowler 88.75% <ø> (+0.04%) ⬆️

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

Components Coverage Δ
prowler 88.75% <ø> (+0.04%) ⬆️
api ∅ <ø> (∅)

@MrCloudSec MrCloudSec added the backport-to-v5.2 Backport PR to the v5.2 branch label Feb 4, 2025
@MrCloudSec MrCloudSec merged commit dd6d8c7 into master Feb 4, 2025
12 checks passed
@MrCloudSec MrCloudSec deleted the dependabot/pip/master/moto-5.0.28 branch February 4, 2025 17:58
@prowler-bot prowler-bot added the was-backported The PR was successfully backported to the target branch label Feb 4, 2025
@prowler-bot
Copy link
Collaborator

💚 All backports created successfully

Status Branch Result
v5.2

Questions ?

Please refer to the Backport tool documentation and see the Github Action logs for details

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-to-v5.2 Backport PR to the v5.2 branch dependencies Dependabot Updates output/ocsf Issues/PRs related with the OCSF output format pip Dependabot Updates Python was-backported The PR was successfully backported to the target branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants