From 0ab592d1eea268d2b19ebf45f0300746fabc02cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jun 2023 14:25:43 +0000 Subject: [PATCH] build(deps): update pydantic requirement in /requirements 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](https://github.com/pydantic/pydantic/compare/v1.8.2...v1.10.9) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/serve.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/serve.txt b/requirements/serve.txt index 886c163254..d4f8b3bc38 100644 --- a/requirements/serve.txt +++ b/requirements/serve.txt @@ -6,7 +6,7 @@ cytoolz >0.11, <=0.12.1 graphviz >=0.19, <=0.20.1 tqdm >4.60, <=4.64.1 fastapi >0.65, <=0.96.0 -pydantic >1.8.1, <=1.10.8 +pydantic >1.8.1, <=1.10.9 starlette ==0.27.0 uvicorn[standard] >=0.12.0, <=0.20.0 aiofiles >22.1.0, <=23.1.0