danishi / dynamodb-csv

A utility that allows CSV import / export to DynamoDB on the command line
https://danishi.github.io/dynamodb-csv/
MIT License
19 stars 4 forks source link

Bump the boto3-dependencies group with 2 updates #149

Closed dependabot[bot] closed 10 months ago

dependabot[bot] commented 11 months ago

Bumps the boto3-dependencies group with 2 updates: boto3 and moto.

Updates boto3 from 1.28.84 to 1.33.6

Changelog

Sourced from boto3's changelog.

1.33.6

  • api-change:qconnect: [botocore] This release adds the PutFeedback API and allows providing feedback against the specified assistant for the specified target.
  • api-change:rbin: [botocore] Added resource identifier in the output and updated error handling.
  • api-change:verifiedpermissions: [botocore] Adds description field to PolicyStore API's and namespaces field to GetSchema.

1.33.5

  • api-change:arc-zonal-shift: [botocore] This release adds a new capability, zonal autoshift. You can configure zonal autoshift so that AWS shifts traffic for a resource away from an Availability Zone, on your behalf, when AWS determines that there is an issue that could potentially affect customers in the Availability Zone.
  • api-change:glue: [botocore] Adds observation and analyzer support to the GetDataQualityResult and BatchGetDataQualityResult APIs.
  • api-change:sagemaker: [botocore] This release adds support for 1/ Code Editor, based on Code-OSS, Visual Studio Code Open Source, a new fully managed IDE option in SageMaker Studio 2/ JupyterLab, a new fully managed JupyterLab IDE experience in SageMaker Studio

1.33.4

  • bugfix:s3transfer: Raise floor for s3transfer to 0.8.2 to avoid any conflicts with the awscrt
  • api-change:marketplace-agreement: [botocore] The AWS Marketplace Agreement Service provides an API interface that helps AWS Marketplace sellers manage their agreements, including listing, filtering, and viewing details about their agreements.
  • api-change:marketplace-catalog: [botocore] This release enhances the ListEntities API to support new entity type-specific strongly typed filters in the request and entity type-specific strongly typed summaries in the response.
  • api-change:marketplace-deployment: [botocore] AWS Marketplace Deployment is a new service that provides essential features that facilitate the deployment of software, data, and services procured through AWS Marketplace.
  • api-change:redshift-serverless: [botocore] This release adds the following support for Amazon Redshift Serverless: 1) cross-account cross-VPCs, 2) copying snapshots across Regions, 3) scheduling snapshot creation, and 4) restoring tables from a recovery point.
  • api-change:endpoint-rules: [botocore] Update endpoint-rules client to latest version

1.33.3

  • api-change:application-autoscaling: [botocore] Amazon SageMaker customers can now use Application Auto Scaling to automatically scale the number of Inference Component copies across an endpoint to meet the varying demand of their workloads.
  • api-change:cleanrooms: [botocore] AWS Clean Rooms now provides differential privacy to protect against user-identification attempts and machine learning modeling to allow two parties to identify similar users in their data.
  • api-change:cleanroomsml: [botocore] Public Preview SDK release of AWS Clean Rooms ML APIs
  • api-change:opensearch: [botocore] Launching Amazon OpenSearch Service support for new zero-ETL integration with Amazon S3. Customers can now manage their direct query data sources to Amazon S3 programatically
  • api-change:opensearchserverless: [botocore] Amazon OpenSearch Serverless collections support an additional attribute called standby-replicas. This allows to specify whether a collection should have redundancy enabled.
  • api-change:sagemaker-runtime: [botocore] Update sagemaker-runtime client to latest version
  • api-change:sagemaker: [botocore] This release adds following support 1/ Improved SDK tooling for model deployment. 2/ New Inference Component based features to lower inference costs and latency 3/ SageMaker HyperPod management. 4/ Additional parameters for FM Fine Tuning in Autopilot
  • api-change:sts: [botocore] Documentation updates for AWS Security Token Service.
  • api-change:endpoint-rules: [botocore] Update endpoint-rules client to latest version

1.33.2

  • api-change:accessanalyzer: [botocore] This release adds support for external access findings for S3 directory buckets to help you easily identify cross-account access. Updated service API, documentation, and paginators.
  • api-change:bedrock-agent-runtime: [botocore] This release introduces Agents for Amazon Bedrock Runtime
  • api-change:bedrock-agent: [botocore] This release introduces Agents for Amazon Bedrock
  • api-change:bedrock-runtime: [botocore] This release adds support for minor versions/aliases for invoke model identifier.
  • api-change:bedrock: [botocore] This release adds support for customization types, model life cycle status and minor versions/aliases for model identifiers.
  • api-change:connect: [botocore] Added support for following capabilities: Amazon Connect's in-app, web, and video calling. Two-way SMS integrations. Contact Lens real-time chat analytics feature. Amazon Connect Analytics Datalake capability. Capability to configure real time chat rules.

