Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 29, 2026

Bumps the pip-minor-patch group with 4 updates in the /lambdas/ack_backend directory: boto3, mypy-boto3-dynamodb, moto and coverage.
Bumps the pip-minor-patch group with 4 updates in the /lambdas/backend directory: boto3, moto, coverage and boto3-stubs-lite.
Bumps the pip-minor-patch group with 3 updates in the /lambdas/batch_processor_filter directory: boto3, moto and coverage.
Bumps the pip-minor-patch group with 4 updates in the /lambdas/delta_backend directory: boto3, mypy-boto3-dynamodb, moto and coverage.
Bumps the pip-minor-patch group with 3 updates in the /lambdas/filenameprocessor directory: boto3, coverage and boto3-stubs-lite.
Bumps the pip-minor-patch group with 4 updates in the /lambdas/id_sync directory: boto3, mypy-boto3-dynamodb, moto and coverage.
Bumps the pip-minor-patch group with 4 updates in the /lambdas/mesh_processor directory: boto3, mypy-boto3-dynamodb, moto and coverage.
Bumps the pip-minor-patch group with 3 updates in the /lambdas/mns_subscription directory: boto3, moto and coverage.
Bumps the pip-minor-patch group with 4 updates in the /lambdas/recordforwarder directory: boto3, moto, coverage and boto3-stubs-lite.
Bumps the pip-minor-patch group with 3 updates in the /lambdas/recordprocessor directory: boto3, coverage and boto3-stubs-lite.
Bumps the pip-minor-patch group with 4 updates in the /lambdas/redis_sync directory: boto3, mypy-boto3-dynamodb, moto and coverage.
Bumps the pip-minor-patch group with 4 updates in the /lambdas/shared directory: boto3, mypy-boto3-dynamodb, moto and coverage.
Bumps the pip-minor-patch group with 4 updates in the /tests/e2e_automation directory: aws-sso-lite, pytest-check, python-dotenv and typing-extensions.

Updates boto3 from 1.41.5 to 1.42.37

Commits
  • bae9979 Merge branch 'release-1.42.37'
  • 9bd91b3 Bumping version to 1.42.37
  • 3ab3148 Add changelog entries from botocore
  • df5e8ab Merge branch 'release-1.42.36'
  • 85d1605 Merge branch 'release-1.42.36' into develop
  • 7b5b04e Bumping version to 1.42.36
  • 53ef300 Add changelog entries from botocore
  • d8f9058 Merge branch 'release-1.42.35'
  • 2ade73c Merge branch 'release-1.42.35' into develop
  • 3b240b9 Bumping version to 1.42.35
  • Additional commits viewable in compare view

Updates mypy-boto3-dynamodb from 1.42.3 to 1.42.33

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 moto from 5.1.19 to 5.1.20

Changelog

Sourced from moto's changelog.

5.1.20

Docker Digest for 5.1.20: sha256:d2711655244df58411ce0be34236c95736390db17886370d21e12ae2b1e36f79

New Methods:
    * EC2:
        * create_subnet_cidr_reservation()
        * delete_subnet_cidr_reservation()
        * get_instance_uefi_data() (Just a stub, no actual data is returned)
        * get_subnet_cidr_reservations()
* IOT:
    * list_thing_principals_v2()
  • ResourceGroups:

    • cancel_tag_sync_task()
    • get_tag_sync_task()
    • list_tag_sync_tasks()
    • start_tag_sync_task()
  • Route53Resolver:

    • get_resolver_dnssec_config()
    • list_resolver_dnssec_configs()
    • update_resolver_dnssec_config()
  • S3Control:

    • create_multi_region_access_point()
    • delete_multi_region_access_point()
    • delete_storage_lens_configuration()
    • describe_multi_region_access_point_operation()
    • get_multi_region_access_point()
    • get_multi_region_access_point_policy()
    • get_multi_region_access_point_policy_status()
    • list_multi_region_access_points()
    • put_multi_region_access_point_policy()
  • SecurityHub:

    • create_members()
    • get_members()
    • list_members()

Miscellaneous: * ACM: import_certificate() now supports all key types, RSA and EC * APIGateway: update_rest_api() now supports /endpointConfiguration/types * Autoscaling: update_auto_scaling_group() now supports the MixedInstancesPolicy-parameter * Batch: register_job_definition() now supports the eksProperties-parameter * DMS: create_replication_task() now supports the Tags-parameter * Organizations: list_policies() now support pagination * Organizations now supports Resource Control Policy * Redshift: describe_clusters() now supports the TagKeys-parameter

