From 235ae220d5a42fd7ed6e30663104a7991f56fa0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 07:59:35 +0000 Subject: [PATCH] Update pydantic requirement from ~=2.1.1 to ~=2.9.0 Updates the requirements on [pydantic](https://github.com/pydantic/pydantic) to permit the latest version. - [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.1.1...v2.9.0) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f5c73d10..04bb7d3d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ seedir~=0.4.2 cryptography~=38.0.4 uvicorn~=0.23.2 fastapi~=0.101.0 -pydantic~=2.1.1 +pydantic~=2.9.0 keystoneauth1~=5.1.0 filelock~=3.13.1 schema~=0.7.7 \ No newline at end of file