Skip to content

Bump the pip-minor-patch group across 12 directories with 10 updates#718

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/ack_backend/pip-minor-patch-898fdcd29f
Closed

Bump the pip-minor-patch group across 12 directories with 10 updates#718
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/ack_backend/pip-minor-patch-898fdcd29f

Conversation

@dependabot
Copy link
Contributor

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

Bumps the pip-minor-patch group with 5 updates in the /ack_backend directory:

Package From To
coverage 7.9.2 7.10.2
boto3 1.38.46 1.40.3
mypy-boto3-dynamodb 1.39.0 1.40.0
freezegun 1.5.3 1.5.4
cryptography 45.0.5 45.0.6

Bumps the pip-minor-patch group with 5 updates in the /backend directory:

Package From To
coverage 7.9.2 7.10.2
boto3 1.38.46 1.40.3
freezegun 1.5.3 1.5.4
moto 5.1.8 5.1.9
boto3-stubs-lite 1.38.46 1.40.3

Bumps the pip-minor-patch group with 5 updates in the /delta_backend directory:

Package From To
coverage 7.9.2 7.10.2
boto3 1.38.46 1.40.3
mypy-boto3-dynamodb 1.39.0 1.40.0
moto 5.1.8 5.1.9
cryptography 45.0.5 45.0.6

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 2 updates in the /e2e_batch directory: boto3 and numpy.
Bumps the pip-minor-patch group with 5 updates in the /filenameprocessor directory:

Package From To
coverage 7.9.2 7.10.2
boto3 1.38.46 1.40.3
freezegun 1.5.3 1.5.4
boto3-stubs-lite 1.38.46 1.40.3
fakeredis 2.30.1 2.30.3

Bumps the pip-minor-patch group with 4 updates in the /lambdas/id_sync directory: coverage, boto3, mypy-boto3-dynamodb and cryptography.
Bumps the pip-minor-patch group with 5 updates in the /lambdas/shared directory:

Package From To
coverage 7.9.2 7.10.2
boto3 1.38.46 1.40.3
mypy-boto3-dynamodb 1.39.0 1.40.0
moto 5.1.8 5.1.9
cryptography 45.0.5 45.0.6

Bumps the pip-minor-patch group with 5 updates in the /mesh_processor directory:

Package From To
coverage 7.9.2 7.10.2
boto3 1.38.46 1.40.3
mypy-boto3-dynamodb 1.39.0 1.40.0
moto 5.1.8 5.1.9
cryptography 45.0.5 45.0.6

Bumps the pip-minor-patch group with 4 updates in the /mns_subscription directory: coverage, boto3, moto and cryptography.
Bumps the pip-minor-patch group with 6 updates in the /recordprocessor directory:

Package From To
coverage 7.9.2 7.10.2
boto3 1.38.46 1.40.3
freezegun 1.5.3 1.5.4
boto3-stubs-lite 1.38.46 1.40.3
redis 6.2.0 6.3.0
numpy 2.2.6 2.3.2

Bumps the pip-minor-patch group with 2 updates in the /redis_sync directory: boto3 and cryptography.

Updates coverage from 7.9.2 to 7.10.2

Changelog

Sourced from coverage's changelog.

Version 7.10.2 — 2025-08-03

  • Fix: some code with NOP bytecodes could report missing branches that are actually executed. This is now fixed, closing issue 1999_. Python 3.9 still shows the problem.

.. _issue 1999: nedbat/coveragepy#1999

.. _changes_7-10-1:

Version 7.10.1 — 2025-07-27

  • Fix: the exclusion for if TYPE_CHECKING: was wrong: it marked the branch as partial, but it should have been a line exclusion so the entire clause would be excluded. Improves issue 831_.

  • Fix: changed where .pth files are written for patch = subprocess, closing issue 2006_.

.. _issue 2006: nedbat/coveragepy#2006

.. _changes_7-10-0:

Version 7.10.0 — 2025-07-24

  • A new configuration option: ":ref:config_run_patch" specifies named patches to work around some limitations in coverage measurement. These patches are available:

    • patch = _exit lets coverage save its data even when :func:os._exit() <python:os._exit> is used to abruptly end the process. This closes long-standing issue 310_ as well as its duplicates: issue 312, issue 1673, issue 1845, and issue 1941.

    • patch = subprocess measures coverage in Python subprocesses created with :mod:subprocess, :func:os.system, or one of the :func:execv <python:os.execl> or :func:spawnv <python:os.spawnl> family of functions. Closes old issue 367_ and duplicate issue 378_.

    • patch = execv adjusts the :func:execv <python:os.execl> family of functions to save coverage data before ending the current program and starting the next. Not available on Windows. Closes issue 43_ after 15 years!

  • The HTML report now dimly colors subsequent lines in multi-line statements.

... (truncated)