... (truncated)

Commits

Updates coverage from 7.13.1 to 7.13.2

Changelog

Sourced from coverage's changelog.

Version 7.13.2 — 2026-01-25

  • Fix: when Python is installed via symlinks, for example with Homebrew, the standard library files could be incorrectly included in coverage reports. This is now fixed, closing issue 2115_.

  • Fix: if a data file is created with no read permissions, the combine step would fail completely. Now a warning is issued and the file is skipped. Closes issue 2117_.

.. _issue 2115: coveragepy/coveragepy#2115 .. _issue 2117: coveragepy/coveragepy#2117

.. _changes_7-13-1:

Commits
  • 513e971 docs: sample HTML for 7.13.2
  • 27a8230 docs: prep for 7.13.2
  • 27d8daa refactor: plural does more
  • a2f248c fix: stdlib might be through a symlink. #2115
  • bc52a22 debug: re-organize Matchers to show more of what they do
  • f338d81 debug: build is a tuple, don't show it on two lines
  • 92020e4 refactor(test): convert to parametrized
  • 6387d0a test: let (most) tests run with no network
  • 1d31e33 build: workflows sometimes need more than 10 min
  • 6294978 refactor: an error message is now uniform across versions
  • Additional commits viewable in compare view

Updates boto3 from 1.41.5 to 1.42.37

Commits
  • bae9979 Merge branch 'release-1.42.37'
  • 9bd91b3 Bumping version to 1.42.37
  • 3ab3148 Add changelog entries from botocore
  • df5e8ab Merge branch 'release-1.42.36'
  • 85d1605 Merge branch 'release-1.42.36' into develop
  • 7b5b04e Bumping version to 1.42.36
  • 53ef300 Add changelog entries from botocore
  • d8f9058 Merge branch 'release-1.42.35'
  • 2ade73c Merge branch 'release-1.42.35' into develop
  • 3b240b9 Bumping version to 1.42.35
  • Additional commits viewable in compare view

Updates moto from 5.1.19 to 5.1.20

Changelog

Sourced from moto's changelog.

5.1.20

Docker Digest for 5.1.20: sha256:d2711655244df58411ce0be34236c95736390db17886370d21e12ae2b1e36f79

New Methods:
    * EC2:
        * create_subnet_cidr_reservation()
        * delete_subnet_cidr_reservation()
        * get_instance_uefi_data() (Just a stub, no actual data is returned)
        * get_subnet_cidr_reservations()
* IOT:
    * list_thing_principals_v2()
  • ResourceGroups:

    • cancel_tag_sync_task()
    • get_tag_sync_task()
    • list_tag_sync_tasks()
    • start_tag_sync_task()
  • Route53Resolver:

    • get_resolver_dnssec_config()
    • list_resolver_dnssec_configs()
    • update_resolver_dnssec_config()
  • S3Control:

    • create_multi_region_access_point()
    • delete_multi_region_access_point()
    • delete_storage_lens_configuration()
    • describe_multi_region_access_point_operation()
    • get_multi_region_access_point()
    • get_multi_region_access_point_policy()
    • get_multi_region_access_point_policy_status()
    • list_multi_region_access_points()
    • put_multi_region_access_point_policy()
  • SecurityHub:

    • create_members()
    • get_members()
    • list_members()

Miscellaneous: * ACM: import_certificate() now supports all key types, RSA and EC * APIGateway: update_rest_api() now supports /endpointConfiguration/types * Autoscaling: update_auto_scaling_group() now supports the MixedInstancesPolicy-parameter * Batch: register_job_definition() now supports the eksProperties-parameter * DMS: create_replication_task() now supports the Tags-parameter * Organizations: list_policies() now support pagination * Organizations now supports Resource Control Policy * Redshift: describe_clusters() now supports the TagKeys-parameter

... (truncated)

Commits

Updates coverage from 7.13.1 to 7.13.2

Changelog

Sourced from coverage's changelog.

Version 7.13.2 — 2026-01-25

  • Fix: when Python is installed via symlinks, for example with Homebrew, the standard library files could be incorrectly included in coverage reports. This is now fixed, closing issue 2115_.

  • Fix: if a data file is created with no read permissions, the combine step would fail completely. Now a warning is issued and the file is skipped. Closes issue 2117_.

