From 1844f25a695869f6e6dbac290dc7630f766559ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Apr 2024 11:36:53 +0000 Subject: [PATCH] Bump bcrypt from 3.1.7 to 4.1.2 Bumps [bcrypt](https://github.com/pyca/bcrypt) from 3.1.7 to 4.1.2. - [Changelog](https://github.com/pyca/bcrypt/blob/main/release.py) - [Commits](https://github.com/pyca/bcrypt/compare/3.1.7...4.1.2) --- updated-dependencies: - dependency-name: bcrypt dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 21abcbf6..75c293bc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -bcrypt==3.1.7 +bcrypt==4.1.2 beautifulsoup4==4.10.0 bleach==4.1.0 Django==4.1.13