From bb0e15bb2936aadf8577bf6d324b3a9a7fb133c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 22:26:58 +0000 Subject: [PATCH] fix(deps): bump pydantic-settings from 2.6.1 to 2.7.0 in /requirements Bumps [pydantic-settings](https://github.com/pydantic/pydantic-settings) from 2.6.1 to 2.7.0. - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](https://github.com/pydantic/pydantic-settings/compare/v2.6.1...v2.7.0) --- updated-dependencies: - dependency-name: pydantic-settings 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 44aea23..fe05e91 100644 --- a/requirements/common.txt +++ b/requirements/common.txt @@ -4,7 +4,7 @@ python-multipart==0.0.17 SQLAlchemy==2.0.36 asyncpg==0.30.0 passlib==1.7.4 -pydantic-settings==2.6.1 +pydantic-settings==2.7.0 pydantic==2.9.2 bcrypt==4.2.0 cryptography==43.0.3