.. _issue 2115: coveragepy/coveragepy#2115 .. _issue 2117: coveragepy/coveragepy#2117

.. _changes_7-13-1:

Commits
  • 513e971 docs: sample HTML for 7.13.2
  • 27a8230 docs: prep for 7.13.2
  • 27d8daa refactor: plural does more
  • a2f248c fix: stdlib might be through a symlink. #2115
  • bc52a22 debug: re-organize Matchers to show more of what they do
  • f338d81 debug: build is a tuple, don't show it on two lines
  • 92020e4 refactor(test): convert to parametrized
  • 6387d0a test: let (most) tests run with no network
  • 1d31e33 build: workflows sometimes need more than 10 min
  • 6294978 refactor: an error message is now uniform across versions
  • Additional commits viewable in compare view

Updates boto3-stubs-lite from 1.41.5 to 1.42.37

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.41.5 to 1.42.37

Commits
  • bae9979 Merge branch 'release-1.42.37'
  • 9bd91b3 Bumping version to 1.42.37
  • 3ab3148 Add changelog entries from botocore
  • df5e8ab Merge branch 'release-1.42.36'
  • 85d1605 Merge branch 'release-1.42.36' into develop
  • 7b5b04e Bumping version to 1.42.36
  • 53ef300 Add changelog entries from botocore
  • d8f9058 Merge branch 'release-1.42.35'
  • 2ade73c Merge branch 'release-1.42.35' into develop
  • 3b240b9 Bumping version to 1.42.35
  • Additional commits viewable in compare view

Updates moto from 5.1.19 to 5.1.20

Changelog

Sourced from moto's changelog.

5.1.20

Docker Digest for 5.1.20: sha256:d2711655244df58411ce0be34236c95736390db17886370d21e12ae2b1e36f79

New Methods:
    * EC2:
        * create_subnet_cidr_reservation()
        * delete_subnet_cidr_reservation()
        * get_instance_uefi_data() (Just a stub, no actual data is returned)
        * get_subnet_cidr_reservations()
* IOT:
    * list_thing_principals_v2()
  • ResourceGroups:

    • cancel_tag_sync_task()
    • get_tag_sync_task()
    • list_tag_sync_tasks()
    • start_tag_sync_task()
  • Route53Resolver:

    • get_resolver_dnssec_config()
    • list_resolver_dnssec_configs()
    • update_resolver_dnssec_config()
  • S3Control:

    • create_multi_region_access_point()
    • delete_multi_region_access_point()
    • delete_storage_lens_configuration()
    • describe_multi_region_access_point_operation()
    • get_multi_region_access_point()
    • get_multi_region_access_point_policy()
    • get_multi_region_access_point_policy_status()
    • list_multi_region_access_points()
    • put_multi_region_access_point_policy()
  • SecurityHub:

    • create_members()
    • get_members()
    • list_members()

Miscellaneous: * ACM: import_certificate() now supports all key types, RSA and EC * APIGateway: update_rest_api() now supports /endpointConfiguration/types * Autoscaling: update_auto_scaling_group() now supports the MixedInstancesPolicy-parameter * Batch: register_job_definition() now supports the eksProperties-parameter * DMS: create_replication_task() now supports the Tags-parameter * Organizations: list_policies() now support pagination * Organizations now supports Resource Control Policy * Redshift: describe_clusters() now supports the TagKeys-parameter

... (truncated)

Commits

Updates coverage from 7.13.1 to 7.13.2

Changelog

Sourced from coverage's changelog.

Version 7.13.2 — 2026-01-25

  • Fix: when Python is installed via symlinks, for example with Homebrew, the standard library files could be incorrectly included in coverage reports. This is now fixed, closing issue 2115_.

  • Fix: if a data file is created with no read permissions, the combine step would fail completely. Now a warning is issued and the file is skipped. Closes issue 2117_.

.. _issue 2115: coveragepy/coveragepy#2115 .. _issue 2117: coveragepy/coveragepy#2117

.. _changes_7-13-1:

