From 5a3aad1aa7ab9e35c617abfc7b92b7fe599cc0eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 May 2022 04:17:55 +0000 Subject: [PATCH] Bump bcrypt from 3.2.0 to 3.2.2 Bumps [bcrypt](https://github.com/pyca/bcrypt) from 3.2.0 to 3.2.2. - [Release notes](https://github.com/pyca/bcrypt/releases) - [Changelog](https://github.com/pyca/bcrypt/blob/main/release.py) - [Commits](https://github.com/pyca/bcrypt/compare/3.2.0...3.2.2) --- updated-dependencies: - dependency-name: bcrypt dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2414f47..e979a54 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ Unidecode==1.2.0 python-magic==0.4.22 python-slugify==4.0.1 sqlalchemy==1.4.27 -bcrypt==3.2.0 +bcrypt==3.2.2 sqlalchemy_searchable==1.2.0 redis==3.5.3 pyais==1.4.0