Skip to content

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

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

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

Conversation

@dependabot
Copy link
Contributor

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

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

Package From To
coverage 7.9.2 7.10.4
boto3 1.38.46 1.40.13
mypy-boto3-dynamodb 1.39.0 1.40.10
freezegun 1.5.3 1.5.5
requests 2.32.4 2.32.5
responses 0.25.7 0.25.8
cryptography 45.0.5 45.0.6

Bumps the pip-minor-patch group with 4 updates in the /backend directory: coverage, boto3, boto3-stubs-lite and requests.
Bumps the pip-minor-patch group with 7 updates in the /delta_backend directory:

Package From To
coverage 7.9.2 7.10.4
boto3 1.38.46 1.40.13
mypy-boto3-dynamodb 1.39.0 1.40.10
moto 5.1.8 5.1.10
requests 2.32.4 2.32.5
responses 0.25.7 0.25.8
cryptography 45.0.5 45.0.6

Bumps the pip-minor-patch group with 3 updates in the /e2e directory: boto3, mypy-boto3-dynamodb and requests.
Bumps the pip-minor-patch group with 1 update in the /e2e_batch directory: boto3.
Bumps the pip-minor-patch group with 7 updates in the /filenameprocessor directory:

Package From To
coverage 7.9.2 7.10.4
boto3 1.38.46 1.40.13
freezegun 1.5.3 1.5.5
boto3-stubs-lite 1.38.46 1.40.13
requests 2.32.4 2.32.5
responses 0.25.7 0.25.8
fakeredis 2.30.1 2.31.0

Bumps the pip-minor-patch group with 7 updates in the /lambdas/id_sync directory:

Package From To
coverage 7.10.1 7.10.4
boto3 1.38.46 1.40.13
mypy-boto3-dynamodb 1.39.0 1.40.10
moto 5.1.9 5.1.10
requests 2.32.4 2.32.5
responses 0.25.7 0.25.8
cryptography 45.0.5 45.0.6

Bumps the pip-minor-patch group with 6 updates in the /lambdas/shared directory:

Package From To
coverage 7.10.2 7.10.4
boto3 1.38.46 1.40.13
mypy-boto3-dynamodb 1.40.0 1.40.10
moto 5.1.9 5.1.10
requests 2.32.4 2.32.5
responses 0.25.7 0.25.8

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

Package From To
coverage 7.9.2 7.10.4
boto3 1.38.46 1.40.13
mypy-boto3-dynamodb 1.39.0 1.40.10
moto 5.1.8 5.1.10
requests 2.32.4 2.32.5
responses 0.25.7 0.25.8
cryptography 45.0.5 45.0.6

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

Package From To
coverage 7.10.2 7.10.4
boto3 1.38.46 1.40.13
moto 5.1.9 5.1.10
requests 2.32.4 2.32.5
responses 0.25.7 0.25.8

Bumps the pip-minor-patch group with 8 updates in the /recordprocessor directory:

Package From To
coverage 7.9.2 7.10.4
boto3 1.38.46 1.40.13
freezegun 1.5.3 1.5.5
boto3-stubs-lite 1.38.46 1.40.13
redis 6.2.0 6.4.0
requests 2.32.4 2.32.5
responses 0.25.7 0.25.8
numpy 2.2.6 2.3.1

Bumps the pip-minor-patch group with 3 updates in the /redis_sync directory: coverage, boto3 and requests.

Updates coverage from 7.9.2 to 7.10.4

Changelog

Sourced from coverage's changelog.

Version 7.10.4 — 2025-08-16

  • Added patch = fork for times when the built-in forking support is insufficient.

  • Fix: patch = execv also inherits the entire coverage configuration now.

.. _changes_7-10-3:

Version 7.10.3 — 2025-08-10

  • Fixes for patch = subprocess:

    • If subprocesses spawned yet more subprocesses simultaneously, some coverage could be missed. This is now fixed, closing issue 2024_.

    • If subprocesses were created in other directories, their data files were stranded there and not combined into the totals, as described in issue 2025_. This is now fixed.

    • On Windows (or maybe only some Windows?) the patch would fail with a ModuleNotFound error trying to import coverage. This is now fixed, closing issue 2022_.

    • Originally only options set in the coverage configuration file would apply to subprocesses. Options set on the coverage run command line (such as --branch) wouldn't be communicated to the subprocesses. This could lead to combining failures, as described in issue 2021_. Now the entire configuration is used in subprocesses, regardless of its origin.

    • Added debug=patch to help diagnose problems.

  • Fix: really close all SQLite databases, even in-memory ones. Closes issue 2017_.

.. _issue 2017: nedbat/coveragepy#2017 .. _issue 2021: nedbat/coveragepy#2021 .. _issue 2022: nedbat/coveragepy#2022 .. _issue 2024: nedbat/coveragepy#2024 .. _issue 2025: nedbat/coveragepy#2025

.. _changes_7-10-2:

Version 7.10.2 — 2025-08-03

... (truncated)