Commits
  • 513e971 docs: sample HTML for 7.13.2
  • 27a8230 docs: prep for 7.13.2
  • 27d8daa refactor: plural does more
  • a2f248c fix: stdlib might be through a symlink. #2115
  • bc52a22 debug: re-organize Matchers to show more of what they do
  • f338d81 debug: build is a tuple, don't show it on two lines
  • 92020e4 refactor(test): convert to parametrized
  • 6387d0a test: let (most) tests run with no network
  • 1d31e33 build: workflows sometimes need more than 10 min
  • 6294978 refactor: an error message is now uniform across versions
  • Additional commits viewable in compare view

Updates boto3 from 1.41.5 to 1.42.37

Commits
  • bae9979 Merge branch 'release-1.42.37'
  • 9bd91b3 Bumping version to 1.42.37
  • 3ab3148 Add changelog entries from botocore
  • df5e8ab Merge branch 'release-1.42.36'
  • 85d1605 Merge branch 'release-1.42.36' into develop
  • 7b5b04e Bumping version to 1.42.36
  • 53ef300 Add changelog entries from botocore
  • d8f9058 Merge branch 'release-1.42.35'
  • 2ade73c Merge branch 'release-1.42.35' into develop
  • 3b240b9 Bumping version to 1.42.35
  • Additional commits viewable in compare view

Updates mypy-boto3-dynamodb from 1.42.3 to 1.42.33

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 moto from 5.1.19 to 5.1.20

Changelog

Sourced from moto's changelog.

5.1.20

Docker Digest for 5.1.20: sha256:d2711655244df58411ce0be34236c95736390db17886370d21e12ae2b1e36f79

New Methods:
    * EC2:
        * create_subnet_cidr_reservation()
        * delete_subnet_cidr_reservation()
        * get_instance_uefi_data() (Just a stub, no actual data is returned)
        * get_subnet_cidr_reservations()
* IOT:
    * list_thing_principals_v2()
  • ResourceGroups:

    • cancel_tag_sync_task()
    • get_tag_sync_task()
    • list_tag_sync_tasks()
    • start_tag_sync_task()
  • Route53Resolver:

    • get_resolver_dnssec_config()
    • list_resolver_dnssec_configs()
    • update_resolver_dnssec_config()
  • S3Control:

    • create_multi_region_access_point()
    • delete_multi_region_access_point()
    • delete_storage_lens_configuration()
    • describe_multi_region_access_point_operation()
    • get_multi_region_access_point()
    • get_multi_region_access_point_policy()
    • get_multi_region_access_point_policy_status()
    • list_multi_region_access_points()
    • put_multi_region_access_point_policy()
  • SecurityHub:

    • create_members()
    • get_members()
    • list_members()

Miscellaneous: * ACM: import_certificate() now supports all key types, RSA and EC * APIGateway: update_rest_api() now supports /endpointConfiguration/types * Autoscaling: update_auto_scaling_group() now supports the MixedInstancesPolicy-parameter * Batch: register_job_definition() now supports the eksProperties-parameter * DMS: create_replication_task() now supports the Tags-parameter * Organizations: list_policies() now support pagination * Organizations now supports Resource Control Policy * Redshift: describe_clusters() now supports the TagKeys-parameter

... (truncated)

Commits

Updates coverage from 7.13.1 to 7.13.2

Changelog

Sourced from coverage's changelog.

Version 7.13.2 — 2026-01-25

  • Fix: when Python is installed via symlinks, for example with Homebrew, the standard library files could be incorrectly included in coverage reports. This is now fixed, closing issue 2115_.

  • Fix: if a data file is created with no read permissions, the combine step would fail completely. Now a warning is issued and the file is skipped. Closes issue 2117_.

.. _issue 2115: coveragepy/coveragepy#2115 .. _issue 2117: coveragepy/coveragepy#2117

.. _changes_7-13-1:

Commits
  • 513e971 docs: sample HTML for 7.13.2
  • 27a8230 docs: prep for 7.13.2
  • 27d8daa refactor: plural does more
  • a2f248c fix: stdlib might be through a symlink. #2115
  • bc52a22 debug: re-organize Matchers to show more of what they do
  • f338d81 debug: build is a tuple, don't show it on two lines
  • 92020e4 refactor(test): convert to parametrized
  • 6387d0a test: let (most) tests run with no network
  • 1d31e33 build: workflows sometimes need more than 10 min
  • 6294978 refactor: an error message is now uniform across versions
  • Additional commits viewable in compare view

Updates boto3 from 1.41.5 to 1.42.37

Commits
  • bae9979 Merge branch 'release-1.42.37'
  • 9bd91b3 Bumping version to 1.42.37
  • 3ab3148 Add changelog entries from botocore
  • df5e8ab Merge branch 'release-1.42.36'
  • 85d1605 Merge branch 'release-1.42.36' into develop
  • 7b5b04e Bumping version to 1.42.36
  • 53ef300 Add changelog entries from botocore
  • d8f9058 Merge branch 'release-1.42.35'
  • 2ade73c Merge branch 'release-1.42.35' into develop
  • 3b240b9 Bumping version to 1.42.35
  • Additional commits viewable in compare view

Updates coverage from 7.13.1 to 7.13.2

Changelog

Sourced from coverage's changelog.

Version 7.13.2 — 2026-01-25

  • Fix: when Python is installed via symlinks, for example with Homebrew, the standard library files could be incorrectly included in coverage reports. This is now fixed, closing issue 2115_.

  • Fix: if a data file is created with no read permissions, the combine step would fail completely. Now a warning is issued and the file is skipped. Closes issue 2117_.

.. _issue 2115: coveragepy/coveragepy#2115 .. _issue 2117: coveragepy/coveragepy#2117

.. _changes_7-13-1:

Commits
  • 513e971 docs: sample HTML for 7.13.2
  • 27a8230 docs: prep for 7.13.2
  • 27d8daa refactor: plural does more
  • a2f248c fix: stdlib might be through a symlink. #2115
  • bc52a22 debug: re-organize Matchers to show more of what they do
  • f338d81 debug: build is a tuple, don't show it on two lines
  • 92020e4 refactor(test): convert to parametrized
  • 6387d0a test: let (most) tests run with no network
  • 1d31e33 build: workflows sometimes need more than 10 min
  • 6294978 refactor: an error message is now uniform across versions
  • Additional commits viewable in compare view

Updates boto3-stubs-lite from 1.41.5 to 1.42.37

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.41.5 to 1.42.37

Commits
  • bae9979 Merge branch 'release-1.42.37'
  • 9bd91b3 Bumping version to 1.42.37
  • 3ab3148 Add changelog entries from botocore
  • df5e8ab Merge branch 'release-1.42.36'
  • 85d1605 Merge branch 'release-1.42.36' into develop
  • 7b5b04e Bumping version to 1.42.36
  • 53ef300 Add changelog entries from botocore
  • d8f9058 Merge branch 'release-1.42.35'
  • 2ade73c Merge branch 'release-1.42.35' into develop
  • 3b240b9 Bumping version to 1.42.35
  • Additional commits viewable in compare view

Updates mypy-boto3-dynamodb from 1.42.3 to 1.42.33

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 moto from 5.1.19 to 5.1.20

Changelog

Sourced from moto's changelog.

5.1.20

Docker Digest for 5.1.20: sha256:d2711655244df58411ce0be34236c95736390db17886370d21e12ae2b1e36f79

New Methods:
    * EC2:
        * create_subnet_cidr_reservation()
        * delete_subnet_cidr_reservation()
        * get_instance_uefi_data() (Just a stub, no actual data is returned)
        * get_subnet_cidr_reservations()
* IOT:
    * list_thing_principals_v2()
  • ResourceGroups:

    • cancel_tag_sync_task()
    • get_tag_sync_task()
    • list_tag_sync_tasks()
    • start_tag_sync_task()
  • Route53Resolver:

    • get_resolver_dnssec_config()
    • list_resolver_dnssec_configs()
    • update_resolver_dnssec_config()
  • S3Control:

    • create_multi_region_access_point()
    • delete_multi_region_access_point()
    • delete_storage_lens_configuration()
    • describe_multi_region_access_point_operation()
    • get_multi_region_access_point()
    • get_multi_region_access_point_policy()
    • get_multi_region_access_point_policy_status()
    • list_multi_region_access_points()
    • put_multi_region_access_point_policy()
  • SecurityHub:

    • create_members()
    • get_members()
    • list_members()

Miscellaneous: * ACM: import_certificate() now supports all key types, RSA and EC * APIGateway: update_rest_api() now supports /endpointConfiguration/types * Autoscaling: update_auto_scaling_group() now supports the MixedInstancesPolicy-parameter * Batch: register_job_definition() now supports the eksProperties-parameter * DMS: create_replication_task() now supports the Tags-parameter * Organizations: list_policies() now support pagination * Organizations now supports Resource Control Policy * Redshift: describe_clusters() now supports the TagKeys-parameter

