danishi / dynamodb-csv

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

Bump the boto3-dependencies group across 1 directory with 2 updates #230

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

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

Updates boto3 from 1.34.141 to 1.35.5

Commits
  • 07b20a3 Merge branch 'release-1.35.5'
  • dfe6eee Bumping version to 1.35.5
  • f992cb9 Add changelog entries from botocore
  • 6775096 Merge branch 'release-1.35.4'
  • b3fc22c Merge branch 'release-1.35.4' into develop
  • 2addded Bumping version to 1.35.4
  • 100ab89 Add changelog entries from botocore
  • 2ad7f06 Merge branch 'release-1.35.3'
  • 18867b0 Merge branch 'release-1.35.3' into develop
  • 981c83a Bumping version to 1.35.3
  • Additional commits viewable in compare view


Updates moto from 5.0.11 to 5.0.13

Changelog

Sourced from moto's changelog.

5.0.13

Docker Digest for 5.0.13: sha256:de97faba597d8f1bfb4dab1c7d562e1997ac5e0ba1186c4392430650b0f6bd4e

General:
    * Support for Python 3.13
    * Moto now supports whitelisting which services can be used

New Services:
* AppMesh:
* create_mesh()
* delete_mesh()
* describe_mesh()
* list_meshes()
* list_tags_for_resource()
* tag_resource()
* update_mesh()

* Transfer:
    * create_server()
    * create_user()
    * delete_server()
    * delete_ssh_public_key()
    * delete_user()
    * describe_server()
    * describe_user()
    * import_ssh_public_key()

New Methods:
* Athena:
* delete_work_group()

* CodeBuild:
    * batch_get_projects()

* DynamoDB:
    * delete_resource_policy()
    * get_resource_policy()
    * put_resource_policy()

* EMR:
    * get_block_public_access_configuration()
    * put_block_public_access_configuration()

* QLDB:
    * create_ledger()
    * delete_ledger()
    * describe_ledger()
    * list_tags_for_resource()
    * tag_resource()

... (truncated)

Commits
  • 177db98 Pre-Release: Up Version Number
  • bc1918f Update CHANGELOG.md
  • a743744 Prep release 5.0.13 (#7994)
  • 0d02caa AppMesh (#7987)
  • a42d9d1 RDS: update_db_instance() now supports the CloudwatchLogsExportConfiguration-...
  • 479cc5d Events: now supports the InputTemplate-parameter (#7992)
  • 88405fc RDS Fix bug that causes second PIT restore to fail (#7991)
  • 3827cce DynamoDB: empty update expression now returns a ValidationException (#7989)
  • 856ded1 Admin: Support Py 3.13 (#7984)
  • f5df94a Autoscaling: update_group() now validates that the Group exists (#7983)
  • 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
dependabot[bot] commented 3 months ago

Superseded by #231.