From 74a9610fef413a3cc4c9e8116256b18a020df826 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 10:42:14 +0000 Subject: [PATCH] build(deps): update pydantic requirement from ~=2.10.1 to ~=2.10.2 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.1...v2.10.2) --- 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 7d1d288..406e490 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ pytest-asyncio~=0.24.0 aioresponses~=0.7.7 python-dotenv~=1.0.1 pytest-mock~=3.14.0 -pydantic~=2.10.1 +pydantic~=2.10.2 ruff~=0.8.1 SQLAlchemy~=2.0.36 psycopg2~=2.9.10