From 9cc8b0265416d217cd1902556716e951cfd43001 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 13:35:32 +0000 Subject: [PATCH] fix(deps): bump pydantic[dotenv] from 2.9.2 to 2.10.4 in /requirements Bumps [pydantic[dotenv]](https://github.com/pydantic/pydantic) from 2.9.2 to 2.10.4. - [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.4) --- updated-dependencies: - dependency-name: pydantic[dotenv] dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/common.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/common.txt b/requirements/common.txt index 0a147ff..e2b97a6 100644 --- a/requirements/common.txt +++ b/requirements/common.txt @@ -3,7 +3,7 @@ fastapi==0.115.5 uvicorn==0.32.0 asyncpg==0.30.0 pydantic-settings==2.6.1 -pydantic[dotenv]==2.9.2 +pydantic[dotenv]==2.10.4 requests==2.32.3 sentry-sdk==2.18.0 psycopg2==2.9.10