Skip to content

Commit 3aa42a8

Browse files
poetry: update pydantic requirement from 1.10.21 to 1.10.22
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.22/HISTORY.md) - [Commits](pydantic/pydantic@v1.10.21...v1.10.22) --- updated-dependencies: - dependency-name: pydantic dependency-version: 1.10.22 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bd5ef1a commit 3aa42a8

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
@@ -15,7 +15,7 @@ packages = [
1515

1616
[tool.poetry.dependencies]
1717
python = "3.12.3"
18-
pydantic = "1.10.21"
18+
pydantic = "1.10.22"
1919
nhs-context-logging = "^0.6.8"
2020
requests = "^2.31.0"
2121
aws-lambda-powertools = "^2.26.0"

0 commit comments

Comments
 (0)