From b56463cbd0e91539b4bb7489696d4a84ee3295d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 13:58:53 +0000 Subject: [PATCH] fix(deps): bump pydantic[dotenv] from 2.9.2 to 2.10.1 in /requirements Bumps [pydantic[dotenv]](https://github.com/pydantic/pydantic) from 2.9.2 to 2.10.1. - [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.1) --- 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..3f166f8 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.1 requests==2.32.3 sentry-sdk==2.18.0 psycopg2==2.9.10