From 213d5d1e1cfa92ece62d89a1500e5b9d9dc2c01f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 22:56:36 +0000 Subject: [PATCH] fix(deps): bump bcrypt from 4.2.0 to 4.2.1 in /requirements Bumps [bcrypt](https://github.com/pyca/bcrypt) from 4.2.0 to 4.2.1. - [Changelog](https://github.com/pyca/bcrypt/blob/main/release.py) - [Commits](https://github.com/pyca/bcrypt/compare/4.2.0...4.2.1) --- updated-dependencies: - dependency-name: bcrypt dependency-type: direct:production update-type: version-update:semver-patch ... 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..a0f4262 100644 --- a/requirements/common.txt +++ b/requirements/common.txt @@ -6,7 +6,7 @@ asyncpg==0.30.0 passlib==1.7.4 pydantic-settings==2.6.1 pydantic==2.9.2 -bcrypt==4.2.0 +bcrypt==4.2.1 cryptography==43.0.3 email-validator==2.2.0 fastapi_pagination==0.12.32