Commits
  • 1cd29f2 docs: sample HTML for 7.10.4
  • 92a91e9 docs: prep for 7.10.4
  • 9ee6390 debug: more details in debug messages
  • 6af8a5d feat: patch=fork
  • 0eb292d refactor: a nicer way to inject config from the environment
  • 183cd9b build: tweaks to how the python build is bannered for tox
  • 6c2fb87 chore: make upgrade
  • a22436c test: since 62434e79 we don't need to account for .tox
  • 4ab4bb0 test: add a test for env var truncation
  • bf1a970 refactor: better style for constants
  • Additional commits viewable in compare view

Updates boto3 from 1.38.46 to 1.40.13

Commits
  • aa679ca Merge branch 'release-1.40.13'
  • c9e70c9 Bumping version to 1.40.13
  • 4b4e5ce Add changelog entries from botocore
  • 5f2e507 Merge branch 'release-1.40.12'
  • 949b1dd Merge branch 'release-1.40.12' into develop
  • e0f14c3 Bumping version to 1.40.12
  • 2fc3023 Add changelog entries from botocore
  • d6b8965 Merge branch 'release-1.40.11'
  • 888f49b Merge branch 'release-1.40.11' into develop
  • 0740ee3 Bumping version to 1.40.11
  • Additional commits viewable in compare view

Updates mypy-boto3-dynamodb from 1.39.0 to 1.40.10

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.5

Changelog

Sourced from freezegun's changelog.

1.5.5

  • Allow parametrized arguments called 'func' (Broken in 1.5.4)

1.5.4

  • Fix: Ability to yield fixtures (broken in 1.5.3)
Commits
  • c9bf52c Increase version number
  • 0f2bd7e Merge pull request #582 from spulec/fixture-called-func
  • a608055 Allow parametrized arguments with name 'func'
  • 2bb4711 Increase version number
  • 7599eee Add 1.5.4 release notes
  • 0d00e7d Merge pull request #579 from zsh8/decorate_generator
  • 10c93f2 fix: preserve functionality in pytest yield fixtures
  • See full diff in compare view

Updates requests from 2.32.4 to 2.32.5

Release notes

Sourced from requests's releases.

v2.32.5

2.32.5 (2025-08-18)

Bugfixes

  • The SSLContext caching feature originally introduced in 2.32.0 has created a new class of issues in Requests that have had negative impact across a number of use cases. The Requests team has decided to revert this feature as long term maintenance of it is proving to be unsustainable in its current iteration.

Deprecations

  • Added support for Python 3.14.
  • Dropped support for Python 3.8 following its end of support.
Changelog

Sourced from requests's changelog.

2.32.5 (2025-08-18)

Bugfixes

  • The SSLContext caching feature originally introduced in 2.32.0 has created a new class of issues in Requests that have had negative impact across a number of use cases. The Requests team has decided to revert this feature as long term maintenance of it is proving to be unsustainable in its current iteration.

Deprecations

  • Added support for Python 3.14.
  • Dropped support for Python 3.8 following its end of support.
