Build: Bump moto from 5.1.11 to 5.1.18 by dependabot[bot] · Pull Request #276 · Fokko/iceberg-python
Bumps moto from 5.1.11 to 5.1.18.
Changelog
Sourced from moto's changelog.
5.1.18
Docker Digest for 5.1.18: sha256:c99ea4ab0881e1d95af5601c2cd42ef4dac15eefdf6597532c59d9631068818a
General: * Introduces two methods for enabling and disabling IAM authentication: from moto.core import disable_iam_authentication, enable_iam_authentication They behave the same as the `@set_initial_no_auth_action_count`-decorator, but can be used as a fixture/context managerNew Services:
* Pipes:
* create_pipe()
* delete_pipe()
* describe_pipe()
* list_pipes()
* tag_resource()
* untag_resource()New Methods:
* S3Control:
* list_tags_for_resource()
* tag_resource()
* untag_resource()* S3Vectors: * delete_vector_bucket_policy() * delete_vectors() * get_vector_bucket_policy() * get_vectors() * list_vectors() * put_vector_bucket_policy() * put_vectors()
Miscellaneous:
* APIGateway: put_rest_api() now correctly creates integrations
* AutoScaling: create_auto_scaling_group() now correctly calculates the InstancesDistribution for MixedInstancesPolicies
* ResourceGroupsTaggingAPI: get_resources() now supports filtering bysqs:queue
* SecretsManager: put_secret_value() now adds the AWSCURRENT-label if it's the first version of the Secret being added
5.1.17
Docker Digest for 5.1.17: sha256:0361ac8f0cc6687dcf3835da1d60e31cf457fb0d49229d56586f2aa5c510f170
General: * The MotoServer dashboard (available on http://localhost:5000/moto-api) now has an new and improved look, making it easier to search for and find your resources
New Methods:
* CloudFront:
* tag_resource()
... (truncated)
Commits
d266570Pre-Release: Up Version Number2bf9f03Prep release 5.1.18 (#9513)aad7ca2chore: update SSM default parameters (#9512)bb40fb3fix(apigateway): add ability for put_rest_api to add integrations #9466 (#9511)550aad9chore: update EC2 Instance Offerings (#9509)f862575chore: update EMR Instance Types (#9508)65829fdEC2: improveUserDatahandling (#9510)bf84647ResourceGroupsTaggingAPI: Add support for sqs:queue in get_resources (#9497)d47c25fS3vectors: Vector operations (#9507)2640982S3Vectors: Support Policy operations (#9506)- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)