... (truncated)

Commits
  • e35ec51 Merge branch 'release-1.33.6'
  • 51ff38c Bumping version to 1.33.6
  • ec6bae1 Add changelog entries from botocore
  • 920bda3 Merge branch 'release-1.33.5'
  • 00ecc9b Merge branch 'release-1.33.5' into develop
  • 82b803f Bumping version to 1.33.5
  • 19ff043 Add changelog entries from botocore
  • b393ee1 Merge branch 'release-1.33.4'
  • d2d086a Merge branch 'release-1.33.4' into develop
  • fde9bf2 Bumping version to 1.33.4
  • Additional commits viewable in compare view


Updates moto from 4.2.8 to 4.2.11

Changelog

Sourced from moto's changelog.

4.2.11

Docker Digest for 4.2.11: sha256:f2a24d8a3440bf397705e461b33a032bbb6d3511cd9c643e71419dd962b3384e

New Methods:
    * Lambda:
        * DeleteFunctionEventInvokeConfig()
        * GetFunctionEventInvokeConfig()
        * ListFunctionEventInvokeConfigs()
        * PutFunctionEventInvokeConfig()
        * UpdateFunctionEventInvokeConfig()
* Logs:
    * describe_export_tasks()

Miscellaneous: * DynamoDB: put_item() now returns old item for ConditionalCheckFailed exceptions * DynamoDB: scan() now returns the correct ScannedCount when passing the Limit-parameter * DynamoDB: transact_write_items() now validates that Keys in Update-queries are not empty * IOT: create_thing()/describe_thing() now returns the thingId * Logs: create_export_task() now actually exports the data to S3 * ResourceGroupsTaggingAPI: get_resources() now supports ACM certificates

4.2.10

Docker Digest for 4.2.10: sha256:f72acd62b994654d01bdec6f5cc779f4ab30083b441e2fb7eff0c13e0bbfdca7

New Methods:
    * CognitoIdentity: list_identity_pools()

Miscellaneous: * Autoscaling: describe_tags() now supports the key/value filters * CloudFormation: AWS::Logs::LogGroup now supports tags * CloudWatch: get_metric_data() no longer throws an error when supplying >10 queries * CognitoIdentity: get_credentials_for_identity() now returns Expiration as a number, fixing compatibility with the GoLang SDK * EFS: describe_access_points() now supports the FileSystemId-parameter * LakeFormation: list_permissions() now supports the DataLocation-parameter * LakeFormation: register_resource() now throws an exception when registering an existing resource * SQS: Ensure all responses are in JSON-format when required, fixing compatibility with the Ruby SDK

4.2.9

Docker Digest for 4.2.9: sha256:4e9d89322b5ca9196fa7efda78b1269580be7aa6879894950e2728edc946573f

General:
    * Fix compatibility with botocore 1.32.1

Miscellaneous:

... (truncated)

Commits
  • 513b0c7 Prep release 4.2.11 (#7090)
  • 75cd430 DynamoDB: transact_write_items() now validates empty keys on Update-queries (...
  • 5a65684 Bump org.apache.maven.plugins:maven-surefire-plugin (#7088)
  • 7674712 Bump software.amazon.awssdk:bom in /other_langs/tests_java (#7087)
  • ca9e7e0 Bump org.apache.maven.plugins:maven-project-info-reports-plugin (#7086)
  • ba7953f Techdebt: Update boto3_name to 'rds-data' (#7084)
  • 10f8258 Lambda: event invoke config (#7078)
  • bb23df4 DynamoDB: Fix ScannedCount calculation for Limit-ed calls (#7085)
  • ad316dd Logs: create_export_task() now actually exports the data (#7082)
  • 4506ff8 chore: update SSM default AMI's (#7083)
  • 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 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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
codecov[bot] commented 11 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (5581898) 71.63% compared to head (3f32bb8) 71.63%. Report is 46 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #149 +/- ## ======================================= Coverage 71.63% 71.63% ======================================= Files 12 12 Lines 409 409 ======================================= Hits 293 293 Misses 116 116 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

dependabot[bot] commented 10 months ago

Superseded by #150.