From efa50c332f4ad12bee2f3b6d268896e0d18dae7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jan 2025 15:46:39 +0000 Subject: [PATCH] Update pydantic requirement from ~=2.9.2 to ~=2.10.6 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.9.2...v2.10.6) --- 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 e5545b8a..bef37b63 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ seedir~=0.5.0 cryptography~=43.0.1 uvicorn~=0.30.6 fastapi~=0.101.0 -pydantic~=2.9.2 +pydantic~=2.10.6 keystoneauth1~=5.1.0 filelock~=3.16.1 schema~=0.7.7 \ No newline at end of file