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

Bump moto from 5.0.16 to 5.0.28 #1227

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps moto from 5.0.16 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

5.0.27

Docker Digest for 5.0.27: sha256:ac5312f68c6b748b667526025f9e7a8c2e4112837c258eee68f96fa36d9dbbef

New Methods:
    * Glue:
        * create_dev_endpoint()
        * get_dev_endpoint()
        * get_dev_endpoints()
* KMS:
    * generate_mac()
    * list_key_rotations()
    * rotate_key_on_demand()
    * verify_mac()

... (truncated)

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.16 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.16...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 added the dependencies Pull requests that update a dependency file label Feb 3, 2025
Copy link
Contributor

github-actions bot commented Feb 3, 2025

Binder 👈 Launch a binder notebook on branch pyiron/pyiron_contrib/dependabot/pip/moto-5.0.28

Copy link

codacy-production bot commented Feb 3, 2025

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
+0.00% (target: -1.00%)
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (b0af568) 10200 1280 12.55%
Head commit (085f3de) 10200 (+0) 1280 (+0) 12.55% (+0.00%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#1227) 0 0 ∅ (not applicable)

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

Codacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more

@coveralls
Copy link

coveralls commented Feb 3, 2025

Pull Request Test Coverage Report for Build 13112244745

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 12.549%

Totals Coverage Status
Change from base Build 13103398130: 0.0%
Covered Lines: 1280
Relevant Lines: 10200

💛 - Coveralls

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants