From 3a206eff501f676ff54c02fbadfa8534e1a3a0d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 10:34:27 -0300 Subject: [PATCH] Bump pydantic in /examples/fastapi-postgres-with-serverless (#89) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- examples/fastapi-postgres-with-serverless/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/fastapi-postgres-with-serverless/requirements.txt b/examples/fastapi-postgres-with-serverless/requirements.txt index a5a7037..ebb6b5e 100644 --- a/examples/fastapi-postgres-with-serverless/requirements.txt +++ b/examples/fastapi-postgres-with-serverless/requirements.txt @@ -4,7 +4,7 @@ fastapi==0.109.1 h11==0.14.0 idna==3.7 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