Skip to content

Commit 992b94d

Browse files
poetry: update pydantic requirement from 1.10.18 to 1.10.19
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/main/HISTORY.md) - [Commits](pydantic/pydantic@v1.10.18...v1.10.19) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e947cde commit 992b94d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ packages = [
1717

1818
[tool.poetry.dependencies]
1919
python = "3.12.3"
20-
pydantic = "1.10.18"
20+
pydantic = "1.10.19"
2121
nhs-context-logging = "^0.6.8"
2222
requests = "^2.31.0"
2323
aws-lambda-powertools = "^2.26.0"

0 commit comments

Comments
 (0)