From 074054a5e575f241dfce6e040bfb970561cd296c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 03:08:39 +0000 Subject: [PATCH] build: bump pydantic in /azurefunctions-extensions-http-fastapi Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.7.1 to 2.7.4. - [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.7.1...v2.7.4) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-patch ... 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 62bce2c..c4f1918 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.1', 'uvicorn==0.29.0', - 'pydantic==2.7.1', + 'pydantic==2.7.4', ] [project.optional-dependencies]