From 6f9fd42f0d454846d9871ae0fe4fd799be321f45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jan 2025 22:07:05 +0000 Subject: [PATCH] fix(deps): bump pydantic from 2.9.2 to 2.10.6 in /requirements Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.9.2 to 2.10.6. - [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.6) --- updated-dependencies: - dependency-name: pydantic 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..a9d2407 100644 --- a/requirements/common.txt +++ b/requirements/common.txt @@ -5,7 +5,7 @@ SQLAlchemy==2.0.36 asyncpg==0.30.0 passlib==1.7.4 pydantic-settings==2.6.1 -pydantic==2.9.2 +pydantic==2.10.6 bcrypt==4.2.0 cryptography==43.0.3 email-validator==2.2.0