From 44515cf62005298d1584f7a8aed90943e01b6a51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 16:03:04 +0000 Subject: [PATCH] Update pydantic requirement from ~=2.1.1 to ~=2.9.1 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.1) --- 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..56a5e983 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.1 keystoneauth1~=5.1.0 filelock~=3.13.1 schema~=0.7.7 \ No newline at end of file