Skip to content

MESH-2092 py dev (deps): Bump the patch-and-minor group with 7 updates#254

Merged
shared-merge-writeback[bot] merged 3 commits into
developfrom
dependabot/pip/patch-and-minor-a2d2888a59
Jun 10, 2026
Merged

MESH-2092 py dev (deps): Bump the patch-and-minor group with 7 updates#254
shared-merge-writeback[bot] merged 3 commits into
developfrom
dependabot/pip/patch-and-minor-a2d2888a59

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 10, 2026

Copy link
Copy Markdown
Contributor

Bumps the patch-and-minor group with 7 updates:

Package From To
spine-aws-common 0.2.14 0.2.16
nhs-aws-helpers 0.8.5 0.8.11
requests 2.33.0 2.34.2
boto3 1.42.75 1.43.19
boto3-stubs 1.42.75 1.43.20
botocore 1.43.19 1.43.21
mypy-boto3-lambda 1.43.0 1.43.20

Updates spine-aws-common from 0.2.14 to 0.2.16

Commits

Updates nhs-aws-helpers from 0.8.5 to 0.8.11

Commits

Updates requests from 2.33.0 to 2.34.2

Release notes

Sourced from requests's releases.

v2.34.2

2.34.2 (2026-05-14)

  • Moved headers input type back to Mapping to avoid invariance issues with MutableMapping and inferred dict types. Users calling Request.headers.update() may need to narrow typing in their code. (#7441)

Full Changelog: https://github.com/psf/requests/blob/main/HISTORY.md#2342-2026-05-14

v2.34.1

2.34.1 (2026-05-13)

Bugfixes

  • Widened json input type from dict and list to Mapping and Sequence. (#7436)
  • Changed headers input type to MutableMapping and removed None from Request.headers typing to improve handling for users. (#7431)
  • Response.reason moved from str | None to str to improve handling for users. (#7437)
  • Fixed a bug where some bodies with custom __getattr__ implementations weren't being properly detected as Iterables. (#7433)

New Contributors

Full Changelog: https://github.com/psf/requests/blob/main/HISTORY.md#2341-2026-05-13

v2.34.0

2.34.0 (2026-05-11)

Announcements

  • Requests 2.34.0 introduces inline types, replacing those provided by typeshed. Public API types should be fully compatible with mypy, pyright, and ty. We believe types are comprehensive but if you find issues, please report them to the pinned tracking issue.

    Special thanks to @​bastimeyer, @​cthoyt, @​edgarrmondragon, and @​srittau for helping review and test the types ahead of the release. (#7272)

Improvements

  • Digest Auth hashing algorithms have added usedforsecurity=False to clarify security considerations. (#7310)
  • Requests added support for Python 3.15 based on beta1. Downstream projects should be able to start testing prior to its release in October. (#7422)
  • Requests added support for Python 3.14t. (#7419)

Bugfixes

  • Response.history no longer contains a reference to itself, preventing accidental looping when traversing the history list. (#7328)
  • Requests no longer performs greedy matching on no_proxy domains. The

... (truncated)

Changelog

Sourced from requests's changelog.

2.34.2 (2026-05-14)

  • Moved headers input type back to Mapping to avoid invariance issues with MutableMapping and inferred dict types. Users calling Request.headers.update() may need to narrow typing in their code. (#7441)

2.34.1 (2026-05-13)

Bugfixes

  • Widened json input type from dict and list to Mapping and Sequence. (#7436)
  • Changed headers input type to MutableMapping and removed None from Request.headers typing to improve handling for users. (#7431)
  • Response.reason moved from str | None to str to improve handling for users. (#7437)
  • Fixed a bug where some bodies with custom __getattr__ implementations weren't being properly detected as Iterables. (#7433)

2.34.0 (2026-05-11)

Announcements

  • Requests 2.34.0 introduces inline types, replacing those provided by typeshed. Public API types should be fully compatible with mypy, pyright, and ty. We believe types are comprehensive but if you find issues, please report them to the pinned tracking issue.

    Special thanks to @​bastimeyer, @​cthoyt, @​edgarrmondragon, and @​srittau for helping review and test the types ahead of the release. (#7272)

Improvements

  • Digest Auth hashing algorithms have added usedforsecurity=False to clarify security considerations. (#7310)
  • Requests added support for Python 3.15 based on beta1. Downstream projects should be able to start testing prior to its release in October. (#7422)
  • Requests added support for Python 3.14t. (#7419)

Bugfixes

  • Response.history no longer contains a reference to itself, preventing accidental looping when traversing the history list. (#7328)
  • Requests no longer performs greedy matching on no_proxy domains. The proxy_bypass implementation has been updated with CPython's fix from bpo-39057. (#7427)
  • Requests no longer incorrectly strips duplicate leading slashes in URI paths. This should address user issues with specific presigned URLs. Note the full fix requires urllib3 2.7.0+. (#7315)

... (truncated)

Commits

Updates boto3 from 1.42.75 to 1.43.19

Commits
  • 3ae731c Merge branch 'release-1.43.19'
  • 6b66612 Bumping version to 1.43.19
  • d155391 Add changelog entries from botocore
  • 1751374 Merge branch 'release-1.43.18'
  • 9af7849 Merge branch 'release-1.43.18' into develop
  • 1bcb376 Bumping version to 1.43.18
  • 6bb2278 Add changelog entries from botocore
  • 1f595ae Add a changelog for retries update (#4791)
  • 8083432 Merge branch 'release-1.43.17'
  • a6311df Merge branch 'release-1.43.17' into develop
  • Additional commits viewable in compare view

Updates boto3-stubs from 1.42.75 to 1.43.20

Release notes

Sourced from boto3-stubs'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 botocore from 1.43.19 to 1.43.21

Commits
  • 016da4b Merge branch 'release-1.43.21'
  • 94f196d Bumping version to 1.43.21
  • 9c88889 Update endpoints model
  • 5c0e726 Update to latest models
  • 250cdcc Merge branch 'release-1.43.20'
  • 1e90728 Merge branch 'release-1.43.20' into develop
  • 02f4395 Bumping version to 1.43.20
  • 95c9362 Update to latest models
  • 56142be Merge branch 'release-1.43.19' into develop
  • See full diff in compare view

Updates mypy-boto3-lambda from 1.43.0 to 1.43.20

Release notes

Sourced from mypy-boto3-lambda'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

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the patch-and-minor group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [spine-aws-common](https://github.com/NHSDigital/spine-core-aws-common) | `0.2.14` | `0.2.16` |
| [nhs-aws-helpers](https://github.com/NHSDigital/nhs-aws-helpers) | `0.8.5` | `0.8.11` |
| [requests](https://github.com/psf/requests) | `2.33.0` | `2.34.2` |
| [boto3](https://github.com/boto/boto3) | `1.42.75` | `1.43.19` |
| [boto3-stubs](https://github.com/youtype/mypy_boto3_builder) | `1.42.75` | `1.43.20` |
| [botocore](https://github.com/boto/botocore) | `1.43.19` | `1.43.21` |
| [mypy-boto3-lambda](https://github.com/youtype/mypy_boto3_builder) | `1.43.0` | `1.43.20` |


Updates `spine-aws-common` from 0.2.14 to 0.2.16
- [Commits](https://github.com/NHSDigital/spine-core-aws-common/commits)

Updates `nhs-aws-helpers` from 0.8.5 to 0.8.11
- [Commits](https://github.com/NHSDigital/nhs-aws-helpers/commits)

Updates `requests` from 2.33.0 to 2.34.2
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.33.0...v2.34.2)

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

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

Updates `botocore` from 1.43.19 to 1.43.21
- [Commits](boto/botocore@1.43.19...1.43.21)

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

---
updated-dependencies:
- dependency-name: spine-aws-common
  dependency-version: 0.2.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor
- dependency-name: nhs-aws-helpers
  dependency-version: 0.8.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor
- dependency-name: requests
  dependency-version: 2.34.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor
- dependency-name: boto3
  dependency-version: 1.43.19
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor
- dependency-name: boto3-stubs
  dependency-version: 1.43.20
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor
- dependency-name: botocore
  dependency-version: 1.43.21
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor
- dependency-name: mypy-boto3-lambda
  dependency-version: 1.43.20
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor
...

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 Jun 10, 2026
@dependabot dependabot Bot requested review from a team, matt-mercer and ranisen as code owners June 10, 2026 07:48
github-actions[bot]
github-actions Bot previously approved these changes Jun 10, 2026
@shared-merge-writeback shared-merge-writeback Bot enabled auto-merge (squash) June 10, 2026 07:48
@github-actions

Copy link
Copy Markdown
Contributor

☂️ Code Coverage

current status: ✅

Overall Coverage

Statements Covered Coverage Threshold Status
627 560 89% 65% 🟢

New Files

No new covered files...

Modified Files

File Coverage Status
src/mesh_poll_mailbox_application.py 69% 🟢
TOTAL 69% 🟢

updated for commit: 53f0ba9 by action🐍

@sonarqubecloud

Copy link
Copy Markdown

@shared-merge-writeback shared-merge-writeback Bot merged commit aafcce6 into develop Jun 10, 2026
9 checks passed
@shared-merge-writeback shared-merge-writeback Bot deleted the dependabot/pip/patch-and-minor-a2d2888a59 branch June 10, 2026 12:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant