From e09f9aad1cdaa8797e60421d833e42d649ce19a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 05:59:40 +0000 Subject: [PATCH] Bump pydantic from 1.7.4 to 1.10.13 in /samples/python Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.7.4 to 1.10.13. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v1.7.4...v1.10.13) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- samples/python/Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/python/Pipfile b/samples/python/Pipfile index 6663065..b9f6101 100644 --- a/samples/python/Pipfile +++ b/samples/python/Pipfile @@ -7,7 +7,7 @@ name = "pypi" fastapi = "==0.63.0" uvicorn = "==0.11.8" requests = "==2.25.1" -pydantic = "==1.7.4" +pydantic = "==1.10.13" dataclasses-json = "==0.5.2" starlette = "==0.13.6"