From 0b82aaae5b0fed49dea74c4cca926ef8736b19b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 19:06:47 +0000 Subject: [PATCH] poetry: update pydantic requirement from 1.10.25 to 1.10.26 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.26/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v1.10.25...v1.10.26) --- updated-dependencies: - dependency-name: pydantic dependency-version: 1.10.26 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"