From 65e6c737cd768895f835a05e9a67cc9495355cb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 07:07:06 +0000 Subject: [PATCH] chore(deps): bump pydantic from 2.9.0 to 2.9.1 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.9.0 to 2.9.1. - [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.9.0...v2.9.1) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6f1e67bbb..060518391 100644 --- a/requirements.txt +++ b/requirements.txt @@ -42,7 +42,7 @@ sdnotify==0.3.2 # API Server fastapi==0.114.2 -pydantic==2.9.0 +pydantic==2.9.1 uvicorn==0.30.6 pyjwt==2.9.0 aiofiles==24.1.0