From d7f1f32f92b50bca6ab4c53c6e9f3758cbd787b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 05:50:56 +0000 Subject: [PATCH] build(deps): update pydantic requirement from ==2.8.* to ==2.9.* 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.8.0b1...v2.9.0) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d24830e1..9a5c60ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ dependencies = [ "loguru==0.7.*", "lxml==5.3.*", "redis==5.0.*", - "pydantic==2.8.*", + "pydantic==2.9.*", "pydantic-settings==2.4.*", ]