From c495e7d2cf7ec332ff4dd789d1304c7322a5caab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Dec 2025 08:33:44 +0000 Subject: [PATCH] poetry: update pydantic requirement from 1.10.22 to 1.10.24 Updates the requirements on [pydantic](https://github.com/pydantic/pydantic) to permit the latest version. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/v1.10.24/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v1.10.22...v1.10.24) --- updated-dependencies: - dependency-name: pydantic dependency-version: 1.10.24 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..a321a5a9b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ packages = [ [tool.poetry.dependencies] python = "3.12.3" -pydantic = "1.10.25" +pydantic = "1.10.26" nhs-context-logging = "^0.6.8" requests = "^2.31.0" aws-lambda-powertools = "^2.26.0"