Commits
  • a867852 docs: sample HTML for 7.10.2
  • e7bfabe docs: prep for 7.10.2
  • 5dbd736 test: this test often borks metacov, retry it
  • b7430fa debug: more convenient run_trace.py
  • e2039d0 refactor: less redundancy in branch_trails
  • c177731 fix: see through nop bytecodes to get the right arcs. #1999
  • 7a83ab0 test: don't try to make pth files when invoked from pth #2011
  • 6d8b091 refactor: remove a commented-out line
  • fc507ad test: add a case for an extension-less Python file parse error
  • 05a6e8d test: no need for skip, we already skip windows
  • Additional commits viewable in compare view

Updates boto3 from 1.38.46 to 1.40.3

Commits
  • 3868a64 Merge branch 'release-1.40.3'
  • f5713f3 Bumping version to 1.40.3
  • 11c2fa3 Add changelog entries from botocore
  • ad48a21 Merge branch 'release-1.40.2'
  • ab9e032 Merge branch 'release-1.40.2' into develop
  • 0a92fe4 Bumping version to 1.40.2
  • b1d3cd4 Add changelog entries from botocore
  • 72d9a28 Merge branch 'release-1.40.1'
  • 1c32a22 Merge branch 'release-1.40.1' into develop
  • a3ffa61 Bumping version to 1.40.1
  • Additional commits viewable in compare view

Updates mypy-boto3-dynamodb from 1.39.0 to 1.40.0

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 freezegun from 1.5.3 to 1.5.4

Changelog

Sourced from freezegun's changelog.

1.5.4

  • Fix: Ability to yield fixtures (broken in 1.5.3)
Commits

Updates cryptography from 45.0.5 to 45.0.6

Changelog

Sourced from cryptography's changelog.

45.0.6 - 2025-08-05


* Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.5.2.

.. _v45-0-5:

Commits

Updates coverage from 7.9.2 to 7.10.2

Changelog

Sourced from coverage's changelog.

Version 7.10.2 — 2025-08-03

  • Fix: some code with NOP bytecodes could report missing branches that are actually executed. This is now fixed, closing issue 1999_. Python 3.9 still shows the problem.

.. _issue 1999: nedbat/coveragepy#1999

.. _changes_7-10-1:

Version 7.10.1 — 2025-07-27

  • Fix: the exclusion for if TYPE_CHECKING: was wrong: it marked the branch as partial, but it should have been a line exclusion so the entire clause would be excluded. Improves issue 831_.

  • Fix: changed where .pth files are written for patch = subprocess, closing issue 2006_.

.. _issue 2006: nedbat/coveragepy#2006

.. _changes_7-10-0:

Version 7.10.0 — 2025-07-24

  • A new configuration option: ":ref:config_run_patch" specifies named patches to work around some limitations in coverage measurement. These patches are available:

    • patch = _exit lets coverage save its data even when :func:os._exit() <python:os._exit> is used to abruptly end the process. This closes long-standing issue 310_ as well as its duplicates: issue 312, issue 1673, issue 1845, and issue 1941.

    • patch = subprocess measures coverage in Python subprocesses created with :mod:subprocess, :func:os.system, or one of the :func:execv <python:os.execl> or :func:spawnv <python:os.spawnl> family of functions. Closes old issue 367_ and duplicate issue 378_.

    • patch = execv adjusts the :func:execv <python:os.execl> family of functions to save coverage data before ending the current program and starting the next. Not available on Windows. Closes issue 43_ after 15 years!

  • The HTML report now dimly colors subsequent lines in multi-line statements.

... (truncated)

Commits
  • a867852 docs: sample HTML for 7.10.2
  • e7bfabe docs: prep for 7.10.2
  • 5dbd736 test: this test often borks metacov, retry it
  • b7430fa debug: more convenient run_trace.py
  • e2039d0 refactor: less redundancy in branch_trails
  • c177731 fix: see through nop bytecodes to get the right arcs. #1999
  • 7a83ab0 test: don't try to make pth files when invoked from pth #2011
  • 6d8b091 refactor: remove a commented-out line
  • fc507ad test: add a case for an extension-less Python file parse error
  • 05a6e8d test: no need for skip, we already skip windows
  • Additional commits viewable in compare view

Updates boto3 from 1.38.46 to 1.40.3

Commits
  • 3868a64 Merge branch 'release-1.40.3'
  • f5713f3 Bumping version to 1.40.3
  • 11c2fa3 Add changelog entries from botocore
  • ad48a21 Merge branch 'release-1.40.2'
  • ab9e032 Merge branch 'release-1.40.2' into develop
  • 0a92fe4 Bumping version to 1.40.2
  • b1d3cd4 Add changelog entries from botocore
  • 72d9a28 Merge branch 'release-1.40.1'
  • 1c32a22 Merge branch 'release-1.40.1' into develop
  • a3ffa61 Bumping version to 1.40.1
  • Additional commits viewable in compare view

Updates freezegun from 1.5.3 to 1.5.4

Changelog

Sourced from freezegun's changelog.

1.5.4

  • Fix: Ability to yield fixtures (broken in 1.5.3)
Commits

Updates moto from 5.1.8 to 5.1.9

Changelog

Sourced from moto's changelog.

5.1.9

Docker Digest for 5.1.9: sha256:1fae2f297efbd05522835fec12c20ae88cb4734e1c4c2b9297ddc3063858dcc4

General:
    * Docker Image is now based on Python 3.13.
      Various improvements have been made to reduce the total image size from 792MB to 523MB.
    * A large number of services have been refactored to streamline the generation of API responses, and to ensure that the format is equivalent to AWS'.
      This should not have any impact - but please let us know if you run into problems.

Miscellaneous: * CloudFormation: ChangeSets now no longer throw an error if the change set is created without the UsePreviousTemplate argument * CloudFormation: ChangeSets now also look at default parameters, instead of always expecting a parameter to be provided * EC2: describe_images() now supports the 'source-instance-id'-filter * Logs: describe_destinations() no longer treats the DestinationNamePrefix-parameter as mandatory * ResourceGroupsTaggingAPI: get_resources() now supports ECS: TaskDefinition resources * S3: Object notifications (to Lambda/SNS/SQS/etc) now send an URL-encoded key name

New Methods: * Athena: * create_capacity_reservation() * get_capacity_reservation()

* ElastiCache:
    * create_replication_group()
    * describe_replication_groups()
  • EMR:

    • list_release_labels()
    • list_supported_instance_types()
  • RDS:

    • create_db_shard_group
    • describe_db_cluster_parameters()
    • describe_db_shard_groups()
    • modify_db_cluster_parameter_group()

Commits

Updates boto3-stubs-lite from 1.38.46 to 1.40.3

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 coverage from 7.9.2 to 7.10.2

Changelog

Sourced from coverage's changelog.

Version 7.10.2 — 2025-08-03

  • Fix: some code with NOP bytecodes could report missing branches that are actually executed. This is now fixed, closing issue 1999_. Python 3.9 still shows the problem.

.. _issue 1999: nedbat/coveragepy#1999

.. _changes_7-10-1:

Version 7.10.1 — 2025-07-27

  • Fix: the exclusion for if TYPE_CHECKING: was wrong: it marked the branch as partial, but it should have been a line exclusion so the entire clause would be excluded. Improves issue 831_.

  • Fix: changed where .pth files are written for patch = subprocess, closing issue 2006_.

.. _issue 2006: nedbat/coveragepy#2006

.. _changes_7-10-0:

Version 7.10.0 — 2025-07-24

  • A new configuration option: ":ref:config_run_patch" specifies named patches to work around some limitations in coverage measurement. These patches are available:

    • patch = _exit lets coverage save its data even when :func:os._exit() <python:os._exit> is used to abruptly end the process. This closes long-standing issue 310_ as well as its duplicates: issue 312, issue 1673, issue 1845, and issue 1941.

    • patch = subprocess measures coverage in Python subprocesses created with :mod:subprocess, :func:os.system, or one of the :func:execv <python:os.execl> or :func:spawnv <python:os.spawnl> family of functions. Closes old issue 367_ and duplicate issue 378_.

    • patch = execv adjusts the :func:execv <python:os.execl> family of functions to save coverage data before ending the current program and starting the next. Not available on Windows. Closes issue 43_ after 15 years!

  • The HTML report now dimly colors subsequent lines in multi-line statements.

... (truncated)

Commits
  • a867852 docs: sample HTML for 7.10.2
  • e7bfabe docs: prep for 7.10.2
  • 5dbd736 test: this test often borks metacov, retry it
  • b7430fa debug: more convenient run_trace.py
  • e2039d0 refactor: less redundancy in branch_trails
  • c177731 fix: see through nop bytecodes to get the right arcs. #1999
  • 7a83ab0 test: don't try to make pth files when invoked from pth #2011
  • 6d8b091 refactor: remove a commented-out line
  • fc507ad test: add a case for an extension-less Python file parse error
  • 05a6e8d test: no need for skip, we already skip windows
  • Additional commits viewable in compare view

Updates boto3 from 1.38.46 to 1.40.3

Commits
  • 3868a64 Merge branch 'release-1.40.3'
  • f5713f3 Bumping version to 1.40.3
  • 11c2fa3 Add changelog entries from botocore
  • ad48a21 Merge branch 'release-1.40.2'
  • ab9e032 Merge branch 'release-1.40.2' into develop
  • 0a92fe4 Bumping version to 1.40.2
  • b1d3cd4 Add changelog entries from botocore
  • 72d9a28 Merge branch 'release-1.40.1'
  • 1c32a22 Merge branch 'release-1.40.1' into develop
  • a3ffa61 Bumping version to 1.40.1
  • Additional commits viewable in compare view

