From 2fafbc0a4b91111d89cc5f1276a6f2e34dc6a0ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 21:09:01 +0000 Subject: [PATCH] poetry: update nhs-context-logging requirement from ^0.6.8 to ^0.7.4 Updates the requirements on [nhs-context-logging](https://github.com/NHSDigital/nhs-context-logging) to permit the latest version. - [Release notes](https://github.com/NHSDigital/nhs-context-logging/releases) - [Commits](https://github.com/NHSDigital/nhs-context-logging/compare/v0.6.8...v0.7.4) --- updated-dependencies: - dependency-name: nhs-context-logging dependency-version: 0.7.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b13e33f1e..b9453c067 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ packages = [ [tool.poetry.dependencies] python = "3.12.3" pydantic = "1.10.25" -nhs-context-logging = "^0.6.8" +nhs-context-logging = "^0.7.4" requests = "^2.31.0" aws-lambda-powertools = "^2.26.0" email-validator = "^2.1.0.post1"