... (truncated)

Commits

Updates coverage from 7.13.1 to 7.13.2

Changelog

Sourced from coverage's changelog.

Version 7.13.2 — 2026-01-25

  • Fix: when Python is installed via symlinks, for example with Homebrew, the standard library files could be incorrectly included in coverage reports. This is now fixed, closing issue 2115_.

  • Fix: if a data file is created with no read permissions, the combine step would fail completely. Now a warning is issued and the file is skipped. Closes issue 2117_.

.. _issue 2115: coveragepy/coveragepy#2115 .. _issue 2117: coveragepy/coveragepy#2117

.. _changes_7-13-1:

Commits
  • 513e971 docs: sample HTML for 7.13.2
  • 27a8230 docs: prep for 7.13.2
  • 27d8daa refactor: plural does more
  • a2f248c fix: stdlib might be through a symlink. #2115
  • bc52a22 debug: re-organize Matchers to show more of what they do
  • f338d81 debug: build is a tuple, don't show it on two lines
  • 92020e4 refactor(test): convert to parametrized
  • 6387d0a test: let (most) tests run with no network
  • 1d31e33 build: workflows sometimes need more than 10 min
  • 6294978 refactor: an error message is now uniform across versions
  • Additional commits viewable in compare view

Updates boto3 from 1.41.5 to 1.42.37

Commits
  • bae9979 Merge branch 'release-1.42.37'
  • 9bd91b3 Bumping version to 1.42.37
  • 3ab3148 Add changelog entries from botocore
  • df5e8ab Merge branch 'release-1.42.36'
  • 85d1605 Merge branch 'release-1.42.36' into develop
  • 7b5b04e Bumping version to 1.42.36