Updates mypy-boto3-dynamodb from 1.39.0 to 1.40.0

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.8 to 5.1.9

Changelog

Sourced from moto's changelog.

5.1.9

Docker Digest for 5.1.9: sha256:1fae2f297efbd05522835fec12c20ae88cb4734e1c4c2b9297ddc3063858dcc4

General:
    * Docker Image is now based on Python 3.13.
      Various improvements have been made to reduce the total image size from 792MB to 523MB.
    * A large number of services have been refactored to streamline the generation of API responses, and to ensure that the format is equivalent to AWS'.
      This should not have any impact - but please let us know if you run into problems.

Miscellaneous: * CloudFormation: ChangeSets now no longer throw an error if the change set is created without the UsePreviousTemplate argument * CloudFormation: ChangeSets now also look at default parameters, instead of always expecting a parameter to be provided * EC2: describe_images() now supports the 'source-instance-id'-filter * Logs: describe_destinations() no longer treats the DestinationNamePrefix-parameter as mandatory * ResourceGroupsTaggingAPI: get_resources() now supports ECS: TaskDefinition resources * S3: Object notifications (to Lambda/SNS/SQS/etc) now send an URL-encoded key name

New Methods: * Athena: * create_capacity_reservation() * get_capacity_reservation()

* ElastiCache:
    * create_replication_group()
    * describe_replication_groups()
  • EMR:

    • list_release_labels()
    • list_supported_instance_types()
  • RDS:

    • create_db_shard_group
    • describe_db_cluster_parameters()
    • describe_db_shard_groups()
    • modify_db_cluster_parameter_group()

Commits

Updates cryptography from 45.0.5 to 45.0.6

Changelog

Sourced from cryptography's changelog.

45.0.6 - 2025-08-05


* Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.5.2.

.. _v45-0-5:

Commits

Updates boto3 from 1.39.9 to 1.40.3

Commits
  • 3868a64 Merge branch 'release-1.40.3'
  • f5713f3 Bumping version to 1.40.3
  • 11c2fa3 Add changelog entries from botocore
  • ad48a21 Merge branch 'release-1.40.2'
  • ab9e032 Merge branch 'release-1.40.2' into develop
  • 0a92fe4 Bumping version to 1.40.2
  • b1d3cd4 Add changelog entries from botocore
  • 72d9a28 Merge branch 'release-1.40.1'
  • 1c32a22 Merge branch 'release-1.40.1' into develop
  • a3ffa61 Bumping version to 1.40.1
  • Additional commits viewable in compare view

Updates mypy-boto3-dynamodb from 1.39.0 to 1.40.0

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.38.46 to 1.40.3

Commits
  • 3868a64 Merge branch 'release-1.40.3'
  • f5713f3 Bumping version to 1.40.3
  • 11c2fa3 Add changelog entries from botocore
  • ad48a21 Merge branch 'release-1.40.2'
  • ab9e032 Merge branch 'release-1.40.2' into develop
  • 0a92fe4 Bumping version to 1.40.2
  • b1d3cd4 Add changelog entries from botocore
  • 72d9a28 Merge branch 'release-1.40.1'
  • 1c32a22 Merge branch 'release-1.40.1' into develop
  • a3ffa61 Bumping version to 1.40.1
  • Additional commits viewable in compare view

Updates numpy from 2.3.1 to 2.3.2

Release notes

Sourced from numpy's releases.

v2.3.2 (Jul 24, 2025)

NumPy 2.3.2 Release Notes

The NumPy 2.3.2 release is a patch release with a number of bug fixes and maintenance updates. The highlights are:

  • Wheels for Python 3.14.0rc1
  • PyPy updated to the latest stable release
  • OpenBLAS updated to 0.3.30

This release supports Python versions 3.11-3.14

Contributors

A total of 9 people contributed to this release. People with a "+" by their names contributed a patch for the first time.

  • !DWesl
  • Charles Harris
  • Joren Hammudoglu
  • Maanas Arora
  • Marco Edward Gorelli
  • Matti Picus
  • Nathan Goldbaum
  • Sebastian Berg
  • kostayScr +

Pull requests merged

