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

Build(deps): Bump botocore from 1.35.14 to 1.35.18 #404

Merged
merged 1 commit into from
Sep 13, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 13, 2024

Bumps botocore from 1.35.14 to 1.35.18.

Changelog

Sourced from botocore's changelog.

1.35.18

  • api-change:cognito-idp: Added email MFA option to user pools with advanced security features.
  • api-change:elbv2: Correct incorrectly mapped error in ELBv2 waiters
  • api-change:emr: Update APIs to allow modification of ODCR options, allocation strategy, and InstanceTypeConfigs on running InstanceFleet clusters.
  • api-change:glue: AWS Glue is introducing two new optimizers for Apache Iceberg tables: snapshot retention and orphan file deletion. Customers can enable these optimizers and customize their configurations to perform daily maintenance tasks on their Iceberg tables based on their specific requirements.
  • api-change:mediaconvert: This release includes support for dynamic video overlay workflows, including picture-in-picture and squeezeback
  • api-change:rds: This release adds support for the os-upgrade pending maintenance action for Amazon Aurora DB clusters.
  • api-change:storagegateway: The S3 File Gateway now supports DSSE-KMS encryption. A new parameter EncryptionType is added to these APIs: CreateSmbFileShare, CreateNfsFileShare, UpdateSmbFileShare, UpdateNfsFileShare, DescribeSmbFileShares, DescribeNfsFileShares. Also, in favor of EncryptionType, KmsEncrypted is deprecated.
  • api-change:synthetics: This release introduces two features. The first is tag replication, which allows for the propagation of canary tags onto Synthetics related resources, such as Lambda functions. The second is a limit increase in canary name length, which has now been increased from 21 to 255 characters.

1.35.17

  • api-change:bedrock-agent: Amazon Bedrock Knowledge Bases now supports using inference profiles to increase throughput and improve resilience.
  • api-change:bedrock-agent-runtime: Amazon Bedrock Knowledge Bases now supports using inference profiles to increase throughput and improve resilience.
  • api-change:ecr: Added KMS_DSSE to EncryptionType
  • api-change:guardduty: Add support for new statistic types in GetFindingsStatistics.
  • api-change:lexv2-models: Support new Polly voice engines in VoiceSettings: long-form and generative
  • api-change:medialive: Adds AV1 Codec support, SRT ouputs, and MediaLive Anywhere support.

1.35.16

  • api-change:chime-sdk-voice: Documentation-only update that clarifies the ValidateE911Address action of the Amazon Chime SDK Voice APIs.
  • api-change:cognito-identity: This release adds sensitive trait to some required shapes.
  • api-change:pipes: This release adds support for customer managed KMS keys in Amazon EventBridge Pipe
  • api-change:securityhub: Documentation update for Security Hub
  • enhancement:AWSCRT: Update awscrt version to 0.21.5
  • enhancement:s3: Adds logic to gracefully handle invalid timestamps returned in the Expires header.

1.35.15

  • api-change:dynamodb: Doc-only update for DynamoDB. Added information about async behavior for TagResource and UntagResource APIs and updated the description of ResourceInUseException.
  • api-change:elbv2: Add paginators for the ELBv2 DescribeListenerCertificates and DescribeRules APIs. Fix broken waiter for the ELBv2 DescribeLoadBalancers API.
  • api-change:ivs-realtime: IVS Real-Time now offers customers the ability to broadcast to Stages using RTMP(S).
  • api-change:kafka: Amazon MSK Replicator can now replicate data to identically named topics between MSK clusters within the same AWS Region or across different AWS Regions.
  • api-change:sagemaker: Amazon Sagemaker supports orchestrating SageMaker HyperPod clusters with Amazon EKS
  • api-change:sagemaker-runtime: AWS SageMaker Runtime feature: Add sticky routing to support stateful inference models.
Commits

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 [botocore](https://github.com/boto/botocore) from 1.35.14 to 1.35.18.
- [Changelog](https://github.com/boto/botocore/blob/develop/CHANGELOG.rst)
- [Commits](boto/botocore@1.35.14...1.35.18)

---
updated-dependencies:
- dependency-name: botocore
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from Nusnus as a code owner September 13, 2024 06:11
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 13, 2024
Copy link

codecov bot commented Sep 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 24.02%. Comparing base (53d2b1e) to head (0af8731).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #404   +/-   ##
=======================================
  Coverage   24.02%   24.02%           
=======================================
  Files          41       41           
  Lines        1286     1286           
  Branches      254      254           
=======================================
  Hits          309      309           
  Misses        949      949           
  Partials       28       28           

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

@Nusnus Nusnus merged commit b407343 into main Sep 13, 2024
36 checks passed
@Nusnus Nusnus deleted the dependabot/pip/botocore-1.35.18 branch September 13, 2024 08:13
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