From ba67d78cdf3949e17749b06a4ceaed1e6072de2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 03:47:41 +0000 Subject: [PATCH] build: bump pydantic in /azurefunctions-extensions-http-fastapi Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.7.4 to 2.9.2. - [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.4...v2.9.2) --- 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 f627c6a..ba717ae 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.7.4', + 'pydantic==2.9.2', ] [project.optional-dependencies]