A total of 16 pull requests were merged for this release.

  • #29256: MAINT: Prepare 2.3.x for further development
  • #29283: TYP: Work around a mypy issue with bool arrays (#29248)
  • #29284: BUG: fix fencepost error in StringDType internals
  • #29287: BUG: handle case in mapiter where descriptors might get replaced...
  • #29350: BUG: Fix shape error path in array-interface
  • #29412: BUG: Allow reading non-npy files in npz and add test
  • #29413: TST: Avoid uninitialized values in test (#29341)
  • #29414: BUG: Fix reference leakage for output arrays in reduction functions
  • #29415: BUG: fix casting issue in center, ljust, rjust, and zfill (#29369)
  • #29416: TYP: Fix overloads in np.char.array and np.char.asarray...
  • #29417: BUG: Any dtype should call square on arr \*\* 2 (#29392)
  • #29424: MAINT: use a stable pypy release in CI
  • #29425: MAINT: Support python 314rc1
  • #29429: MAINT: Update highway to match main.
  • #29430: BLD: use github to build macos-arm64 wheels with OpenBLAS and...
  • #29437: BUG: fix datetime/timedelta hash memory leak (#29411)

Checksums

... (truncated)

Commits
  • bc5e4f8 Merge pull request #29438 from charris/prepare-2.3.2
  • 4bc5960 REL: Prepare for the NumPy 2.3.2 release [wheel build]
  • 2679276 Merge pull request #29437 from charris/backport-29411
  • b0fa284 BUG: fix datetime/timedelta hash memory leak (#29411)
  • 6700579 Merge pull request #29425 from charris/support-python-314rc1
  • 40aa44d BUILD: Add Python 3.14 to wheel builds [wheel build]
  • 968fa73 Merge pull request #29430 from charris/backport-29069
  • 6ad9db9 Merge pull request #29429 from charris/update-highway
  • 3584ddd MAINT: Update highway to match main.
  • f78821f BLD: use github to build macos-arm64 wheels with OpenBLAS [wheel build]
  • Additional commits viewable in compare view

Updates coverage from 7.9.2 to 7.10.2

Changelog

Sourced from coverage's changelog.

Version 7.10.2 — 2025-08-03

  • Fix: some code with NOP bytecodes could report missing branches that are actually executed. This is now fixed, closing issue 1999_. Python 3.9 still shows the problem.

.. _issue 1999: nedbat/coveragepy#1999

.. _changes_7-10-1:

Version 7.10.1 — 2025-07-27

  • Fix: the exclusion for if TYPE_CHECKING: was wrong: it marked the branch as partial, but it should have been a line exclusion so the entire clause would be excluded. Improves issue 831_.

  • Fix: changed where .pth files are written for patch = subprocess, closing issue 2006_.

.. _issue 2006: nedbat/coveragepy#2006

.. _changes_7-10-0:

Version 7.10.0 — 2025-07-24

  • A new configuration option: ":ref:config_run_patch" specifies named patches to work around some limitations in coverage measurement. These patches are available:

    • patch = _exit lets coverage save its data even when :func:os._exit() <python:os._exit> is used to abruptly end the process. This closes long-standing issue 310_ as well as its duplicates: issue 312, issue 1673, issue 1845, and issue 1941.

    • patch = subprocess measures coverage in Python subprocesses created with :mod:subprocess, :func:os.system, or one of the :func:execv <python:os.execl> or :func:spawnv <python:os.spawnl> family of functions. Closes old issue 367_ and duplicate issue 378_.

    • patch = execv adjusts the :func:execv <python:os.execl> family of functions to save coverage data before ending the current program and starting the next. Not available on Windows. Closes issue 43_ after 15 years!

  • The HTML report now dimly colors subsequent lines in multi-line statements.

... (truncated)

Commits
  • a867852 docs: sample HTML for 7.10.2
  • e7bfabe docs: prep for 7.10.2
  • 5dbd736 test: this test often borks metacov, retry it
  • b7430fa debug: more convenient run_trace.py
  • e2039d0 refactor: less redundancy in branch_trails
  • c177731 fix: see through nop bytecodes to get the right arcs. #1999
  • 7a83ab0 test: don't try to make pth files when invoked from pth #2011
  • 6d8b091 refactor: remove a commented-out line
  • fc507ad test: add a case for an extension-less Python file parse error
  • 05a6e8d test: no need for skip, we already skip windows
  • Additional commits viewable in compare view

Updates boto3 from 1.38.46 to 1.40.3

Commits
  • 3868a64 Merge branch 'release-1.40.3'
  • f5713f3 Bumping version to 1.40.3
  • 11c2fa3 Add changelog entries from botocore
  • ad48a21 Merge branch 'release-1.40.2'
  • ab9e032 Merge branch 'release-1.40.2' into develop
  • 0a92fe4 Bumping version to 1.40.2
  • b1d3cd4 Add changelog entries from botocore
  • 72d9a28 Merge branch 'release-1.40.1'
  • 1c32a22 Merge branch 'release-1.40.1' into develop
  • a3ffa61 Bumping version to 1.40.1
  • Additional commits viewable in compare view

Updates freezegun from 1.5.3 to 1.5.4

Changelog

Sourced from freezegun's changelog.

1.5.4

  • Fix: Ability to yield fixtures (broken in 1.5.3)
Commits

Updates boto3-stubs-lite from 1.38.46 to 1.40.3

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 fakeredis from 2.30.1 to 2.30.3

Release notes

Sourced from fakeredis's releases.

v2.30.3

🐛 Bug Fixes

  • Import Callable from typing to support python 3.8 #398
  • FakeValkey init arguments #400

Full Changelog: cunla/fakeredis-py@v2.30.2...v2.30.3

v2.30.2 🌈

🐛 Bug Fixes

  • Import Callable from typing to support python 3.8 #398

🧰 Maintenance

  • Refactor tests
  • FakeValkey uses valkey-py instead of redis-py

Full Changelog: cunla/fakeredis-py@v2.30.1...v2.30.2

Commits

Bumps the pip-minor-patch group with 5 updates in the /ack_backend directory:

| Package | From | To |
| --- | --- | --- |
| [coverage](https://github.com/nedbat/coveragepy) | `7.9.2` | `7.10.2` |
| [boto3](https://github.com/boto/boto3) | `1.38.46` | `1.40.3` |
| [mypy-boto3-dynamodb](https://github.com/youtype/mypy_boto3_builder) | `1.39.0` | `1.40.0` |
| [freezegun](https://github.com/spulec/freezegun) | `1.5.3` | `1.5.4` |
| [cryptography](https://github.com/pyca/cryptography) | `45.0.5` | `45.0.6` |

Bumps the pip-minor-patch group with 5 updates in the /backend directory:

| Package | From | To |
| --- | --- | --- |
| [coverage](https://github.com/nedbat/coveragepy) | `7.9.2` | `7.10.2` |
| [boto3](https://github.com/boto/boto3) | `1.38.46` | `1.40.3` |
| [freezegun](https://github.com/spulec/freezegun) | `1.5.3` | `1.5.4` |
| [moto](https://github.com/getmoto/moto) | `5.1.8` | `5.1.9` |
| [boto3-stubs-lite](https://github.com/youtype/mypy_boto3_builder) | `1.38.46` | `1.40.3` |

Bumps the pip-minor-patch group with 5 updates in the /delta_backend directory:

| Package | From | To |
| --- | --- | --- |
| [coverage](https://github.com/nedbat/coveragepy) | `7.9.2` | `7.10.2` |
| [boto3](https://github.com/boto/boto3) | `1.38.46` | `1.40.3` |
| [mypy-boto3-dynamodb](https://github.com/youtype/mypy_boto3_builder) | `1.39.0` | `1.40.0` |
| [moto](https://github.com/getmoto/moto) | `5.1.8` | `5.1.9` |
| [cryptography](https://github.com/pyca/cryptography) | `45.0.5` | `45.0.6` |

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 2 updates in the /e2e_batch directory: [boto3](https://github.com/boto/boto3) and [numpy](https://github.com/numpy/numpy).
Bumps the pip-minor-patch group with 5 updates in the /filenameprocessor directory:

| Package | From | To |
| --- | --- | --- |
| [coverage](https://github.com/nedbat/coveragepy) | `7.9.2` | `7.10.2` |
| [boto3](https://github.com/boto/boto3) | `1.38.46` | `1.40.3` |
| [freezegun](https://github.com/spulec/freezegun) | `1.5.3` | `1.5.4` |
| [boto3-stubs-lite](https://github.com/youtype/mypy_boto3_builder) | `1.38.46` | `1.40.3` |
| [fakeredis](https://github.com/cunla/fakeredis-py) | `2.30.1` | `2.30.3` |

Bumps the pip-minor-patch group with 4 updates in the /lambdas/id_sync directory: [coverage](https://github.com/nedbat/coveragepy), [boto3](https://github.com/boto/boto3), [mypy-boto3-dynamodb](https://github.com/youtype/mypy_boto3_builder) and [cryptography](https://github.com/pyca/cryptography).
Bumps the pip-minor-patch group with 5 updates in the /lambdas/shared directory:

| Package | From | To |
| --- | --- | --- |
| [coverage](https://github.com/nedbat/coveragepy) | `7.9.2` | `7.10.2` |
| [boto3](https://github.com/boto/boto3) | `1.38.46` | `1.40.3` |
| [mypy-boto3-dynamodb](https://github.com/youtype/mypy_boto3_builder) | `1.39.0` | `1.40.0` |
| [moto](https://github.com/getmoto/moto) | `5.1.8` | `5.1.9` |
| [cryptography](https://github.com/pyca/cryptography) | `45.0.5` | `45.0.6` |

Bumps the pip-minor-patch group with 5 updates in the /mesh_processor directory:

| Package | From | To |
| --- | --- | --- |
| [coverage](https://github.com/nedbat/coveragepy) | `7.9.2` | `7.10.2` |
| [boto3](https://github.com/boto/boto3) | `1.38.46` | `1.40.3` |
| [mypy-boto3-dynamodb](https://github.com/youtype/mypy_boto3_builder) | `1.39.0` | `1.40.0` |
| [moto](https://github.com/getmoto/moto) | `5.1.8` | `5.1.9` |
| [cryptography](https://github.com/pyca/cryptography) | `45.0.5` | `45.0.6` |

Bumps the pip-minor-patch group with 4 updates in the /mns_subscription directory: [coverage](https://github.com/nedbat/coveragepy), [boto3](https://github.com/boto/boto3), [moto](https://github.com/getmoto/moto) and [cryptography](https://github.com/pyca/cryptography).
Bumps the pip-minor-patch group with 6 updates in the /recordprocessor directory:

| Package | From | To |
| --- | --- | --- |
| [coverage](https://github.com/nedbat/coveragepy) | `7.9.2` | `7.10.2` |
| [boto3](https://github.com/boto/boto3) | `1.38.46` | `1.40.3` |
| [freezegun](https://github.com/spulec/freezegun) | `1.5.3` | `1.5.4` |
| [boto3-stubs-lite](https://github.com/youtype/mypy_boto3_builder) | `1.38.46` | `1.40.3` |
| [redis](https://github.com/redis/redis-py) | `6.2.0` | `6.3.0` |
| [numpy](https://github.com/numpy/numpy) | `2.2.6` | `2.3.2` |

Bumps the pip-minor-patch group with 2 updates in the /redis_sync directory: [boto3](https://github.com/boto/boto3) and [cryptography](https://github.com/pyca/cryptography).


Updates `coverage` from 7.9.2 to 7.10.2
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](coveragepy/coveragepy@7.9.2...7.10.2)

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

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

Updates `freezegun` from 1.5.3 to 1.5.4
- [Release notes](https://github.com/spulec/freezegun/releases)
- [Changelog](https://github.com/spulec/freezegun/blob/master/CHANGELOG)
- [Commits](spulec/freezegun@1.5.3...1.5.4)

Updates `cryptography` from 45.0.5 to 45.0.6
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@45.0.5...45.0.6)

Updates `coverage` from 7.9.2 to 7.10.2
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](coveragepy/coveragepy@7.9.2...7.10.2)

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

Updates `freezegun` from 1.5.3 to 1.5.4
- [Release notes](https://github.com/spulec/freezegun/releases)
- [Changelog](https://github.com/spulec/freezegun/blob/master/CHANGELOG)
- [Commits](spulec/freezegun@1.5.3...1.5.4)

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

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

Updates `coverage` from 7.9.2 to 7.10.2
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](coveragepy/coveragepy@7.9.2...7.10.2)

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

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

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

Updates `cryptography` from 45.0.5 to 45.0.6
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@45.0.5...45.0.6)

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

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

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

Updates `numpy` from 2.3.1 to 2.3.2
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
- [Commits](numpy/numpy@v2.3.1...v2.3.2)

Updates `coverage` from 7.9.2 to 7.10.2
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](coveragepy/coveragepy@7.9.2...7.10.2)

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

Updates `freezegun` from 1.5.3 to 1.5.4
- [Release notes](https://github.com/spulec/freezegun/releases)
- [Changelog](https://github.com/spulec/freezegun/blob/master/CHANGELOG)
- [Commits](spulec/freezegun@1.5.3...1.5.4)

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

Updates `fakeredis` from 2.30.1 to 2.30.3
- [Release notes](https://github.com/cunla/fakeredis-py/releases)
- [Commits](cunla/fakeredis-py@v2.30.1...v2.30.3)

Updates `coverage` from 7.10.1 to 7.10.2
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](coveragepy/coveragepy@7.9.2...7.10.2)

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

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

Updates `cryptography` from 45.0.5 to 45.0.6
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@45.0.5...45.0.6)

Updates `coverage` from 7.9.2 to 7.10.2
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](coveragepy/coveragepy@7.9.2...7.10.2)

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

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

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

Updates `cryptography` from 45.0.5 to 45.0.6
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@45.0.5...45.0.6)

Updates `coverage` from 7.9.2 to 7.10.2
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](coveragepy/coveragepy@7.9.2...7.10.2)

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

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

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

Updates `cryptography` from 45.0.5 to 45.0.6
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@45.0.5...45.0.6)

Updates `coverage` from 7.9.2 to 7.10.2
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](coveragepy/coveragepy@7.9.2...7.10.2)

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

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

Updates `cryptography` from 45.0.5 to 45.0.6
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@45.0.5...45.0.6)

Updates `coverage` from 7.9.2 to 7.10.2
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](coveragepy/coveragepy@7.9.2...7.10.2)

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

Updates `freezegun` from 1.5.3 to 1.5.4
- [Release notes](https://github.com/spulec/freezegun/releases)
- [Changelog](https://github.com/spulec/freezegun/blob/master/CHANGELOG)
- [Commits](spulec/freezegun@1.5.3...1.5.4)

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

Updates `redis` from 6.2.0 to 6.3.0
- [Release notes](https://github.com/redis/redis-py/releases)
- [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES)
- [Commits](redis/redis-py@v6.2.0...v6.3.0)

Updates `numpy` from 2.2.6 to 2.3.2
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
- [Commits](numpy/numpy@v2.3.1...v2.3.2)

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

Updates `cryptography` from 45.0.5 to 45.0.6
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@45.0.5...45.0.6)

---
updated-dependencies:
- dependency-name: coverage
  dependency-version: 7.10.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-minor-patch
- dependency-name: boto3
  dependency-version: 1.40.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-minor-patch
- dependency-name: mypy-boto3-dynamodb
  dependency-version: 1.40.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-minor-patch
- dependency-name: freezegun
  dependency-version: 1.5.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: cryptography
  dependency-version: 45.0.6
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: coverage
  dependency-version: 7.10.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-minor-patch
- dependency-name: boto3
  dependency-version: 1.40.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-minor-patch
- dependency-name: freezegun
  dependency-version: 1.5.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: moto
  dependency-version: 5.1.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: boto3-stubs-lite
  dependency-version: 1.40.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-minor-patch
- dependency-name: coverage
  dependency-version: 7.10.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-minor-patch
- dependency-name: boto3
  dependency-version: 1.40.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-minor-patch
- dependency-name: mypy-boto3-dynamodb
  dependency-version: 1.40.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-minor-patch
- dependency-name: moto
  dependency-version: 5.1.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: cryptography
  dependency-version: 45.0.6
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: boto3
  dependency-version: 1.40.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-minor-patch
- dependency-name: mypy-boto3-dynamodb
  dependency-version: 1.40.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-minor-patch
- dependency-name: boto3
  dependency-version: 1.40.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-minor-patch
- dependency-name: numpy
  dependency-version: 2.3.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: coverage
  dependency-version: 7.10.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-minor-patch
- dependency-name: boto3
  dependency-version: 1.40.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-minor-patch
- dependency-name: freezegun
  dependency-version: 1.5.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: boto3-stubs-lite
  dependency-version: 1.40.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-minor-patch
- dependency-name: fakeredis
  dependency-version: 2.30.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: coverage
  dependency-version: 7.10.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: boto3
  dependency-version: 1.40.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-minor-patch
- dependency-name: mypy-boto3-dynamodb
  dependency-version: 1.40.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-minor-patch
- dependency-name: cryptography
  dependency-version: 45.0.6
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: coverage
  dependency-version: 7.10.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-minor-patch
- dependency-name: boto3
  dependency-version: 1.40.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-minor-patch
- dependency-name: mypy-boto3-dynamodb
  dependency-version: 1.40.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-minor-patch
- dependency-name: moto
  dependency-version: 5.1.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: cryptography
  dependency-version: 45.0.6
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: coverage
  dependency-version: 7.10.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-minor-patch
- dependency-name: boto3
  dependency-version: 1.40.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-minor-patch
- dependency-name: mypy-boto3-dynamodb
  dependency-version: 1.40.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-minor-patch
- dependency-name: moto
  dependency-version: 5.1.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: cryptography
  dependency-version: 45.0.6
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: coverage
  dependency-version: 7.10.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-minor-patch
- dependency-name: boto3
  dependency-version: 1.40.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-minor-patch
- dependency-name: moto
  dependency-version: 5.1.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: cryptography
  dependency-version: 45.0.6
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: coverage
  dependency-version: 7.10.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-minor-patch
- dependency-name: boto3
  dependency-version: 1.40.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-minor-patch
- dependency-name: freezegun
  dependency-version: 1.5.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: boto3-stubs-lite
  dependency-version: 1.40.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-minor-patch
- dependency-name: redis
  dependency-version: 6.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-minor-patch
- dependency-name: numpy
  dependency-version: 2.3.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-minor-patch
- dependency-name: boto3
  dependency-version: 1.40.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-minor-patch
- dependency-name: cryptography
  dependency-version: 45.0.6
  dependency-type: indirect
  update-type: version-update:semver-patch
  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 Aug 6, 2025
@sonarqubecloud
Copy link

sonarqubecloud bot commented Aug 6, 2025

@sonarqubecloud
Copy link

sonarqubecloud bot commented Aug 6, 2025

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

1 similar comment
@sonarqubecloud
Copy link

sonarqubecloud bot commented Aug 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 Aug 7, 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 rebase.

3 similar comments
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 8, 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 rebase.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 8, 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 rebase.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 8, 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 rebase.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 11, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Aug 11, 2025
@dependabot dependabot bot deleted the dependabot/pip/ack_backend/pip-minor-patch-898fdcd29f branch August 11, 2025 03:07
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.

0 participants