From 5d66f6879b57bef4335252a9c31eeb4b2dfa296c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 09:25:25 +0000 Subject: [PATCH] build(deps): update pydantic requirement from ~=2.10.3 to ~=2.10.4 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.10.3...v2.10.4) --- 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 df7ff2e..789a551 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ pytest-asyncio~=0.25.0 aioresponses~=0.7.7 python-dotenv~=1.0.1 pytest-mock~=3.14.0 -pydantic~=2.10.3 +pydantic~=2.10.4 ruff~=0.8.3 SQLAlchemy~=2.0.36 psycopg2~=2.9.10