Commits
  • b25c87d v2.32.5
  • 131e506 Merge pull request #7010 from psf/dependabot/github_actions/actions/checkout-...
  • b336cb2 Bump actions/checkout from 4.2.0 to 5.0.0
  • 46e939b Update publish workflow to use artifact-id instead of name
  • 4b9c546 Merge pull request #6999 from psf/dependabot/github_actions/step-security/har...
  • 7618dbe Bump step-security/harden-runner from 2.12.0 to 2.13.0
  • 2edca11 Add support for Python 3.14 and drop support for Python 3.8 (#6993)
  • fec96cd Update Makefile rules (#6996)
  • d58d8aa docs: clarify timeout parameter uses seconds in Session.request (#6994)
  • 91a3eab Bump github/codeql-action from 3.28.5 to 3.29.0
  • Additional commits viewable in compare view

Updates responses from 0.25.7 to 0.25.8

Release notes

Sourced from responses's releases.

0.25.8

  • Fix bug where the content type is always recorded as either text/plain or application/json. See #770
  • Allow asserts on add_callback() matches. See #727
Changelog

Sourced from responses's changelog.

0.25.8

  • Fix bug where the content type is always recorded as either text/plain or application/json. See #770
  • Allow asserts on add_callback() matches. See #727
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.10.3 to 7.10.4

Changelog

Sourced from coverage's changelog.

Version 7.10.4 — 2025-08-16

  • Added patch = fork for times when the built-in forking support is insufficient.

  • Fix: patch = execv also inherits the entire coverage configuration now.

.. _changes_7-10-3:

Version 7.10.3 — 2025-08-10

  • Fixes for patch = subprocess:

    • If subprocesses spawned yet more subprocesses simultaneously, some coverage could be missed. This is now fixed, closing issue 2024_.

    • If subprocesses were created in other directories, their data files were stranded there and not combined into the totals, as described in issue 2025_. This is now fixed.

    • On Windows (or maybe only some Windows?) the patch would fail with a ModuleNotFound error trying to import coverage. This is now fixed, closing issue 2022_.

    • Originally only options set in the coverage configuration file would apply to subprocesses. Options set on the coverage run command line (such as --branch) wouldn't be communicated to the subprocesses. This could lead to combining failures, as described in issue 2021_. Now the entire configuration is used in subprocesses, regardless of its origin.

    • Added debug=patch to help diagnose problems.

  • Fix: really close all SQLite databases, even in-memory ones. Closes issue 2017_.

.. _issue 2017: nedbat/coveragepy#2017 .. _issue 2021: nedbat/coveragepy#2021 .. _issue 2022: nedbat/coveragepy#2022 .. _issue 2024: nedbat/coveragepy#2024 .. _issue 2025: nedbat/coveragepy#2025

.. _changes_7-10-2:

Version 7.10.2 — 2025-08-03

... (truncated)

Commits
  • 1cd29f2 docs: sample HTML for 7.10.4
  • 92a91e9 docs: prep for 7.10.4
  • 9ee6390 debug: more details in debug messages
  • 6af8a5d feat: patch=fork
  • 0eb292d refactor: a nicer way to inject config from the environment
  • 183cd9b build: tweaks to how the python build is bannered for tox
  • 6c2fb87 chore: make upgrade
  • a22436c test: since 62434e79 we don't need to account for .tox
  • 4ab4bb0 test: add a test for env var truncation
  • bf1a970 refactor: better style for constants
  • Additional commits viewable in compare view

Updates boto3 from 1.38.46 to 1.40.13

Commits
  • aa679ca Merge branch 'release-1.40.13'
  • c9e70c9 Bumping version to 1.40.13
  • 4b4e5ce Add changelog entries from botocore
  • 5f2e507 Merge branch 'release-1.40.12'
  • 949b1dd Merge branch 'release-1.40.12' into develop
  • e0f14c3 Bumping version to 1.40.12
  • 2fc3023 Add changelog entries from botocore
  • d6b8965 Merge branch 'release-1.40.11'
  • 888f49b Merge branch 'release-1.40.11' into develop
  • 0740ee3 Bumping version to 1.40.11
  • Additional commits viewable in compare view

Updates boto3-stubs-lite from 1.38.46 to 1.40.13

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 requests from 2.32.4 to 2.32.5

Release notes

Sourced from requests's releases.

v2.32.5

2.32.5 (2025-08-18)

Bugfixes

  • The SSLContext caching feature originally introduced in 2.32.0 has created a new class of issues in Requests that have had negative impact across a number of use cases. The Requests team has decided to revert this feature as long term maintenance of it is proving to be unsustainable in its current iteration.

Deprecations

  • Added support for Python 3.14.
  • Dropped support for Python 3.8 following its end of support.
Changelog

Sourced from requests's changelog.

2.32.5 (2025-08-18)

Bugfixes

  • The SSLContext caching feature originally introduced in 2.32.0 has created a new class of issues in Requests that have had negative impact across a number of use cases. The Requests team has decided to revert this feature as long term maintenance of it is proving to be unsustainable in its current iteration.

Deprecations

  • Added support for Python 3.14.
  • Dropped support for Python 3.8 following its end of support.
Commits
  • b25c87d v2.32.5
  • 131e506 Merge pull request #7010 from psf/dependabot/github_actions/actions/checkout-...
  • b336cb2 Bump actions/checkout from 4.2.0 to 5.0.0
  • 46e939b Update publish workflow to use artifact-id instead of name
  • 4b9c546 Merge pull request #6999 from psf/dependabot/github_actions/step-security/har...
  • 7618dbe Bump step-security/harden-runner from 2.12.0 to 2.13.0
  • 2edca11 Add support for Python 3.14 and drop support for Python 3.8 (#6993)
  • fec96cd Update Makefile rules (#6996)
  • d58d8aa docs: clarify timeout parameter uses seconds in Session.request (#6994)
  • 91a3eab Bump github/codeql-action from 3.28.5 to 3.29.0
  • Additional commits viewable in compare view

Updates coverage from 7.9.2 to 7.10.4

Changelog

Sourced from coverage's changelog.

Version 7.10.4 — 2025-08-16

  • Added patch = fork for times when the built-in forking support is insufficient.

  • Fix: patch = execv also inherits the entire coverage configuration now.

.. _changes_7-10-3:

Version 7.10.3 — 2025-08-10

  • Fixes for patch = subprocess:

    • If subprocesses spawned yet more subprocesses simultaneously, some coverage could be missed. This is now fixed, closing issue 2024_.

    • If subprocesses were created in other directories, their data files were stranded there and not combined into the totals, as described in issue 2025_. This is now fixed.

    • On Windows (or maybe only some Windows?) the patch would fail with a ModuleNotFound error trying to import coverage. This is now fixed, closing issue 2022_.

    • Originally only options set in the coverage configuration file would apply to subprocesses. Options set on the coverage run command line (such as --branch) wouldn't be communicated to the subprocesses. This could lead to combining failures, as described in issue 2021_. Now the entire configuration is used in subprocesses, regardless of its origin.

    • Added debug=patch to help diagnose problems.

  • Fix: really close all SQLite databases, even in-memory ones. Closes issue 2017_.

.. _issue 2017: nedbat/coveragepy#2017 .. _issue 2021: nedbat/coveragepy#2021 .. _issue 2022: nedbat/coveragepy#2022 .. _issue 2024: nedbat/coveragepy#2024 .. _issue 2025: nedbat/coveragepy#2025

.. _changes_7-10-2:

Version 7.10.2 — 2025-08-03

... (truncated)

Commits
  • 1cd29f2 docs: sample HTML for 7.10.4
  • 92a91e9 docs: prep for 7.10.4
  • 9ee6390 debug: more details in debug messages
  • 6af8a5d feat: patch=fork
  • 0eb292d refactor: a nicer way to inject config from the environment
  • 183cd9b build: tweaks to how the python build is bannered for tox
  • 6c2fb87 chore: make upgrade
  • a22436c test: since 62434e79 we don't need to account for .tox
  • 4ab4bb0 test: add a test for env var truncation
  • bf1a970 refactor: better style for constants
  • Additional commits viewable in compare view

Updates boto3 from 1.38.46 to 1.40.13

Commits
  • aa679ca Merge branch 'release-1.40.13'
  • c9e70c9 Bumping version to 1.40.13
  • 4b4e5ce Add changelog entries from botocore
  • 5f2e507 Merge branch 'release-1.40.12'
  • 949b1dd Merge branch 'release-1.40.12' into develop
  • e0f14c3 Bumping version to 1.40.12
  • 2fc3023 Add changelog entries from botocore
  • d6b8965 Merge branch 'release-1.40.11'
  • 888f49b Merge branch 'release-1.40.11' into develop
  • 0740ee3 Bumping version to 1.40.11
  • Additional commits viewable in compare view

Updates mypy-boto3-dynamodb from 1.39.0 to 1.40.10

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.10

Changelog

Sourced from moto's changelog.

5.1.10

Docker Digest for 5.1.10: sha256:c8d59f06ef51ed29ba1a6d008785e9538f0c32f636c2d77bb188b73dd21d8832

New Methods:
    * Glue:
        * delete_dev_endpoint()
        * list_crawls()
* ElastiCache:
    * delete_replication_group()
  • EKS:

    • update_cluster_config()
  • ResourceGroupsTaggingAPI:

    • untag_resources() (Currently only supports Lambda and EFS resources)
  • S3Control:

    • get_storage_lens_configuration_tagging()
    • put_storage_lens_configuration_tagging()

Miscellaneous:
* Batch: list_jobs() now supports filters with an asterisk
* Batch: list_jobs() now ignores jobStatus when the filters parameter is provided, in parity with AWS
* Batch: submit_job() now supports the tags-parameter
* CloudFormation: describe_stack_resources() now supports the LogicalResourceId-parameter
* EC2: describe_images() now returns the CreationDate-attribute in the correct format (RFC3339) (broken in 5.1.9)
* EC2: describe_managed_prefix_lists() now no longer returns a StateMessage, in parity with AWS
* EC2: describe_managed_prefix_lists() now returns 'AWS' in upper case for the OwnerId
* EC2: modify_vpc_endpoint() now supports the parameters AddSecurityGroupId, RemoveSecurityGroupId and RemoveSubnetId
* ELBv2: describe_load_balancers() now returns the CanonicalHostedZoneId again (broken in 5.1.9)
* Events: put_targets() now supports StepFunctions
* RDS: create_blue_green_deployment() now works correctly when ManageMasterUserPassword has been updated to False
* RDS: create_database() now supports the DomainMembership parameters (Domain/DomainFqdn/DomainOu/DomainAuthSecretArn/DomainDnsIps)
* ResourceGroupsTaggingAPI: get_resources() now supports DirectConnect resources
* ResourceGroupsTaggingAPI: tag_resources() now supports Lambda and EFS resources
* SES: describe_receipt_rule_set() now returns the Metadata.CreatedTimestamp field (broken in 5.1.9)
* SQS: The max message size has been updated to 1MB, from 256KB (AWS updated this a week ago).
* SQS: send_message() now no longer throws an error when supplying the MessageGroupId-parameter against a regular (non-FIFO) queues

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.

... (truncated)

Commits

Updates requests from 2.32.4 to 2.32.5

Release notes

Sourced from requests's releases.

v2.32.5

2.32.5 (2025-08-18)

Bugfixes

  • The SSLContext caching feature originally introduced in 2.32.0 has created a new class of issues in Requests that have had negative impact across a number of use cases. The Requests team has decided to revert this feature as long term maintenance of it is proving to be unsustainable in its current iteration.

Deprecations

  • Added support for Python 3.14.
  • Dropped support for Python 3.8 following its end of support.
Changelog

Sourced from requests's changelog.

2.32.5 (2025-08-18)

Bugfixes

  • The SSLContext caching feature originally introduced in 2.32.0 has created a new class of issues in Requests that have had negative impact across a number of use cases. The Requests team has decided to revert this feature as long term maintenance of it is proving to be unsustainable in its current iteration.

Deprecations

  • Added support for Python 3.14.
  • Dropped support for Python 3.8 following its end of support.
Commits
  • b25c87d v2.32.5
  • 131e506 Merge pull request #7010 from psf/dependabot/github_actions/actions/checkout-...
  • b336cb2 Bump actions/checkout from 4.2.0 to 5.0.0
  • 46e939b Update publish workflow to use artifact-id instead of name
  • 4b9c546 Merge pull request #6999 from psf/dependabot/github_actions/step-security/har...
  • 7618dbe Bump step-security/harden-runner from 2.12.0 to 2.13.0
  • 2edca11 Add support for Python 3.14 and drop support for Python 3.8 (#6993)
  • fec96cd Update Makefile rules (#6996)
  • d58d8aa docs: clarify timeout parameter uses seconds in Session.request (#6994)
  • 91a3eab Bump github/codeql-action from 3.28.5 to 3.29.0
  • Additional commits viewable in compare view

Updates responses from 0.25.7 to 0.25.8

Release notes

Sourced from responses's releases.

0.25.8

  • Fix bug where the content type is always recorded as either text/plain or application/json. See #770
  • Allow asserts on add_callback() matches. See #727
Changelog

Sourced from responses's changelog.

0.25.8

  • Fix bug where the content type is always recorded as either text/plain or application/json. See #770
  • Allow asserts on add_callback() matches. See #727
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.13

Commits
  • aa679ca Merge branch 'release-1.40.13'
  • c9e70c9 Bumping version to 1.40.13
  • 4b4e5ce Add changelog entries from botocore
  • 5f2e507 Merge branch 'release-1.40.12'
  • 949b1dd Merge branch 'release-1.40.12' into develop
  • e0f14c3 Bumping version to 1.40.12
  • 2fc3023 Add changelog entries from botocore
  • d6b8965 Merge branch 'release-1.40.11'
  • 888f49b Merge branch 'release-1.40.11' into develop
  • 0740ee3 Bumping version to 1.40.11
  • Additional commits viewable in compare view

Updates mypy-boto3-dynamodb from 1.39.0 to 1.40.10

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 requests from 2.32.4 to 2.32.5

Release notes

Sourced from requests's releases.

v2.32.5

2.32.5 (2025-08-18)

Bugfixes

  • The SSLContext caching feature originally introduced in 2.32.0 has created a new class of issues in Requests that have had negative impact across a number of use cases. The Requests team has decided to revert this feature as long term maintenance of it is proving to be unsustainable in its current iteration.

Deprecations

  • Added support for Python 3.14.
  • Dropped support for Python 3.8 following its end of support.
Changelog

Sourced from requests's changelog.

2.32.5 (2025-08-18)

Bugfixes

  • The SSLContext caching feature originally introduced in 2.32.0 has created a new class of issues in Requests that have had negative impact across a number of use cases. The Requests team has decided to revert this feature as long term maintenance of it is proving to be unsustainable in its current iteration.

Deprecations

  • Added support for Python 3.14.
  • Dropped support for Python 3.8 following its end of support.
Commits
  • b25c87d v2.32.5
  • 131e506 Merge pull request #7010 from psf/dependabot/github_actions/actions/checkout-...
  • b336cb2 Bump actions/checkout from 4.2.0 to 5.0.0
  • 46e939b Update publish workflow to use artifact-id instead of name
  • 4b9c546 Merge pull request #6999 from psf/dependabot/github_actions/step-security/har...
  • 7618dbe Bump step-security/harden-runner from 2.12.0 to 2.13.0
  • 2edca11 Add support for Python 3.14 and drop support for Python 3.8 (#6993)
  • fec96cd Update Makefile rules (#6996)
  • d58d8aa docs: clarify timeout parameter uses seconds in Session.request (#6994)
  • 91a3eab Bump github/codeql-action from 3.28.5 to 3.29.0
  • Additional commits viewable in compare view

Updates boto3 from 1.38.46 to 1.40.13

Commits
  • aa679ca Merge branch 'release-1.40.13'
  • c9e70c9 Bumping version to 1.40.13
  • 4b4e5ce Add changelog entries from botocore
  • 5f2e507 Merge branch 'release-1.40.12'
  • 949b1dd Merge branch 'release-1.40.12' into develop
  • Description has been truncated

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

| Package | From | To |
| --- | --- | --- |
| [coverage](https://github.com/nedbat/coveragepy) | `7.9.2` | `7.10.4` |
| [boto3](https://github.com/boto/boto3) | `1.38.46` | `1.40.13` |
| [mypy-boto3-dynamodb](https://github.com/youtype/mypy_boto3_builder) | `1.39.0` | `1.40.10` |
| [freezegun](https://github.com/spulec/freezegun) | `1.5.3` | `1.5.5` |
| [requests](https://github.com/psf/requests) | `2.32.4` | `2.32.5` |
| [responses](https://github.com/getsentry/responses) | `0.25.7` | `0.25.8` |
| [cryptography](https://github.com/pyca/cryptography) | `45.0.5` | `45.0.6` |

Bumps the pip-minor-patch group with 4 updates in the /backend directory: [coverage](https://github.com/nedbat/coveragepy), [boto3](https://github.com/boto/boto3), [boto3-stubs-lite](https://github.com/youtype/mypy_boto3_builder) and [requests](https://github.com/psf/requests).
Bumps the pip-minor-patch group with 7 updates in the /delta_backend directory:

| Package | From | To |
| --- | --- | --- |
| [coverage](https://github.com/nedbat/coveragepy) | `7.9.2` | `7.10.4` |
| [boto3](https://github.com/boto/boto3) | `1.38.46` | `1.40.13` |
| [mypy-boto3-dynamodb](https://github.com/youtype/mypy_boto3_builder) | `1.39.0` | `1.40.10` |
| [moto](https://github.com/getmoto/moto) | `5.1.8` | `5.1.10` |
| [requests](https://github.com/psf/requests) | `2.32.4` | `2.32.5` |
| [responses](https://github.com/getsentry/responses) | `0.25.7` | `0.25.8` |
| [cryptography](https://github.com/pyca/cryptography) | `45.0.5` | `45.0.6` |

Bumps the pip-minor-patch group with 3 updates in the /e2e directory: [boto3](https://github.com/boto/boto3), [mypy-boto3-dynamodb](https://github.com/youtype/mypy_boto3_builder) and [requests](https://github.com/psf/requests).
Bumps the pip-minor-patch group with 1 update in the /e2e_batch directory: [boto3](https://github.com/boto/boto3).
Bumps the pip-minor-patch group with 7 updates in the /filenameprocessor directory:

| Package | From | To |
| --- | --- | --- |
| [coverage](https://github.com/nedbat/coveragepy) | `7.9.2` | `7.10.4` |
| [boto3](https://github.com/boto/boto3) | `1.38.46` | `1.40.13` |
| [freezegun](https://github.com/spulec/freezegun) | `1.5.3` | `1.5.5` |
| [boto3-stubs-lite](https://github.com/youtype/mypy_boto3_builder) | `1.38.46` | `1.40.13` |
| [requests](https://github.com/psf/requests) | `2.32.4` | `2.32.5` |
| [responses](https://github.com/getsentry/responses) | `0.25.7` | `0.25.8` |
| [fakeredis](https://github.com/cunla/fakeredis-py) | `2.30.1` | `2.31.0` |

Bumps the pip-minor-patch group with 7 updates in the /lambdas/id_sync directory:

| Package | From | To |
| --- | --- | --- |
| [coverage](https://github.com/nedbat/coveragepy) | `7.10.1` | `7.10.4` |
| [boto3](https://github.com/boto/boto3) | `1.38.46` | `1.40.13` |
| [mypy-boto3-dynamodb](https://github.com/youtype/mypy_boto3_builder) | `1.39.0` | `1.40.10` |
| [moto](https://github.com/getmoto/moto) | `5.1.9` | `5.1.10` |
| [requests](https://github.com/psf/requests) | `2.32.4` | `2.32.5` |
| [responses](https://github.com/getsentry/responses) | `0.25.7` | `0.25.8` |
| [cryptography](https://github.com/pyca/cryptography) | `45.0.5` | `45.0.6` |

Bumps the pip-minor-patch group with 6 updates in the /lambdas/shared directory:

| Package | From | To |
| --- | --- | --- |
| [coverage](https://github.com/nedbat/coveragepy) | `7.10.2` | `7.10.4` |
| [boto3](https://github.com/boto/boto3) | `1.38.46` | `1.40.13` |
| [mypy-boto3-dynamodb](https://github.com/youtype/mypy_boto3_builder) | `1.40.0` | `1.40.10` |
| [moto](https://github.com/getmoto/moto) | `5.1.9` | `5.1.10` |
| [requests](https://github.com/psf/requests) | `2.32.4` | `2.32.5` |
| [responses](https://github.com/getsentry/responses) | `0.25.7` | `0.25.8` |

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

| Package | From | To |
| --- | --- | --- |
| [coverage](https://github.com/nedbat/coveragepy) | `7.9.2` | `7.10.4` |
| [boto3](https://github.com/boto/boto3) | `1.38.46` | `1.40.13` |
| [mypy-boto3-dynamodb](https://github.com/youtype/mypy_boto3_builder) | `1.39.0` | `1.40.10` |
| [moto](https://github.com/getmoto/moto) | `5.1.8` | `5.1.10` |
| [requests](https://github.com/psf/requests) | `2.32.4` | `2.32.5` |
| [responses](https://github.com/getsentry/responses) | `0.25.7` | `0.25.8` |
| [cryptography](https://github.com/pyca/cryptography) | `45.0.5` | `45.0.6` |

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

| Package | From | To |
| --- | --- | --- |
| [coverage](https://github.com/nedbat/coveragepy) | `7.10.2` | `7.10.4` |
| [boto3](https://github.com/boto/boto3) | `1.38.46` | `1.40.13` |
| [moto](https://github.com/getmoto/moto) | `5.1.9` | `5.1.10` |
| [requests](https://github.com/psf/requests) | `2.32.4` | `2.32.5` |
| [responses](https://github.com/getsentry/responses) | `0.25.7` | `0.25.8` |

Bumps the pip-minor-patch group with 8 updates in the /recordprocessor directory:

| Package | From | To |
| --- | --- | --- |
| [coverage](https://github.com/nedbat/coveragepy) | `7.9.2` | `7.10.4` |
| [boto3](https://github.com/boto/boto3) | `1.38.46` | `1.40.13` |
| [freezegun](https://github.com/spulec/freezegun) | `1.5.3` | `1.5.5` |
| [boto3-stubs-lite](https://github.com/youtype/mypy_boto3_builder) | `1.38.46` | `1.40.13` |
| [redis](https://github.com/redis/redis-py) | `6.2.0` | `6.4.0` |
| [requests](https://github.com/psf/requests) | `2.32.4` | `2.32.5` |
| [responses](https://github.com/getsentry/responses) | `0.25.7` | `0.25.8` |
| [numpy](https://github.com/numpy/numpy) | `2.2.6` | `2.3.1` |

Bumps the pip-minor-patch group with 3 updates in the /redis_sync directory: [coverage](https://github.com/nedbat/coveragepy), [boto3](https://github.com/boto/boto3) and [requests](https://github.com/psf/requests).


Updates `coverage` from 7.9.2 to 7.10.4
- [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.4)

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

Updates `mypy-boto3-dynamodb` from 1.39.0 to 1.40.10
- [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.5
- [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.5)

Updates `requests` from 2.32.4 to 2.32.5
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.32.4...v2.32.5)

Updates `responses` from 0.25.7 to 0.25.8
- [Release notes](https://github.com/getsentry/responses/releases)
- [Changelog](https://github.com/getsentry/responses/blob/master/CHANGES)
- [Commits](getsentry/responses@0.25.7...0.25.8)

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.10.3 to 7.10.4
- [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.4)

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

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

Updates `requests` from 2.32.4 to 2.32.5
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.32.4...v2.32.5)

Updates `coverage` from 7.9.2 to 7.10.4
- [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.4)

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

Updates `mypy-boto3-dynamodb` from 1.39.0 to 1.40.10
- [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.10
- [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.10)

Updates `requests` from 2.32.4 to 2.32.5
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.32.4...v2.32.5)

Updates `responses` from 0.25.7 to 0.25.8
- [Release notes](https://github.com/getsentry/responses/releases)
- [Changelog](https://github.com/getsentry/responses/blob/master/CHANGES)
- [Commits](getsentry/responses@0.25.7...0.25.8)

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.13
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.38.46...1.40.13)

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

Updates `requests` from 2.32.4 to 2.32.5
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.32.4...v2.32.5)

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

Updates `coverage` from 7.9.2 to 7.10.4
- [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.4)

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

Updates `freezegun` from 1.5.3 to 1.5.5
- [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.5)

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

Updates `requests` from 2.32.4 to 2.32.5
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.32.4...v2.32.5)

Updates `responses` from 0.25.7 to 0.25.8
- [Release notes](https://github.com/getsentry/responses/releases)
- [Changelog](https://github.com/getsentry/responses/blob/master/CHANGES)
- [Commits](getsentry/responses@0.25.7...0.25.8)

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

Updates `coverage` from 7.10.1 to 7.10.4
- [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.4)

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

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

Updates `moto` from 5.1.9 to 5.1.10
- [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.10)

Updates `requests` from 2.32.4 to 2.32.5
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.32.4...v2.32.5)

Updates `responses` from 0.25.7 to 0.25.8
- [Release notes](https://github.com/getsentry/responses/releases)
- [Changelog](https://github.com/getsentry/responses/blob/master/CHANGES)
- [Commits](getsentry/responses@0.25.7...0.25.8)

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.10.2 to 7.10.4
- [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.4)

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

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

Updates `moto` from 5.1.9 to 5.1.10
- [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.10)

Updates `requests` from 2.32.4 to 2.32.5
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.32.4...v2.32.5)

Updates `responses` from 0.25.7 to 0.25.8
- [Release notes](https://github.com/getsentry/responses/releases)
- [Changelog](https://github.com/getsentry/responses/blob/master/CHANGES)
- [Commits](getsentry/responses@0.25.7...0.25.8)

Updates `coverage` from 7.9.2 to 7.10.4
- [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.4)

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

Updates `mypy-boto3-dynamodb` from 1.39.0 to 1.40.10
- [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.10
- [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.10)

Updates `requests` from 2.32.4 to 2.32.5
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.32.4...v2.32.5)

Updates `responses` from 0.25.7 to 0.25.8
- [Release notes](https://github.com/getsentry/responses/releases)
- [Changelog](https://github.com/getsentry/responses/blob/master/CHANGES)
- [Commits](getsentry/responses@0.25.7...0.25.8)

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.10.2 to 7.10.4
- [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.4)

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

Updates `moto` from 5.1.9 to 5.1.10
- [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.10)

Updates `requests` from 2.32.4 to 2.32.5
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.32.4...v2.32.5)

Updates `responses` from 0.25.7 to 0.25.8
- [Release notes](https://github.com/getsentry/responses/releases)
- [Changelog](https://github.com/getsentry/responses/blob/master/CHANGES)
- [Commits](getsentry/responses@0.25.7...0.25.8)

Updates `coverage` from 7.9.2 to 7.10.4
- [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.4)

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

Updates `freezegun` from 1.5.3 to 1.5.5
- [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.5)

Updates `boto3-stubs-lite` from 1.38.46 to 1.40.13
- [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.4.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.4.0)

Updates `requests` from 2.32.4 to 2.32.5
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.32.4...v2.32.5)

Updates `responses` from 0.25.7 to 0.25.8
- [Release notes](https://github.com/getsentry/responses/releases)
- [Changelog](https://github.com/getsentry/responses/blob/master/CHANGES)
- [Commits](getsentry/responses@0.25.7...0.25.8)

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

Updates `coverage` from 7.10.3 to 7.10.4
- [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.4)

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

Updates `requests` from 2.32.4 to 2.32.5
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.32.4...v2.32.5)

---
updated-dependencies:
- dependency-name: coverage
  dependency-version: 7.10.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-minor-patch
- dependency-name: boto3
  dependency-version: 1.40.13
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-minor-patch
- dependency-name: mypy-boto3-dynamodb
  dependency-version: 1.40.10
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-minor-patch
- dependency-name: freezegun
  dependency-version: 1.5.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: requests
  dependency-version: 2.32.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: responses
  dependency-version: 0.25.8
  dependency-type: indirect
  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.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: boto3
  dependency-version: 1.40.13
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-minor-patch
- dependency-name: boto3-stubs-lite
  dependency-version: 1.40.13
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-minor-patch
- dependency-name: requests
  dependency-version: 2.32.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: coverage
  dependency-version: 7.10.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-minor-patch
- dependency-name: boto3
  dependency-version: 1.40.13
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-minor-patch
- dependency-name: mypy-boto3-dynamodb
  dependency-version: 1.40.10
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-minor-patch
- dependency-name: moto
  dependency-version: 5.1.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: requests
  dependency-version: 2.32.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: responses
  dependency-version: 0.25.8
  dependency-type: indirect
  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.13
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-minor-patch
- dependency-name: mypy-boto3-dynamodb
  dependency-version: 1.40.10
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-minor-patch
- dependency-name: requests
  dependency-version: 2.32.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: boto3
  dependency-version: 1.40.13
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-minor-patch
- dependency-name: coverage
  dependency-version: 7.10.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-minor-patch
- dependency-name: boto3
  dependency-version: 1.40.13
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-minor-patch
- dependency-name: freezegun
  dependency-version: 1.5.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: boto3-stubs-lite
  dependency-version: 1.40.13
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-minor-patch
- dependency-name: requests
  dependency-version: 2.32.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: responses
  dependency-version: 0.25.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: fakeredis
  dependency-version: 2.31.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-minor-patch
- dependency-name: coverage
  dependency-version: 7.10.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: boto3
  dependency-version: 1.40.13
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-minor-patch
- dependency-name: mypy-boto3-dynamodb
  dependency-version: 1.40.10
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-minor-patch
- dependency-name: moto
  dependency-version: 5.1.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: requests
  dependency-version: 2.32.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: responses
  dependency-version: 0.25.8
  dependency-type: indirect
  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.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: boto3
  dependency-version: 1.40.13
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-minor-patch
- dependency-name: mypy-boto3-dynamodb
  dependency-version: 1.40.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: moto
  dependency-version: 5.1.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: requests
  dependency-version: 2.32.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: responses
  dependency-version: 0.25.8
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: coverage
  dependency-version: 7.10.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-minor-patch
- dependency-name: boto3
  dependency-version: 1.40.13
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-minor-patch
- dependency-name: mypy-boto3-dynamodb
  dependency-version: 1.40.10
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-minor-patch
- dependency-name: moto
  dependency-version: 5.1.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: requests
  dependency-version: 2.32.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: responses
  dependency-version: 0.25.8
  dependency-type: indirect
  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.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: boto3
  dependency-version: 1.40.13
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-minor-patch
- dependency-name: moto
  dependency-version: 5.1.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: requests
  dependency-version: 2.32.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: responses
  dependency-version: 0.25.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: coverage
  dependency-version: 7.10.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-minor-patch
- dependency-name: boto3
  dependency-version: 1.40.13
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-minor-patch
- dependency-name: freezegun
  dependency-version: 1.5.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: boto3-stubs-lite
  dependency-version: 1.40.13
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-minor-patch
- dependency-name: redis
  dependency-version: 6.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-minor-patch
- dependency-name: requests
  dependency-version: 2.32.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: responses
  dependency-version: 0.25.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: numpy
  dependency-version: 2.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-minor-patch
- dependency-name: coverage
  dependency-version: 7.10.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: boto3
  dependency-version: 1.40.13
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-minor-patch
- dependency-name: requests
  dependency-version: 2.32.5
  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 20, 2025
@sonarqubecloud
Copy link

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 21, 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 21, 2025

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

@dependabot dependabot bot closed this Aug 21, 2025
@dependabot dependabot bot deleted the dependabot/pip/ack_backend/pip-minor-patch-e932f4d56c branch August 21, 2025 10:57
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