Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 6, 2025

Bumps the pip-minor-patch group with 3 updates in the /backend directory: boto3, boto3-stubs-lite and moto.
Bumps the pip-minor-patch group with 2 updates in the /batch_processor_filter directory: boto3 and moto.
Bumps the pip-minor-patch group with 3 updates in the /delta_backend directory: boto3, moto and mypy-boto3-dynamodb.
Bumps the pip-minor-patch group with 2 updates in the /e2e directory: boto3 and mypy-boto3-dynamodb.
Bumps the pip-minor-patch group with 1 update in the /e2e_batch directory: boto3.
Bumps the pip-minor-patch group with 2 updates in the /filenameprocessor directory: boto3 and boto3-stubs-lite.
Bumps the pip-minor-patch group with 2 updates in the /lambdas/ack_backend directory: boto3 and mypy-boto3-dynamodb.
Bumps the pip-minor-patch group with 3 updates in the /lambdas/id_sync directory: boto3, moto and mypy-boto3-dynamodb.
Bumps the pip-minor-patch group with 2 updates in the /lambdas/mns_subscription directory: boto3 and moto.
Bumps the pip-minor-patch group with 3 updates in the /lambdas/redis_sync directory: boto3, moto and mypy-boto3-dynamodb.
Bumps the pip-minor-patch group with 3 updates in the /lambdas/shared directory: boto3, moto and mypy-boto3-dynamodb.
Bumps the pip-minor-patch group with 3 updates in the /mesh_processor directory: boto3, moto and mypy-boto3-dynamodb.
Bumps the pip-minor-patch group with 2 updates in the /recordprocessor directory: boto3 and boto3-stubs-lite.

Updates boto3 from 1.40.42 to 1.40.45

Commits
  • 4a131a0 Merge branch 'release-1.40.45'
  • c572cac Bumping version to 1.40.45
  • 584a71b Add changelog entries from botocore
  • 61ee934 Merge branch 'release-1.40.44'
  • 7b6ce2a Merge branch 'release-1.40.44' into develop
  • 01553e7 Bumping version to 1.40.44
  • 1b47e9e Add changelog entries from botocore
  • a295071 Merge branch 'release-1.40.43'
  • a349ff9 Merge branch 'release-1.40.43' into develop
  • 86bb6e1 Bumping version to 1.40.43
  • Additional commits viewable in compare view

Updates boto3-stubs-lite from 1.40.42 to 1.40.45

Release notes

Sourced from boto3-stubs-lite's releases.

8.8.0 - Python 3.8 runtime is back

