Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 9, 2023

Bumps boto3 from 1.26.2 to 1.26.67.

Changelog

Sourced from boto3's changelog.

1.26.67

  • api-change:backup: [botocore] This release added one attribute (resource name) in the output model of our 9 existing APIs in AWS backup so that customers will see the resource name at the output. No input required from Customers.
  • api-change:cloudfront: [botocore] CloudFront Origin Access Control extends support to AWS Elemental MediaStore origins.
  • api-change:glue: [botocore] DirectJDBCSource + Glue 4.0 streaming options
  • api-change:lakeformation: [botocore] This release removes the LFTagpolicyResource expression limits.

1.26.66

  • api-change:transfer: [botocore] Updated the documentation for the ImportCertificate API call, and added examples.

1.26.65

  • api-change:compute-optimizer: [botocore] AWS Compute optimizer can now infer if Kafka is running on an instance.
  • api-change:customer-profiles: [botocore] This release deprecates the PartyType and Gender enum data types from the Profile model and replaces them with new PartyTypeString and GenderString attributes, which accept any string of length up to 255.
  • api-change:frauddetector: [botocore] My AWS Service (Amazon Fraud Detector) - This release introduces Cold Start Model Training which optimizes training for small datasets and adds intelligent methods for treating unlabeled data. You can now train Online Fraud Insights or Transaction Fraud Insights models with minimal historical-data.
  • api-change:mediaconvert: [botocore] The AWS Elemental MediaConvert SDK has added improved scene change detection capabilities and a bandwidth reduction filter, along with video quality enhancements, to the AVC encoder.
  • api-change:outposts: [botocore] Adds OrderType to Order structure. Adds PreviousOrderId and PreviousLineItemId to LineItem structure. Adds new line item status REPLACED. Increases maximum length of pagination token.

1.26.64

  • enhancement:AWSCRT: [botocore] Upgrade awscrt version to 0.16.9
  • api-change:proton: [botocore] Add new GetResourcesSummary API
  • api-change:redshift: [botocore] Corrects descriptions of the parameters for the API operations RestoreFromClusterSnapshot, RestoreTableFromClusterSnapshot, and CreateCluster.

1.26.63

  • api-change:appconfig: [botocore] AWS AppConfig introduces KMS customer-managed key (CMK) encryption of configuration data, along with AWS Secrets Manager as a new configuration data source. S3 objects using SSE-KMS encryption and SSM Parameter Store SecureStrings are also now supported.
  • api-change:connect: [botocore] Enabled FIPS endpoints for GovCloud (US) regions in SDK.
  • api-change:ec2: [botocore] Documentation updates for EC2.
  • api-change:elbv2: [botocore] Update elbv2 client to latest version
  • api-change:keyspaces: [botocore] Enabled FIPS endpoints for GovCloud (US) regions in SDK.
  • api-change:quicksight: [botocore] QuickSight support for Radar Chart and Dashboard Publish Options
  • api-change:redshift: [botocore] Enabled FIPS endpoints for GovCloud (US) regions in SDK.
  • api-change:sso-admin: [botocore] Enabled FIPS endpoints for GovCloud (US) regions in SDK.

1.26.62

  • bugfix:s3: [botocore] boto3 no longer overwrites user supplied Content-Encoding with aws-chunked when user also supplies ChecksumAlgorithm.

... (truncated)

Commits
  • 377f474 Merge branch 'release-1.26.67'
  • 95a4d15 Bumping version to 1.26.67
  • 04e4f78 Add changelog entries from botocore
  • 666d7be Merge branch 'release-1.26.66'
  • 11ec12b Merge branch 'release-1.26.66' into develop
  • 7de9d3c Bumping version to 1.26.66
  • f9879fc Add changelog entries from botocore
  • ae53d05 Merge branch 'release-1.26.65'
  • e190015 Merge branch 'release-1.26.65' into develop
  • 0992e88 Bumping version to 1.26.65
  • 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 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 [boto3](https://github.com/boto/boto3) from 1.26.2 to 1.26.67.
- [Release notes](https://github.com/boto/boto3/releases)
- [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst)
- [Commits](boto/boto3@1.26.2...1.26.67)

---
updated-dependencies:
- dependency-name: boto3
  dependency-type: direct:production
  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 Feb 9, 2023
@codecov-commenter
Copy link

Codecov Report

Base: 54.25% // Head: 54.73% // Increases project coverage by +0.48% 🎉

Coverage data is based on head (0e69f71) compared to base (abfc5bc).
Patch has no changes to coverable lines.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1103      +/-   ##
==========================================
+ Coverage   54.25%   54.73%   +0.48%     
==========================================
  Files           6        6              
  Lines          94       95       +1     
==========================================
+ Hits           51       52       +1     
  Misses         43       43              
Flag Coverage Δ
linux 54.73% <ø> (+0.48%) ⬆️

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

Impacted Files Coverage Δ
src/pytest_dynamodb/__init__.py 33.33% <0.00%> (+33.33%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 10, 2023

Superseded by #1104.

@dependabot dependabot bot closed this Feb 10, 2023
@dependabot dependabot bot deleted the dependabot/pip/boto3-1.26.67 branch February 10, 2023 05: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.

2 participants