From 31eb0944f1fb91aa5a00fdce8d685b035f5bb5a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 15:38:40 +0000 Subject: [PATCH] Update pydantic requirement from ~=2.9.2 to ~=2.10.3 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.3) --- 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 acb744f8..ef321fab 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.3 keystoneauth1~=5.1.0 filelock~=3.16.1 schema~=0.7.7 \ No newline at end of file