Changed

  • [services] install_requires section is calculated based on dependencies in use, so typing-extensions version is set properly
  • [all] Replaced typing imports with collections.abc with a fallback to typing for Python <3.9
  • [all] Added aliases for builtins.list, builtins.set, builtins.dict, and builtins.type, so Python 3.8 runtime should work as expected again (reported by @​YHallouard in #340 and @​Omri-Ben-Yair in #336)
  • [all] Unions use the same type annotations as the rest of the structures due to proper fallbacks

Fixed

  • [services] Universal input/output shapes were not replaced properly in service subresources
  • [docs] Simplified doc links rendering for services
  • [services] Cleaned up unnecessary imports in client.pyi
  • [builder] Import records with fallback are always rendered
Commits

Updates moto from 5.1.13 to 5.1.14

Changelog

Sourced from moto's changelog.

5.1.14

Docker Digest for 5.1.14: sha256:800719627036dc38dc699e9f314f624f2c98ac3d8bb754db078cb2698f08ee77

New Services:
    * CloudWatch-Synthetics:
        * create_canary()
        * get_canary()
        * describe_canaries()
        * list_tags_for_resource()
* MediaPackageV2:
    * create_channel()
    * create_channel_group()
    * delete_channel()
    * delete_channel_group()
    * get_channel()
    * get_channel_group()
    * list_channel_groups()
  • VPCLattice:
    • create_service()
    • create_service_network()
    • create_service_network_vpc_association()
    • create_rule()

New Methods: * Kinesis: * describe_limits()

* Macie2:
    * disassociate_member()
    * enable_organization_admin_account()
    * list_organization_admin_accounts()
  • SecurityHub:

    • describe_hub()
    • disable_security_hub()
    • enable_security_hub()
  • ServiceHub-AppRegistry:

    • get_configuration()
    • put_configuration()

Miscellaneous: * IOTData: update_thing_shadow() now supports state=None * ResourceGroupsTaggingAPI: list_tags_for_resource() now returns ARN's for Athena resources, instead of names * ResourceGroupsTaggingAPI: list_tags_for_resource() now supports Kinesis Firehose resources * S3: put_object() now stores the correct (actual) content when using the Java SDK, and no longer include the checksum headers in the body * Shield: create_protection() now only allows ARN's of Elastic IP Addresses, instead of all EC2 resources

Commits

Updates boto3 from 1.40.42 to 1.40.45

Commits
  • 4a131a0 Merge branch 'release-1.40.45'
  • c572cac Bumping version to 1.40.45
  • 584a71b Add changelog entries from botocore
  • 61ee934 Merge branch 'release-1.40.44'
  • 7b6ce2a Merge branch 'release-1.40.44' into develop
  • 01553e7 Bumping version to 1.40.44
  • 1b47e9e Add changelog entries from botocore
  • a295071 Merge branch 'release-1.40.43'
  • a349ff9 Merge branch 'release-1.40.43' into develop
  • 86bb6e1 Bumping version to 1.40.43
  • Additional commits viewable in compare view

Updates moto from 5.1.13 to 5.1.14

Changelog

Sourced from moto's changelog.

5.1.14

Docker Digest for 5.1.14: sha256:800719627036dc38dc699e9f314f624f2c98ac3d8bb754db078cb2698f08ee77

New Services:
    * CloudWatch-Synthetics:
        * create_canary()
        * get_canary()
        * describe_canaries()
        * list_tags_for_resource()
* MediaPackageV2:
    * create_channel()
    * create_channel_group()
    * delete_channel()
    * delete_channel_group()
    * get_channel()
    * get_channel_group()
    * list_channel_groups()
  • VPCLattice:
    • create_service()
    • create_service_network()
    • create_service_network_vpc_association()
    • create_rule()

New Methods: * Kinesis: * describe_limits()

* Macie2:
    * disassociate_member()
    * enable_organization_admin_account()
    * list_organization_admin_accounts()
  • SecurityHub:

    • describe_hub()
    • disable_security_hub()
    • enable_security_hub()
  • ServiceHub-AppRegistry:

    • get_configuration()
    • put_configuration()

Miscellaneous: * IOTData: update_thing_shadow() now supports state=None * ResourceGroupsTaggingAPI: list_tags_for_resource() now returns ARN's for Athena resources, instead of names * ResourceGroupsTaggingAPI: list_tags_for_resource() now supports Kinesis Firehose resources * S3: put_object() now stores the correct (actual) content when using the Java SDK, and no longer include the checksum headers in the body * Shield: create_protection() now only allows ARN's of Elastic IP Addresses, instead of all EC2 resources

Commits

Updates boto3 from 1.40.42 to 1.40.45

Commits
  • 4a131a0 Merge branch 'release-1.40.45'
  • c572cac Bumping version to 1.40.45
  • 584a71b Add changelog entries from botocore
  • 61ee934 Merge branch 'release-1.40.44'
  • 7b6ce2a Merge branch 'release-1.40.44' into develop
  • 01553e7 Bumping version to 1.40.44
  • 1b47e9e Add changelog entries from botocore
  • a295071 Merge branch 'release-1.40.43'
  • a349ff9 Merge branch 'release-1.40.43' into develop
  • 86bb6e1 Bumping version to 1.40.43
  • Additional commits viewable in compare view

Updates moto from 5.1.13 to 5.1.14

Changelog

Sourced from moto's changelog.

5.1.14

Docker Digest for 5.1.14: sha256:800719627036dc38dc699e9f314f624f2c98ac3d8bb754db078cb2698f08ee77

New Services:
    * CloudWatch-Synthetics:
        * create_canary()
        * get_canary()
        * describe_canaries()
        * list_tags_for_resource()
* MediaPackageV2:
    * create_channel()
    * create_channel_group()
    * delete_channel()
    * delete_channel_group()
    * get_channel()
    * get_channel_group()
    * list_channel_groups()
  • VPCLattice:
    • create_service()
    • create_service_network()
    • create_service_network_vpc_association()
    • create_rule()

New Methods: * Kinesis: * describe_limits()

* Macie2:
    * disassociate_member()
    * enable_organization_admin_account()
    * list_organization_admin_accounts()
  • SecurityHub:

    • describe_hub()
    • disable_security_hub()
    • enable_security_hub()
  • ServiceHub-AppRegistry:

    • get_configuration()
    • put_configuration()

Miscellaneous: * IOTData: update_thing_shadow() now supports state=None * ResourceGroupsTaggingAPI: list_tags_for_resource() now returns ARN's for Athena resources, instead of names * ResourceGroupsTaggingAPI: list_tags_for_resource() now supports Kinesis Firehose resources * S3: put_object() now stores the correct (actual) content when using the Java SDK, and no longer include the checksum headers in the body * Shield: create_protection() now only allows ARN's of Elastic IP Addresses, instead of all EC2 resources

Commits

Updates mypy-boto3-dynamodb from 1.40.20 to 1.40.44

Release notes

Sourced from mypy-boto3-dynamodb's releases.

8.8.0 - Python 3.8 runtime is back

Changed

  • [services] install_requires section is calculated based on dependencies in use, so typing-extensions version is set properly
  • [all] Replaced typing imports with collections.abc with a fallback to typing for Python <3.9
  • [all] Added aliases for builtins.list, builtins.set, builtins.dict, and builtins.type, so Python 3.8 runtime should work as expected again (reported by @​YHallouard in #340 and @​Omri-Ben-Yair in #336)
  • [all] Unions use the same type annotations as the rest of the structures due to proper fallbacks

Fixed

  • [services] Universal input/output shapes were not replaced properly in service subresources
  • [docs] Simplified doc links rendering for services
  • [services] Cleaned up unnecessary imports in client.pyi
  • [builder] Import records with fallback are always rendered
Commits

Updates boto3 from 1.40.42 to 1.40.45

Commits
  • 4a131a0 Merge branch 'release-1.40.45'
  • c572cac Bumping version to 1.40.45
  • 584a71b Add changelog entries from botocore
  • 61ee934 Merge branch 'release-1.40.44'
  • 7b6ce2a Merge branch 'release-1.40.44' into develop
  • 01553e7 Bumping version to 1.40.44
  • 1b47e9e Add changelog entries from botocore
  • a295071 Merge branch 'release-1.40.43'
  • a349ff9 Merge branch 'release-1.40.43' into develop
  • 86bb6e1 Bumping version to 1.40.43
  • Additional commits viewable in compare view

Updates mypy-boto3-dynamodb from 1.40.20 to 1.40.44

Release notes

Sourced from mypy-boto3-dynamodb's releases.

8.8.0 - Python 3.8 runtime is back

Changed

  • [services] install_requires section is calculated based on dependencies in use, so typing-extensions version is set properly
  • [all] Replaced typing imports with collections.abc with a fallback to typing for Python <3.9
  • [all] Added aliases for builtins.list, builtins.set, builtins.dict, and builtins.type, so Python 3.8 runtime should work as expected again (reported by @​YHallouard in #340 and @​Omri-Ben-Yair in #336)
  • [all] Unions use the same type annotations as the rest of the structures due to proper fallbacks

Fixed

  • [services] Universal input/output shapes were not replaced properly in service subresources
  • [docs] Simplified doc links rendering for services
  • [services] Cleaned up unnecessary imports in client.pyi
  • [builder] Import records with fallback are always rendered
Commits

Updates boto3 from 1.40.42 to 1.40.45

Commits
  • 4a131a0 Merge branch 'release-1.40.45'
  • c572cac Bumping version to 1.40.45
  • 584a71b Add changelog entries from botocore
  • 61ee934 Merge branch 'release-1.40.44'
  • 7b6ce2a Merge branch 'release-1.40.44' into develop
  • 01553e7 Bumping version to 1.40.44
  • 1b47e9e Add changelog entries from botocore
  • a295071 Merge branch 'release-1.40.43'
  • a349ff9 Merge branch 'release-1.40.43' into develop
  • 86bb6e1 Bumping version to 1.40.43
  • Additional commits viewable in compare view

Updates boto3 from 1.40.42 to 1.40.45

Commits
  • 4a131a0 Merge branch 'release-1.40.45'
  • c572cac Bumping version to 1.40.45
  • 584a71b Add changelog entries from botocore
  • 61ee934 Merge branch 'release-1.40.44'
  • 7b6ce2a Merge branch 'release-1.40.44' into develop
  • 01553e7 Bumping version to 1.40.44
  • 1b47e9e Add changelog entries from botocore
  • a295071 Merge branch 'release-1.40.43'
  • a349ff9 Merge branch 'release-1.40.43' into develop
  • 86bb6e1 Bumping version to 1.40.43
  • Additional commits viewable in compare view

Updates boto3-stubs-lite from 1.40.42 to 1.40.45

Release notes

Sourced from boto3-stubs-lite's releases.

8.8.0 - Python 3.8 runtime is back

Changed

  • [services] install_requires section is calculated based on dependencies in use, so typing-extensions version is set properly
  • [all] Replaced typing imports with collections.abc with a fallback to typing for Python <3.9
  • [all] Added aliases for builtins.list, builtins.set, builtins.dict, and builtins.type, so Python 3.8 runtime should work as expected again (reported by @​YHallouard in #340 and @​Omri-Ben-Yair in #336)
  • [all] Unions use the same type annotations as the rest of the structures due to proper fallbacks

Fixed

  • [services] Universal input/output shapes were not replaced properly in service subresources
  • [docs] Simplified doc links rendering for services
  • [services] Cleaned up unnecessary imports in client.pyi
  • [builder] Import records with fallback are always rendered
Commits

Updates boto3 from 1.40.42 to 1.40.45

Commits
  • 4a131a0 Merge branch 'release-1.40.45'
  • c572cac Bumping version to 1.40.45
  • 584a71b Add changelog entries from botocore
  • 61ee934 Merge branch 'release-1.40.44'
  • 7b6ce2a Merge branch 'release-1.40.44' into develop
  • 01553e7 Bumping version to 1.40.44
  • 1b47e9e Add changelog entries from botocore
  • a295071 Merge branch 'release-1.40.43'
  • a349ff9 Merge branch 'release-1.40.43' into develop
  • 86bb6e1 Bumping version to 1.40.43
  • Additional commits viewable in compare view

Updates mypy-boto3-dynamodb from 1.40.20 to 1.40.44

Release notes

Sourced from mypy-boto3-dynamodb's releases.

8.8.0 - Python 3.8 runtime is back

Changed

  • [services] install_requires section is calculated based on dependencies in use, so typing-extensions version is set properly
  • [all] Replaced typing imports with collections.abc with a fallback to typing for Python <3.9
  • [all] Added aliases for builtins.list, builtins.set, builtins.dict, and builtins.type, so Python 3.8 runtime should work as expected again (reported by @​YHallouard in #340 and @​Omri-Ben-Yair in #336)
  • [all] Unions use the same type annotations as the rest of the structures due to proper fallbacks

Fixed

  • [services] Universal input/output shapes were not replaced properly in service subresources
  • [docs] Simplified doc links rendering for services
  • [services] Cleaned up unnecessary imports in client.pyi
  • [builder] Import records with fallback are always rendered
Commits

Updates boto3 from 1.40.42 to 1.40.45

Commits
  • 4a131a0 Merge branch 'release-1.40.45'
  • c572cac Bumping version to 1.40.45
  • 584a71b Add changelog entries from botocore
  • 61ee934 Merge branch 'release-1.40.44'
  • 7b6ce2a Merge branch 'release-1.40.44' into develop
  • 01553e7 Bumping version to 1.40.44
  • 1b47e9e Add changelog entries from botocore
  • a295071 Merge branch 'release-1.40.43'
  • a349ff9 Merge branch 'release-1.40.43' into develop
  • 86bb6e1 Bumping version to 1.40.43
  • Additional commits viewable in compare view

Updates moto from 5.1.13 to 5.1.14

Changelog

Sourced from moto's changelog.

5.1.14

Docker Digest for 5.1.14: sha256:800719627036dc38dc699e9f314f624f2c98ac3d8bb754db078cb2698f08ee77

New Services:
    * CloudWatch-Synthetics:
        * create_canary()
        * get_canary()
        * describe_canaries()
        * list_tags_for_resource()
* MediaPackageV2:
    * create_channel()
    * create_channel_group()
    * delete_channel()
    * delete_channel_group()
    * get_channel()
    * get_channel_group()
    * list_channel_groups()
  • VPCLattice:
    • create_service()
    • create_service_network()
    • create_service_network_vpc_association()
    • create_rule()

New Methods: * Kinesis: * describe_limits()

* Macie2:
    * disassociate_member()
    * enable_organization_admin_account()
    * list_organization_admin_accounts()
  • SecurityHub:

    • describe_hub()
    • disable_security_hub()
    • enable_security_hub()
  • ServiceHub-AppRegistry:

    • get_configuration()
    • put_configuration()

Miscellaneous: * IOTData: update_thing_shadow() now supports state=None * ResourceGroupsTaggingAPI: list_tags_for_resource() now returns ARN's for Athena resources, instead of names * ResourceGroupsTaggingAPI: list_tags_for_resource() now supports Kinesis Firehose resources * S3: put_object() now stores the correct (actual) content when using the Java SDK, and no longer include the checksum headers in the body * Shield: create_protection() now only allows ARN's of Elastic IP Addresses, instead of all EC2 resources

Commits

Updates mypy-boto3-dynamodb from 1.40.20 to 1.40.44

Release notes

Sourced from mypy-boto3-dynamodb's releases.

8.8.0 - Python 3.8 runtime is back

Changed

  • [services] install_requires section is calculated based on dependencies in use, so typing-extensions version is set properly
  • [all] Replaced typing imports with collections.abc with a fallback to typing for Python <3.9
  • [all] Added aliases for builtins.list, builtins.set, builtins.dict, and builtins.type, so Python 3.8 runtime should work as expected again (reported by @​YHallouard in #340 and @​Omri-Ben-Yair in #336)
  • [all] Unions use the same type annotations as the rest of the structures due to proper fallbacks

Fixed

  • [services] Universal input/output shapes were not replaced properly in service subresources
  • [docs] Simplified doc links rendering for services
  • [services] Cleaned up unnecessary imports in client.pyi
  • [builder] Import records with fallback are always rendered
Commits

Updates boto3 from 1.40.42 to 1.40.45

Commits
  • 4a131a0 Merge branch 'release-1.40.45'
  • c572cac Bumping version to 1.40.45
  • 584a71b Add changelog entries from botocore
  • 61ee934 Merge branch 'release-1.40.44'
  • 7b6ce2a Merge branch 'release-1.40.44' into develop
  • 01553e7 Bumping version to 1.40.44
  • 1b47e9e Add changelog entries from botocore
  • a295071 Merge branch 'release-1.40.43'
  • a349ff9 Merge branch 'release-1.40.43' into develop
  • 86bb6e1 Bumping version to 1.40.43
  • Additional commits viewable in compare view

Updates moto from 5.1.13 to 5.1.14

Changelog

Sourced from moto's changelog.

5.1.14

Docker Digest for 5.1.14: sha256:800719627036dc38dc699e9f314f624f2c98ac3d8bb754db078cb2698f08ee77

New Services:
    * CloudWatch-Synthetics:
        * create_canary()
        * get_canary()
        * describe_canaries()
        * list_tags_for_resource()
* MediaPackageV2:
    * create_channel()
    * create_channel_group()
    * delete_channel()
    * delete_channel_group()
    * get_channel()
    * get_channel_group()
    * list_channel_groups()
  • VPCLattice:
    • create_service()
    • create_service_network()
    • create_service_network_vpc_association()
    • create_rule()

New Methods: * Kinesis: * describe_limits()

* Macie2:
    * disassociate_member()
    * enable_organization_admin_account()
    * list_organization_admin_accounts()
  • SecurityHub:

    • describe_hub()
    • disable_security_hub()
    • enable_security_hub()
  • ServiceHub-AppRegistry:

    • get_configuration()
    • put_configuration()

Miscellaneous: * IOTData: update_thing_shadow() now supports state=None * ResourceGroupsTaggingAPI: list_tags_for_resource() now returns ARN's for Athena resources, instead of names * ResourceGroupsTaggingAPI: list_tags_for_resource() now supports Kinesis Firehose resources * S3: put_object() now stores the correct (actual) content when using the Java SDK, and no longer include the checksum headers in the body * Shield: create_protection() now only allows ARN's of Elastic IP Addresses, instead of all EC2 resources

Commits

Updates boto3 from 1.40.42 to 1.40.45

Commits
  • 4a131a0 Merge branch 'release-1.40.45'
  • c572cac Bumping version to 1.40.45
  • 584a71b Add changelog entries from botocore
  • 61ee934 Merge branch 'release-1.40.44'
  • 7b6ce2a Merge branch 'release-1.40.44' into develop
  • 01553e7 Bumping version to 1.40.44
  • 1b47e9e Add changelog entries from botocore
  • a295071 Merge branch 'release-1.40.43'
  • a349ff9 Merge branch 'release-1.40.43' into develop
  • 86bb6e1 Bumping version to 1.40.43
  • Additional commits viewable in compare view

Updates moto from 5.1.13 to 5.1.14

Changelog

Sourced from moto's changelog.

5.1.14

Docker Digest for 5.1.14: sha256:800719627036dc38dc699e9f314f624f2c98ac3d8bb754db078cb2698f08ee77

New Services:
    * CloudWatch-Synthetics:
        * create_canary()
        * get_canary()
        * describe_canaries()
        * list_tags_for_resource()
* MediaPackageV2:
    * create_channel()
    * create_channel_group()
    * delete_channel()
    * delete_channel_group()
    * get_channel()
    * get_channel_group()
    * list_channel_groups()
  • VPCLattice:
    • create_service()
    • create_service_network()
    • create_service_network_vpc_association()
    • create_rule()

New Methods: * Kinesis: * describe_limits()

* Macie2:
    * disassociate_member()
    * enable_organization_admin_account()
    * list_organization_admin_accounts()
  • SecurityHub:

    • describe_hub()
    • disable_security_hub()
    • enable_security_hub()
  • ServiceHub-AppRegistry:

    • get_configuration()
    • put_configuration()

Miscellaneous: * IOTData: update_thing_shadow() now supports state=None * ResourceGroupsTaggingAPI: list_tags_for_resource() now returns ARN's for Athena resources, instead of names * ResourceGroupsTaggingAPI: list_tags_for_resource() now supports Kinesis Firehose resources * S3: put_object() now stores the correct (actual) content when using the Java SDK, and no longer include the checksum headers in the body * Shield: create_protection() now only allows ARN's of Elastic IP Addresses, instead of all EC2 resources

Commits

Updates mypy-boto3-dynamodb from 1.40.20 to 1.40.44

Release notes

Sourced from mypy-boto3-dynamodb's releases.

8.8.0 - Python 3.8 runtime is back

Changed

  • [services] install_requires section is calculated based on dependencies in use, so typing-extensions version is set properly
  • [all] Replaced typing imports with collections.abc with a fallback to typing for Python <3.9
  • [all] Added aliases for builtins.list, builtins.set, builtins.dict, and builtins.type, so Python 3.8 runtime should work as expected again (reported by @​YHallouard in #340 and @​Omri-Ben-Yair in #336)
  • [all] Unions use the same type annotations as the rest of the structures due to proper fallbacks

Fixed

  • [services] Universal input/output shapes were not replaced properly in service subresources
  • [docs] Simplified doc links rendering for services
  • [services] Cleaned up unnecessary imports in client.pyi
  • [builder] Import records with fallback are always rendered
Commits

Updates boto3 from 1.40.42 to 1.40.45

Commits
  • 4a131a0 Merge branch 'release-1.40.45'
  • c572cac Bumping version to 1.40.45
  • 584a71b Add changelog entries from botocore
  • 61ee934 Merge branch 'release-1.40.44'
  • 7b6ce2a Merge branch 'release-1.40.44' into develop
  • 01553e7 Bumping version to 1.40.44
  • 1b47e9e Add changelog entries from botocore
  • a295071 Merge branch 'release-1.40.43'
  • a349ff9 Merge branch 'release-1.40.43' into develop
  • 86bb6e1 Bumping version to 1.40.43
  • Additional commits viewable in compare view

Updates moto from 5.1.13 to 5.1.14

Changelog

Sourced from moto's changelog.

5.1.14

Docker Digest for 5.1.14: sha256:800719627036dc38dc699e9f314f624f2c98ac3d8bb754db078cb2698f08ee77

New Services:
    * CloudWatch-Synthetics:
        * create_canary()
        * get_canary()
        * describe_canaries()
        * list_tags_for_resource()
* MediaPackageV2:
    * create_channel()
    * create_channel_group()
    * delete_channel()
    * delete_channel_group()
    * get_channel()
    * get_channel_group()
    * list_channel_groups()
  • VPCLattice:
    • create_service()
    • create_service_network()
    • create_service_network_vpc_association()
    • create_rule()

New Methods: * Kinesis: * describe_limits()

* Macie2:
    * disassociate_member()
    * enable_organization_admin_account()
    * list_organization_admin_accounts()
  • SecurityHub:

    • describe_hub()
    • disable_security_hub()
    • enable_security_hub()
  • ServiceHub-AppRegistry:

    • get_configuration()
    • put_configuration()

Miscellaneous: * IOTData: update_thing_shadow() now supports state=None * ResourceGroupsTaggingAPI: list_tags_for_resource() now returns ARN's for Athena resources, instead of names * ResourceGroupsTaggingAPI: list_tags_for_resource() now supports Kinesis Firehose resources * S3: put_object() now stores the correct (actual) content when using the Java SDK, and no longer include the checksum headers in the body * Shield: create_protection() now only allows ARN's of Elastic IP Addresses, instead of all EC2 resources

Commits

Updates mypy-boto3-dynamodb from 1.40.20 to 1.40.44

Release notes

Sourced from mypy-boto3-dynamodb's releases.

8.8.0 - Python 3.8 runtime is back

Changed

  • [services] install_requires section is calculated based on dependencies in use, so Description has been truncated

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Oct 6, 2025
@sonarqubecloud
Copy link

sonarqubecloud bot commented Oct 6, 2025

Please retry analysis of this Pull-Request directly on SonarQube Cloud

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 6, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

Bumps the pip-minor-patch group with 3 updates in the /backend directory: [boto3](https://github.com/boto/boto3), [boto3-stubs-lite](https://github.com/youtype/mypy_boto3_builder) and [moto](https://github.com/getmoto/moto).
Bumps the pip-minor-patch group with 2 updates in the /batch_processor_filter directory: [boto3](https://github.com/boto/boto3) and [moto](https://github.com/getmoto/moto).
Bumps the pip-minor-patch group with 3 updates in the /delta_backend directory: [boto3](https://github.com/boto/boto3), [moto](https://github.com/getmoto/moto) and [mypy-boto3-dynamodb](https://github.com/youtype/mypy_boto3_builder).
Bumps the pip-minor-patch group with 2 updates in the /e2e directory: [boto3](https://github.com/boto/boto3) and [mypy-boto3-dynamodb](https://github.com/youtype/mypy_boto3_builder).
Bumps the pip-minor-patch group with 1 update in the /e2e_batch directory: [boto3](https://github.com/boto/boto3).
Bumps the pip-minor-patch group with 2 updates in the /filenameprocessor directory: [boto3](https://github.com/boto/boto3) and [boto3-stubs-lite](https://github.com/youtype/mypy_boto3_builder).
Bumps the pip-minor-patch group with 2 updates in the /lambdas/ack_backend directory: [boto3](https://github.com/boto/boto3) and [mypy-boto3-dynamodb](https://github.com/youtype/mypy_boto3_builder).
Bumps the pip-minor-patch group with 3 updates in the /lambdas/id_sync directory: [boto3](https://github.com/boto/boto3), [moto](https://github.com/getmoto/moto) and [mypy-boto3-dynamodb](https://github.com/youtype/mypy_boto3_builder).
Bumps the pip-minor-patch group with 2 updates in the /lambdas/mns_subscription directory: [boto3](https://github.com/boto/boto3) and [moto](https://github.com/getmoto/moto).
Bumps the pip-minor-patch group with 3 updates in the /lambdas/redis_sync directory: [boto3](https://github.com/boto/boto3), [moto](https://github.com/getmoto/moto) and [mypy-boto3-dynamodb](https://github.com/youtype/mypy_boto3_builder).
Bumps the pip-minor-patch group with 3 updates in the /lambdas/shared directory: [boto3](https://github.com/boto/boto3), [moto](https://github.com/getmoto/moto) and [mypy-boto3-dynamodb](https://github.com/youtype/mypy_boto3_builder).
Bumps the pip-minor-patch group with 3 updates in the /mesh_processor directory: [boto3](https://github.com/boto/boto3), [moto](https://github.com/getmoto/moto) and [mypy-boto3-dynamodb](https://github.com/youtype/mypy_boto3_builder).
Bumps the pip-minor-patch group with 2 updates in the /recordprocessor directory: [boto3](https://github.com/boto/boto3) and [boto3-stubs-lite](https://github.com/youtype/mypy_boto3_builder).

Updates `boto3` from 1.40.42 to 1.40.45
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.40.42...1.40.45)

Updates `boto3-stubs-lite` from 1.40.42 to 1.40.45
- [Release notes](https://github.com/youtype/mypy_boto3_builder/releases)
- [Commits](https://github.com/youtype/mypy_boto3_builder/commits)

Updates `moto` from 5.1.13 to 5.1.14
- [Release notes](https://github.com/getmoto/moto/releases)
- [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md)
- [Commits](getmoto/moto@5.1.13...5.1.14)

Updates `boto3` from 1.40.42 to 1.40.45
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.40.42...1.40.45)

Updates `moto` from 5.1.13 to 5.1.14
- [Release notes](https://github.com/getmoto/moto/releases)
- [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md)
- [Commits](getmoto/moto@5.1.13...5.1.14)

Updates `boto3` from 1.40.42 to 1.40.45
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.40.42...1.40.45)

Updates `moto` from 5.1.13 to 5.1.14
- [Release notes](https://github.com/getmoto/moto/releases)
- [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md)
- [Commits](getmoto/moto@5.1.13...5.1.14)

Updates `mypy-boto3-dynamodb` from 1.40.20 to 1.40.44
- [Release notes](https://github.com/youtype/mypy_boto3_builder/releases)
- [Commits](https://github.com/youtype/mypy_boto3_builder/commits)

Updates `boto3` from 1.40.42 to 1.40.45
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.40.42...1.40.45)

Updates `mypy-boto3-dynamodb` from 1.40.20 to 1.40.44
- [Release notes](https://github.com/youtype/mypy_boto3_builder/releases)
- [Commits](https://github.com/youtype/mypy_boto3_builder/commits)

Updates `boto3` from 1.40.42 to 1.40.45
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.40.42...1.40.45)

Updates `boto3` from 1.40.42 to 1.40.45
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.40.42...1.40.45)

Updates `boto3-stubs-lite` from 1.40.42 to 1.40.45
- [Release notes](https://github.com/youtype/mypy_boto3_builder/releases)
- [Commits](https://github.com/youtype/mypy_boto3_builder/commits)

Updates `boto3` from 1.40.42 to 1.40.45
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.40.42...1.40.45)

Updates `mypy-boto3-dynamodb` from 1.40.20 to 1.40.44
- [Release notes](https://github.com/youtype/mypy_boto3_builder/releases)
- [Commits](https://github.com/youtype/mypy_boto3_builder/commits)

Updates `boto3` from 1.40.42 to 1.40.45
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.40.42...1.40.45)

Updates `moto` from 5.1.13 to 5.1.14
- [Release notes](https://github.com/getmoto/moto/releases)
- [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md)
- [Commits](getmoto/moto@5.1.13...5.1.14)

Updates `mypy-boto3-dynamodb` from 1.40.20 to 1.40.44
- [Release notes](https://github.com/youtype/mypy_boto3_builder/releases)
- [Commits](https://github.com/youtype/mypy_boto3_builder/commits)

Updates `boto3` from 1.40.42 to 1.40.45
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.40.42...1.40.45)

Updates `moto` from 5.1.13 to 5.1.14
- [Release notes](https://github.com/getmoto/moto/releases)
- [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md)
- [Commits](getmoto/moto@5.1.13...5.1.14)

Updates `boto3` from 1.40.42 to 1.40.45
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.40.42...1.40.45)

Updates `moto` from 5.1.13 to 5.1.14
- [Release notes](https://github.com/getmoto/moto/releases)
- [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md)
- [Commits](getmoto/moto@5.1.13...5.1.14)

Updates `mypy-boto3-dynamodb` from 1.40.20 to 1.40.44
- [Release notes](https://github.com/youtype/mypy_boto3_builder/releases)
- [Commits](https://github.com/youtype/mypy_boto3_builder/commits)

Updates `boto3` from 1.40.42 to 1.40.45
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.40.42...1.40.45)

Updates `moto` from 5.1.13 to 5.1.14
- [Release notes](https://github.com/getmoto/moto/releases)
- [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md)
- [Commits](getmoto/moto@5.1.13...5.1.14)

Updates `mypy-boto3-dynamodb` from 1.40.20 to 1.40.44
- [Release notes](https://github.com/youtype/mypy_boto3_builder/releases)
- [Commits](https://github.com/youtype/mypy_boto3_builder/commits)

Updates `boto3` from 1.40.42 to 1.40.45
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.40.42...1.40.45)

Updates `moto` from 5.1.13 to 5.1.14
- [Release notes](https://github.com/getmoto/moto/releases)
- [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md)
- [Commits](getmoto/moto@5.1.13...5.1.14)

Updates `mypy-boto3-dynamodb` from 1.40.20 to 1.40.44
- [Release notes](https://github.com/youtype/mypy_boto3_builder/releases)
- [Commits](https://github.com/youtype/mypy_boto3_builder/commits)

Updates `boto3` from 1.40.42 to 1.40.45
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.40.42...1.40.45)

Updates `boto3-stubs-lite` from 1.40.42 to 1.40.45
- [Release notes](https://github.com/youtype/mypy_boto3_builder/releases)
- [Commits](https://github.com/youtype/mypy_boto3_builder/commits)

---
updated-dependencies:
- dependency-name: boto3
  dependency-version: 1.40.45
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: boto3-stubs-lite
  dependency-version: 1.40.45
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: moto
  dependency-version: 5.1.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: boto3
  dependency-version: 1.40.45
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: moto
  dependency-version: 5.1.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: boto3
  dependency-version: 1.40.45
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: moto
  dependency-version: 5.1.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: mypy-boto3-dynamodb
  dependency-version: 1.40.44
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: boto3
  dependency-version: 1.40.45
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: mypy-boto3-dynamodb
  dependency-version: 1.40.44
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: boto3
  dependency-version: 1.40.45
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: boto3
  dependency-version: 1.40.45
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: boto3-stubs-lite
  dependency-version: 1.40.45
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: boto3
  dependency-version: 1.40.45
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: mypy-boto3-dynamodb
  dependency-version: 1.40.44
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: boto3
  dependency-version: 1.40.45
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: moto
  dependency-version: 5.1.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: mypy-boto3-dynamodb
  dependency-version: 1.40.44
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: boto3
  dependency-version: 1.40.45
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: moto
  dependency-version: 5.1.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: boto3
  dependency-version: 1.40.45
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: moto
  dependency-version: 5.1.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: mypy-boto3-dynamodb
  dependency-version: 1.40.44
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: boto3
  dependency-version: 1.40.45
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: moto
  dependency-version: 5.1.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: mypy-boto3-dynamodb
  dependency-version: 1.40.44
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: boto3
  dependency-version: 1.40.45
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: moto
  dependency-version: 5.1.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: mypy-boto3-dynamodb
  dependency-version: 1.40.44
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: boto3
  dependency-version: 1.40.45
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: boto3-stubs-lite
  dependency-version: 1.40.45
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dlzhry2nhs dlzhry2nhs force-pushed the dependabot/pip/backend/pip-minor-patch-5d9f14d2fd branch from 7760a25 to 3eebd6e Compare October 6, 2025 15:50
@dlzhry2nhs dlzhry2nhs enabled auto-merge (squash) October 6, 2025 15:52
@sonarqubecloud
Copy link

sonarqubecloud bot commented Oct 6, 2025

@dlzhry2nhs dlzhry2nhs merged commit 7da3b3a into master Oct 6, 2025
7 checks passed
@dlzhry2nhs dlzhry2nhs deleted the dependabot/pip/backend/pip-minor-patch-5d9f14d2fd branch October 6, 2025 16:17
mfjarvis pushed a commit that referenced this pull request Oct 22, 2025
…875)

Bumps the pip-minor-patch group with 3 updates in the /backend directory: [boto3](https://github.com/boto/boto3), [boto3-stubs-lite](https://github.com/youtype/mypy_boto3_builder) and [moto](https://github.com/getmoto/moto).
Bumps the pip-minor-patch group with 2 updates in the /batch_processor_filter directory: [boto3](https://github.com/boto/boto3) and [moto](https://github.com/getmoto/moto).
Bumps the pip-minor-patch group with 3 updates in the /delta_backend directory: [boto3](https://github.com/boto/boto3), [moto](https://github.com/getmoto/moto) and [mypy-boto3-dynamodb](https://github.com/youtype/mypy_boto3_builder).
Bumps the pip-minor-patch group with 2 updates in the /e2e directory: [boto3](https://github.com/boto/boto3) and [mypy-boto3-dynamodb](https://github.com/youtype/mypy_boto3_builder).
Bumps the pip-minor-patch group with 1 update in the /e2e_batch directory: [boto3](https://github.com/boto/boto3).
Bumps the pip-minor-patch group with 2 updates in the /filenameprocessor directory: [boto3](https://github.com/boto/boto3) and [boto3-stubs-lite](https://github.com/youtype/mypy_boto3_builder).
Bumps the pip-minor-patch group with 2 updates in the /lambdas/ack_backend directory: [boto3](https://github.com/boto/boto3) and [mypy-boto3-dynamodb](https://github.com/youtype/mypy_boto3_builder).
Bumps the pip-minor-patch group with 3 updates in the /lambdas/id_sync directory: [boto3](https://github.com/boto/boto3), [moto](https://github.com/getmoto/moto) and [mypy-boto3-dynamodb](https://github.com/youtype/mypy_boto3_builder).
Bumps the pip-minor-patch group with 2 updates in the /lambdas/mns_subscription directory: [boto3](https://github.com/boto/boto3) and [moto](https://github.com/getmoto/moto).
Bumps the pip-minor-patch group with 3 updates in the /lambdas/redis_sync directory: [boto3](https://github.com/boto/boto3), [moto](https://github.com/getmoto/moto) and [mypy-boto3-dynamodb](https://github.com/youtype/mypy_boto3_builder).
Bumps the pip-minor-patch group with 3 updates in the /lambdas/shared directory: [boto3](https://github.com/boto/boto3), [moto](https://github.com/getmoto/moto) and [mypy-boto3-dynamodb](https://github.com/youtype/mypy_boto3_builder).
Bumps the pip-minor-patch group with 3 updates in the /mesh_processor directory: [boto3](https://github.com/boto/boto3), [moto](https://github.com/getmoto/moto) and [mypy-boto3-dynamodb](https://github.com/youtype/mypy_boto3_builder).
Bumps the pip-minor-patch group with 2 updates in the /recordprocessor directory: [boto3](https://github.com/boto/boto3) and [boto3-stubs-lite](https://github.com/youtype/mypy_boto3_builder).

Updates `boto3` from 1.40.42 to 1.40.45
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.40.42...1.40.45)

Updates `boto3-stubs-lite` from 1.40.42 to 1.40.45
- [Release notes](https://github.com/youtype/mypy_boto3_builder/releases)
- [Commits](https://github.com/youtype/mypy_boto3_builder/commits)

Updates `moto` from 5.1.13 to 5.1.14
- [Release notes](https://github.com/getmoto/moto/releases)
- [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md)
- [Commits](getmoto/moto@5.1.13...5.1.14)

Updates `boto3` from 1.40.42 to 1.40.45
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.40.42...1.40.45)

Updates `moto` from 5.1.13 to 5.1.14
- [Release notes](https://github.com/getmoto/moto/releases)
- [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md)
- [Commits](getmoto/moto@5.1.13...5.1.14)

Updates `boto3` from 1.40.42 to 1.40.45
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.40.42...1.40.45)

Updates `moto` from 5.1.13 to 5.1.14
- [Release notes](https://github.com/getmoto/moto/releases)
- [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md)
- [Commits](getmoto/moto@5.1.13...5.1.14)

Updates `mypy-boto3-dynamodb` from 1.40.20 to 1.40.44
- [Release notes](https://github.com/youtype/mypy_boto3_builder/releases)
- [Commits](https://github.com/youtype/mypy_boto3_builder/commits)

Updates `boto3` from 1.40.42 to 1.40.45
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.40.42...1.40.45)

Updates `mypy-boto3-dynamodb` from 1.40.20 to 1.40.44
- [Release notes](https://github.com/youtype/mypy_boto3_builder/releases)
- [Commits](https://github.com/youtype/mypy_boto3_builder/commits)

Updates `boto3` from 1.40.42 to 1.40.45
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.40.42...1.40.45)

Updates `boto3` from 1.40.42 to 1.40.45
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.40.42...1.40.45)

Updates `boto3-stubs-lite` from 1.40.42 to 1.40.45
- [Release notes](https://github.com/youtype/mypy_boto3_builder/releases)
- [Commits](https://github.com/youtype/mypy_boto3_builder/commits)

Updates `boto3` from 1.40.42 to 1.40.45
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.40.42...1.40.45)

Updates `mypy-boto3-dynamodb` from 1.40.20 to 1.40.44
- [Release notes](https://github.com/youtype/mypy_boto3_builder/releases)
- [Commits](https://github.com/youtype/mypy_boto3_builder/commits)

Updates `boto3` from 1.40.42 to 1.40.45
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.40.42...1.40.45)

Updates `moto` from 5.1.13 to 5.1.14
- [Release notes](https://github.com/getmoto/moto/releases)
- [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md)
- [Commits](getmoto/moto@5.1.13...5.1.14)

Updates `mypy-boto3-dynamodb` from 1.40.20 to 1.40.44
- [Release notes](https://github.com/youtype/mypy_boto3_builder/releases)
- [Commits](https://github.com/youtype/mypy_boto3_builder/commits)

Updates `boto3` from 1.40.42 to 1.40.45
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.40.42...1.40.45)

Updates `moto` from 5.1.13 to 5.1.14
- [Release notes](https://github.com/getmoto/moto/releases)
- [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md)
- [Commits](getmoto/moto@5.1.13...5.1.14)

Updates `boto3` from 1.40.42 to 1.40.45
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.40.42...1.40.45)

Updates `moto` from 5.1.13 to 5.1.14
- [Release notes](https://github.com/getmoto/moto/releases)
- [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md)
- [Commits](getmoto/moto@5.1.13...5.1.14)

Updates `mypy-boto3-dynamodb` from 1.40.20 to 1.40.44
- [Release notes](https://github.com/youtype/mypy_boto3_builder/releases)
- [Commits](https://github.com/youtype/mypy_boto3_builder/commits)

Updates `boto3` from 1.40.42 to 1.40.45
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.40.42...1.40.45)

Updates `moto` from 5.1.13 to 5.1.14
- [Release notes](https://github.com/getmoto/moto/releases)
- [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md)
- [Commits](getmoto/moto@5.1.13...5.1.14)

Updates `mypy-boto3-dynamodb` from 1.40.20 to 1.40.44
- [Release notes](https://github.com/youtype/mypy_boto3_builder/releases)
- [Commits](https://github.com/youtype/mypy_boto3_builder/commits)

Updates `boto3` from 1.40.42 to 1.40.45
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.40.42...1.40.45)

Updates `moto` from 5.1.13 to 5.1.14
- [Release notes](https://github.com/getmoto/moto/releases)
- [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md)
- [Commits](getmoto/moto@5.1.13...5.1.14)

Updates `mypy-boto3-dynamodb` from 1.40.20 to 1.40.44
- [Release notes](https://github.com/youtype/mypy_boto3_builder/releases)
- [Commits](https://github.com/youtype/mypy_boto3_builder/commits)

Updates `boto3` from 1.40.42 to 1.40.45
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.40.42...1.40.45)

Updates `boto3-stubs-lite` from 1.40.42 to 1.40.45
- [Release notes](https://github.com/youtype/mypy_boto3_builder/releases)
- [Commits](https://github.com/youtype/mypy_boto3_builder/commits)

---
updated-dependencies:
- dependency-name: boto3
  dependency-version: 1.40.45
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: boto3-stubs-lite
  dependency-version: 1.40.45
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: moto
  dependency-version: 5.1.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: boto3
  dependency-version: 1.40.45
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: moto
  dependency-version: 5.1.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: boto3
  dependency-version: 1.40.45
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: moto
  dependency-version: 5.1.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: mypy-boto3-dynamodb
  dependency-version: 1.40.44
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: boto3
  dependency-version: 1.40.45
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: mypy-boto3-dynamodb
  dependency-version: 1.40.44
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: boto3
  dependency-version: 1.40.45
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: boto3
  dependency-version: 1.40.45
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: boto3-stubs-lite
  dependency-version: 1.40.45
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: boto3
  dependency-version: 1.40.45
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: mypy-boto3-dynamodb
  dependency-version: 1.40.44
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: boto3
  dependency-version: 1.40.45
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: moto
  dependency-version: 5.1.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: mypy-boto3-dynamodb
  dependency-version: 1.40.44
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: boto3
  dependency-version: 1.40.45
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: moto
  dependency-version: 5.1.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: boto3
  dependency-version: 1.40.45
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: moto
  dependency-version: 5.1.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: mypy-boto3-dynamodb
  dependency-version: 1.40.44
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: boto3
  dependency-version: 1.40.45
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: moto
  dependency-version: 5.1.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: mypy-boto3-dynamodb
  dependency-version: 1.40.44
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: boto3
  dependency-version: 1.40.45
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: moto
  dependency-version: 5.1.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: mypy-boto3-dynamodb
  dependency-version: 1.40.44
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: boto3
  dependency-version: 1.40.45
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: boto3-stubs-lite
  dependency-version: 1.40.45
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
mfjarvis pushed a commit that referenced this pull request Oct 27, 2025
…875)

Bumps the pip-minor-patch group with 3 updates in the /backend directory: [boto3](https://github.com/boto/boto3), [boto3-stubs-lite](https://github.com/youtype/mypy_boto3_builder) and [moto](https://github.com/getmoto/moto).
Bumps the pip-minor-patch group with 2 updates in the /batch_processor_filter directory: [boto3](https://github.com/boto/boto3) and [moto](https://github.com/getmoto/moto).
Bumps the pip-minor-patch group with 3 updates in the /delta_backend directory: [boto3](https://github.com/boto/boto3), [moto](https://github.com/getmoto/moto) and [mypy-boto3-dynamodb](https://github.com/youtype/mypy_boto3_builder).
Bumps the pip-minor-patch group with 2 updates in the /e2e directory: [boto3](https://github.com/boto/boto3) and [mypy-boto3-dynamodb](https://github.com/youtype/mypy_boto3_builder).
Bumps the pip-minor-patch group with 1 update in the /e2e_batch directory: [boto3](https://github.com/boto/boto3).
Bumps the pip-minor-patch group with 2 updates in the /filenameprocessor directory: [boto3](https://github.com/boto/boto3) and [boto3-stubs-lite](https://github.com/youtype/mypy_boto3_builder).
Bumps the pip-minor-patch group with 2 updates in the /lambdas/ack_backend directory: [boto3](https://github.com/boto/boto3) and [mypy-boto3-dynamodb](https://github.com/youtype/mypy_boto3_builder).
Bumps the pip-minor-patch group with 3 updates in the /lambdas/id_sync directory: [boto3](https://github.com/boto/boto3), [moto](https://github.com/getmoto/moto) and [mypy-boto3-dynamodb](https://github.com/youtype/mypy_boto3_builder).
Bumps the pip-minor-patch group with 2 updates in the /lambdas/mns_subscription directory: [boto3](https://github.com/boto/boto3) and [moto](https://github.com/getmoto/moto).
Bumps the pip-minor-patch group with 3 updates in the /lambdas/redis_sync directory: [boto3](https://github.com/boto/boto3), [moto](https://github.com/getmoto/moto) and [mypy-boto3-dynamodb](https://github.com/youtype/mypy_boto3_builder).
Bumps the pip-minor-patch group with 3 updates in the /lambdas/shared directory: [boto3](https://github.com/boto/boto3), [moto](https://github.com/getmoto/moto) and [mypy-boto3-dynamodb](https://github.com/youtype/mypy_boto3_builder).
Bumps the pip-minor-patch group with 3 updates in the /mesh_processor directory: [boto3](https://github.com/boto/boto3), [moto](https://github.com/getmoto/moto) and [mypy-boto3-dynamodb](https://github.com/youtype/mypy_boto3_builder).
Bumps the pip-minor-patch group with 2 updates in the /recordprocessor directory: [boto3](https://github.com/boto/boto3) and [boto3-stubs-lite](https://github.com/youtype/mypy_boto3_builder).

Updates `boto3` from 1.40.42 to 1.40.45
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.40.42...1.40.45)

Updates `boto3-stubs-lite` from 1.40.42 to 1.40.45
- [Release notes](https://github.com/youtype/mypy_boto3_builder/releases)
- [Commits](https://github.com/youtype/mypy_boto3_builder/commits)

Updates `moto` from 5.1.13 to 5.1.14
- [Release notes](https://github.com/getmoto/moto/releases)
- [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md)
- [Commits](getmoto/moto@5.1.13...5.1.14)

Updates `boto3` from 1.40.42 to 1.40.45
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.40.42...1.40.45)

Updates `moto` from 5.1.13 to 5.1.14
- [Release notes](https://github.com/getmoto/moto/releases)
- [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md)
- [Commits](getmoto/moto@5.1.13...5.1.14)

Updates `boto3` from 1.40.42 to 1.40.45
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.40.42...1.40.45)

Updates `moto` from 5.1.13 to 5.1.14
- [Release notes](https://github.com/getmoto/moto/releases)
- [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md)
- [Commits](getmoto/moto@5.1.13...5.1.14)

Updates `mypy-boto3-dynamodb` from 1.40.20 to 1.40.44
- [Release notes](https://github.com/youtype/mypy_boto3_builder/releases)
- [Commits](https://github.com/youtype/mypy_boto3_builder/commits)

Updates `boto3` from 1.40.42 to 1.40.45
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.40.42...1.40.45)

Updates `mypy-boto3-dynamodb` from 1.40.20 to 1.40.44
- [Release notes](https://github.com/youtype/mypy_boto3_builder/releases)
- [Commits](https://github.com/youtype/mypy_boto3_builder/commits)

Updates `boto3` from 1.40.42 to 1.40.45
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.40.42...1.40.45)

Updates `boto3` from 1.40.42 to 1.40.45
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.40.42...1.40.45)

Updates `boto3-stubs-lite` from 1.40.42 to 1.40.45
- [Release notes](https://github.com/youtype/mypy_boto3_builder/releases)
- [Commits](https://github.com/youtype/mypy_boto3_builder/commits)

Updates `boto3` from 1.40.42 to 1.40.45
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.40.42...1.40.45)

Updates `mypy-boto3-dynamodb` from 1.40.20 to 1.40.44
- [Release notes](https://github.com/youtype/mypy_boto3_builder/releases)
- [Commits](https://github.com/youtype/mypy_boto3_builder/commits)

Updates `boto3` from 1.40.42 to 1.40.45
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.40.42...1.40.45)

Updates `moto` from 5.1.13 to 5.1.14
- [Release notes](https://github.com/getmoto/moto/releases)
- [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md)
- [Commits](getmoto/moto@5.1.13...5.1.14)

Updates `mypy-boto3-dynamodb` from 1.40.20 to 1.40.44
- [Release notes](https://github.com/youtype/mypy_boto3_builder/releases)
- [Commits](https://github.com/youtype/mypy_boto3_builder/commits)

Updates `boto3` from 1.40.42 to 1.40.45
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.40.42...1.40.45)

Updates `moto` from 5.1.13 to 5.1.14
- [Release notes](https://github.com/getmoto/moto/releases)
- [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md)
- [Commits](getmoto/moto@5.1.13...5.1.14)

Updates `boto3` from 1.40.42 to 1.40.45
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.40.42...1.40.45)

Updates `moto` from 5.1.13 to 5.1.14
- [Release notes](https://github.com/getmoto/moto/releases)
- [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md)
- [Commits](getmoto/moto@5.1.13...5.1.14)

Updates `mypy-boto3-dynamodb` from 1.40.20 to 1.40.44
- [Release notes](https://github.com/youtype/mypy_boto3_builder/releases)
- [Commits](https://github.com/youtype/mypy_boto3_builder/commits)

Updates `boto3` from 1.40.42 to 1.40.45
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.40.42...1.40.45)

Updates `moto` from 5.1.13 to 5.1.14
- [Release notes](https://github.com/getmoto/moto/releases)
- [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md)
- [Commits](getmoto/moto@5.1.13...5.1.14)

Updates `mypy-boto3-dynamodb` from 1.40.20 to 1.40.44
- [Release notes](https://github.com/youtype/mypy_boto3_builder/releases)
- [Commits](https://github.com/youtype/mypy_boto3_builder/commits)

Updates `boto3` from 1.40.42 to 1.40.45
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.40.42...1.40.45)

Updates `moto` from 5.1.13 to 5.1.14
- [Release notes](https://github.com/getmoto/moto/releases)
- [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md)
- [Commits](getmoto/moto@5.1.13...5.1.14)

Updates `mypy-boto3-dynamodb` from 1.40.20 to 1.40.44
- [Release notes](https://github.com/youtype/mypy_boto3_builder/releases)
- [Commits](https://github.com/youtype/mypy_boto3_builder/commits)

Updates `boto3` from 1.40.42 to 1.40.45
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.40.42...1.40.45)

Updates `boto3-stubs-lite` from 1.40.42 to 1.40.45
- [Release notes](https://github.com/youtype/mypy_boto3_builder/releases)
- [Commits](https://github.com/youtype/mypy_boto3_builder/commits)

---
updated-dependencies:
- dependency-name: boto3
  dependency-version: 1.40.45
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: boto3-stubs-lite
  dependency-version: 1.40.45
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: moto
  dependency-version: 5.1.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: boto3
  dependency-version: 1.40.45
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: moto
  dependency-version: 5.1.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: boto3
  dependency-version: 1.40.45
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: moto
  dependency-version: 5.1.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: mypy-boto3-dynamodb
  dependency-version: 1.40.44
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: boto3
  dependency-version: 1.40.45
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: mypy-boto3-dynamodb
  dependency-version: 1.40.44
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: boto3
  dependency-version: 1.40.45
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: boto3
  dependency-version: 1.40.45
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: boto3-stubs-lite
  dependency-version: 1.40.45
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: boto3
  dependency-version: 1.40.45
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: mypy-boto3-dynamodb
  dependency-version: 1.40.44
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: boto3
  dependency-version: 1.40.45
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: moto
  dependency-version: 5.1.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: mypy-boto3-dynamodb
  dependency-version: 1.40.44
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: boto3
  dependency-version: 1.40.45
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: moto
  dependency-version: 5.1.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: boto3
  dependency-version: 1.40.45
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: moto
  dependency-version: 5.1.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: mypy-boto3-dynamodb
  dependency-version: 1.40.44
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: boto3
  dependency-version: 1.40.45
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: moto
  dependency-version: 5.1.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: mypy-boto3-dynamodb
  dependency-version: 1.40.44
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: boto3
  dependency-version: 1.40.45
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: moto
  dependency-version: 5.1.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: mypy-boto3-dynamodb
  dependency-version: 1.40.44
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: boto3
  dependency-version: 1.40.45
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: boto3-stubs-lite
  dependency-version: 1.40.45
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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