From f3dc0a7db65c58a928f89ea6555a10cdd0f89453 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 03:10:41 +0000 Subject: [PATCH] build: bump pydantic in /azurefunctions-extensions-http-fastapi Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.10.1 to 2.10.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.10.1...v2.10.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 143ae8e..9172845 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.115.2', 'uvicorn==0.32.0', - 'pydantic==2.10.1', + 'pydantic==2.10.4', ] [project.optional-dependencies]