From fb1fc7371b4a073a14f53e2cca9539f1f1feb0f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 05:45:43 +0000 Subject: [PATCH] build(deps): update pydantic requirement from ==2.9.* to ==2.10.* 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.0b1...v2.10.1) --- 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 95bbd92..b3c9e6d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ dependencies = [ "httpx[http2]==0.27.*", "loguru==0.7.*", "redis==5.2.*", - "pydantic==2.9.*", + "pydantic==2.10.*", "pydantic-settings==2.6.*", "selectolax==0.3.*", ]