Bumps the pip-minor-patch group with 4 updates in the /lambdas/ack_backend directory: [boto3](https://github.com/boto/boto3), [mypy-boto3-dynamodb](https://github.com/youtype/mypy_boto3_builder), [moto](https://github.com/getmoto/moto) and [coverage](https://github.com/coveragepy/coveragepy).
Bumps the pip-minor-patch group with 4 updates in the /lambdas/backend directory: [boto3](https://github.com/boto/boto3), [moto](https://github.com/getmoto/moto), [coverage](https://github.com/coveragepy/coveragepy) and [boto3-stubs-lite](https://github.com/youtype/mypy_boto3_builder).
Bumps the pip-minor-patch group with 3 updates in the /lambdas/batch_processor_filter directory: [boto3](https://github.com/boto/boto3), [moto](https://github.com/getmoto/moto) and [coverage](https://github.com/coveragepy/coveragepy).
Bumps the pip-minor-patch group with 4 updates in the /lambdas/delta_backend directory: [boto3](https://github.com/boto/boto3), [mypy-boto3-dynamodb](https://github.com/youtype/mypy_boto3_builder), [moto](https://github.com/getmoto/moto) and [coverage](https://github.com/coveragepy/coveragepy).
Bumps the pip-minor-patch group with 3 updates in the /lambdas/filenameprocessor directory: [boto3](https://github.com/boto/boto3), [coverage](https://github.com/coveragepy/coveragepy) and [boto3-stubs-lite](https://github.com/youtype/mypy_boto3_builder).
Bumps the pip-minor-patch group with 4 updates in the /lambdas/id_sync directory: [boto3](https://github.com/boto/boto3), [mypy-boto3-dynamodb](https://github.com/youtype/mypy_boto3_builder), [moto](https://github.com/getmoto/moto) and [coverage](https://github.com/coveragepy/coveragepy).
Bumps the pip-minor-patch group with 4 updates in the /lambdas/mesh_processor directory: [boto3](https://github.com/boto/boto3), [mypy-boto3-dynamodb](https://github.com/youtype/mypy_boto3_builder), [moto](https://github.com/getmoto/moto) and [coverage](https://github.com/coveragepy/coveragepy).
Bumps the pip-minor-patch group with 3 updates in the /lambdas/mns_subscription directory: [boto3](https://github.com/boto/boto3), [moto](https://github.com/getmoto/moto) and [coverage](https://github.com/coveragepy/coveragepy).
Bumps the pip-minor-patch group with 4 updates in the /lambdas/recordforwarder directory: [boto3](https://github.com/boto/boto3), [moto](https://github.com/getmoto/moto), [coverage](https://github.com/coveragepy/coveragepy) and [boto3-stubs-lite](https://github.com/youtype/mypy_boto3_builder).
Bumps the pip-minor-patch group with 3 updates in the /lambdas/recordprocessor directory: [boto3](https://github.com/boto/boto3), [coverage](https://github.com/coveragepy/coveragepy) and [boto3-stubs-lite](https://github.com/youtype/mypy_boto3_builder).
Bumps the pip-minor-patch group with 4 updates in the /lambdas/redis_sync directory: [boto3](https://github.com/boto/boto3), [mypy-boto3-dynamodb](https://github.com/youtype/mypy_boto3_builder), [moto](https://github.com/getmoto/moto) and [coverage](https://github.com/coveragepy/coveragepy).
Bumps the pip-minor-patch group with 4 updates in the /lambdas/shared directory: [boto3](https://github.com/boto/boto3), [mypy-boto3-dynamodb](https://github.com/youtype/mypy_boto3_builder), [moto](https://github.com/getmoto/moto) and [coverage](https://github.com/coveragepy/coveragepy).
Bumps the pip-minor-patch group with 4 updates in the /tests/e2e_automation directory: [aws-sso-lite](https://github.com/kejun91/aws-sso-lite), [pytest-check](https://github.com/okken/pytest-check), [python-dotenv](https://github.com/theskumar/python-dotenv) and [typing-extensions](https://github.com/python/typing_extensions).


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

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

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

Updates `coverage` from 7.13.1 to 7.13.2
- [Release notes](https://github.com/coveragepy/coveragepy/releases)
- [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst)
- [Commits](coveragepy/coveragepy@7.13.1...7.13.2)

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

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

Updates `coverage` from 7.13.1 to 7.13.2
- [Release notes](https://github.com/coveragepy/coveragepy/releases)
- [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst)
- [Commits](coveragepy/coveragepy@7.13.1...7.13.2)

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

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

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

Updates `coverage` from 7.13.1 to 7.13.2
- [Release notes](https://github.com/coveragepy/coveragepy/releases)
- [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst)
- [Commits](coveragepy/coveragepy@7.13.1...7.13.2)

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

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

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

Updates `coverage` from 7.13.1 to 7.13.2
- [Release notes](https://github.com/coveragepy/coveragepy/releases)
- [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst)
- [Commits](coveragepy/coveragepy@7.13.1...7.13.2)

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

Updates `coverage` from 7.13.1 to 7.13.2
- [Release notes](https://github.com/coveragepy/coveragepy/releases)
- [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst)
- [Commits](coveragepy/coveragepy@7.13.1...7.13.2)

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

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

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

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

Updates `coverage` from 7.13.1 to 7.13.2
- [Release notes](https://github.com/coveragepy/coveragepy/releases)
- [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst)
- [Commits](coveragepy/coveragepy@7.13.1...7.13.2)

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

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

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

Updates `coverage` from 7.13.1 to 7.13.2
- [Release notes](https://github.com/coveragepy/coveragepy/releases)
- [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst)
- [Commits](coveragepy/coveragepy@7.13.1...7.13.2)

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

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

Updates `coverage` from 7.13.1 to 7.13.2
- [Release notes](https://github.com/coveragepy/coveragepy/releases)
- [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst)
- [Commits](coveragepy/coveragepy@7.13.1...7.13.2)

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

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

Updates `coverage` from 7.13.1 to 7.13.2
- [Release notes](https://github.com/coveragepy/coveragepy/releases)
- [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst)
- [Commits](coveragepy/coveragepy@7.13.1...7.13.2)

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

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

Updates `coverage` from 7.13.1 to 7.13.2
- [Release notes](https://github.com/coveragepy/coveragepy/releases)
- [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst)
- [Commits](coveragepy/coveragepy@7.13.1...7.13.2)

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

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

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

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

Updates `coverage` from 7.13.1 to 7.13.2
- [Release notes](https://github.com/coveragepy/coveragepy/releases)
- [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst)
- [Commits](coveragepy/coveragepy@7.13.1...7.13.2)

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

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

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

Updates `coverage` from 7.13.1 to 7.13.2
- [Release notes](https://github.com/coveragepy/coveragepy/releases)
- [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst)
- [Commits](coveragepy/coveragepy@7.13.1...7.13.2)

Updates `aws-sso-lite` from 0.0.4 to 0.0.9
- [Release notes](https://github.com/kejun91/aws-sso-lite/releases)
- [Commits](kejun91/aws-sso-lite@v0.0.4...v0.0.9)

Updates `pytest-check` from 2.5.4 to 2.6.2
- [Release notes](https://github.com/okken/pytest-check/releases)
- [Changelog](https://github.com/okken/pytest-check/blob/main/changelog.md)
- [Commits](okken/pytest-check@2.5.4...2.6.2)

Updates `python-dotenv` from 1.1.1 to 1.2.1
- [Release notes](https://github.com/theskumar/python-dotenv/releases)
- [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md)
- [Commits](theskumar/python-dotenv@v1.1.1...v1.2.1)

Updates `typing-extensions` from 4.14.1 to 4.15.0
- [Release notes](https://github.com/python/typing_extensions/releases)
- [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md)
- [Commits](python/typing_extensions@4.14.1...4.15.0)

---
updated-dependencies:
- dependency-name: boto3
  dependency-version: 1.42.37
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-minor-patch
- dependency-name: mypy-boto3-dynamodb
  dependency-version: 1.42.33
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: moto
  dependency-version: 5.1.20
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: coverage
  dependency-version: 7.13.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: boto3
  dependency-version: 1.42.37
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-minor-patch
- dependency-name: moto
  dependency-version: 5.1.20
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: coverage
  dependency-version: 7.13.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: boto3-stubs-lite
  dependency-version: 1.42.37
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-minor-patch
- dependency-name: boto3
  dependency-version: 1.42.37
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-minor-patch
- dependency-name: moto
  dependency-version: 5.1.20
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: coverage
  dependency-version: 7.13.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: boto3
  dependency-version: 1.42.37
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-minor-patch
- dependency-name: mypy-boto3-dynamodb
  dependency-version: 1.42.33
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: moto
  dependency-version: 5.1.20
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: coverage
  dependency-version: 7.13.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: boto3
  dependency-version: 1.42.37
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-minor-patch
- dependency-name: coverage
  dependency-version: 7.13.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: boto3-stubs-lite
  dependency-version: 1.42.37
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-minor-patch
- dependency-name: boto3
  dependency-version: 1.42.37
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-minor-patch
- dependency-name: mypy-boto3-dynamodb
  dependency-version: 1.42.33
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: moto
  dependency-version: 5.1.20
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: coverage
  dependency-version: 7.13.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: boto3
  dependency-version: 1.42.37
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-minor-patch
- dependency-name: mypy-boto3-dynamodb
  dependency-version: 1.42.33
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: moto
  dependency-version: 5.1.20
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: coverage
  dependency-version: 7.13.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: boto3
  dependency-version: 1.42.37
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-minor-patch
- dependency-name: moto
  dependency-version: 5.1.20
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: coverage
  dependency-version: 7.13.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: boto3
  dependency-version: 1.42.37
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-minor-patch
- dependency-name: moto
  dependency-version: 5.1.20
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: coverage
  dependency-version: 7.13.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: boto3-stubs-lite
  dependency-version: 1.42.37
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-minor-patch
- dependency-name: boto3
  dependency-version: 1.42.37
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-minor-patch
- dependency-name: coverage
  dependency-version: 7.13.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: boto3-stubs-lite
  dependency-version: 1.42.37
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-minor-patch
- dependency-name: boto3
  dependency-version: 1.42.37
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-minor-patch
- dependency-name: mypy-boto3-dynamodb
  dependency-version: 1.42.33
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: moto
  dependency-version: 5.1.20
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: coverage
  dependency-version: 7.13.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: boto3
  dependency-version: 1.42.37
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-minor-patch
- dependency-name: mypy-boto3-dynamodb
  dependency-version: 1.42.33
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: moto
  dependency-version: 5.1.20
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: coverage
  dependency-version: 7.13.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: aws-sso-lite
  dependency-version: 0.0.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: pytest-check
  dependency-version: 2.6.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-minor-patch
- dependency-name: python-dotenv
  dependency-version: 1.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-minor-patch
- dependency-name: typing-extensions
  dependency-version: 4.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-minor-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 Jan 29, 2026
@sonarqubecloud
Copy link

@sonarqubecloud
Copy link

@Akol125 Akol125 had a problem deploying to internal-dev-sandbox January 29, 2026 22:57 — with GitHub Actions Failure
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 30, 2026

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.

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