From 951b742340c2558a62fdcee493b4ea324c944c62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 16:09:12 +0000 Subject: [PATCH] Bump bcrypt from 3.1.7 to 4.1.3 Bumps [bcrypt](https://github.com/pyca/bcrypt) from 3.1.7 to 4.1.3. - [Changelog](https://github.com/pyca/bcrypt/blob/main/release.py) - [Commits](https://github.com/pyca/bcrypt/compare/3.1.7...4.1.3) --- 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..a91a81b4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -bcrypt==3.1.7 +bcrypt==4.1.3 beautifulsoup4==4.10.0 bleach==4.1.0 Django==4.1.13