From a69f29214788d00ea14f56e0f33d052160b76e8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 13:33:57 +0000 Subject: [PATCH] fix(deps): bump pydantic[dotenv] from 2.9.2 to 2.10.5 in /requirements Bumps [pydantic[dotenv]](https://github.com/pydantic/pydantic) from 2.9.2 to 2.10.5. - [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.5) --- 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..08555af 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.5 requests==2.32.3 sentry-sdk==2.18.0 psycopg2==2.9.10