From 95121243fb2ec953dd49a974ff282a1f5cfe20bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 05:44:07 +0000 Subject: [PATCH] Bump pydantic in /examples/serverless-python-fastapi Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.10.7 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.10.7...v1.10.13) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/serverless-python-fastapi/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/serverless-python-fastapi/requirements.txt b/examples/serverless-python-fastapi/requirements.txt index fbfb277..685c687 100644 --- a/examples/serverless-python-fastapi/requirements.txt +++ b/examples/serverless-python-fastapi/requirements.txt @@ -4,7 +4,7 @@ fastapi==0.95.0 h11==0.14.0 idna==3.4 mangum==0.17.0 -pydantic==1.10.7 +pydantic==1.10.13 sniffio==1.3.0 typing-extensions==4.5.0 uvicorn==0.21.1