From da8b84697388810aaf139af370df2b9868f7e9a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 19:42:31 +0000 Subject: [PATCH] Bump pydantic in /azurefunctions-extensions-http-fastapi Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.6.4 to 2.7.0. - [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/v2.6.4...v2.7.0) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- azurefunctions-extensions-http-fastapi/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azurefunctions-extensions-http-fastapi/pyproject.toml b/azurefunctions-extensions-http-fastapi/pyproject.toml index 37d343e..cc3a9ae 100644 --- a/azurefunctions-extensions-http-fastapi/pyproject.toml +++ b/azurefunctions-extensions-http-fastapi/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [ 'azurefunctions-extensions-base', 'fastapi==0.110.0', 'uvicorn==0.28.0', - 'pydantic==2.6.4', + 'pydantic==2.7.0', ] [project.optional-dependencies]