From 67291819a9b161854bbb7b960ce9c7b304ae2966 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Oct 2022 10:08:03 +0000 Subject: [PATCH] Bump bcrypt from 3.2.2 to 4.0.1 Bumps [bcrypt](https://github.com/pyca/bcrypt) from 3.2.2 to 4.0.1. - [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.2...4.0.1) --- 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 c5407b2..73b9ffd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -bcrypt==3.2.2; python_version >= "3.6" +bcrypt==4.0.1; python_version >= "3.6" cffi==1.15.1; python_version >= "3.6" colorama==0.4.4; python_version >= "3.5" and python_full_version < "3.0.0" and sys_platform == "win32" or sys_platform == "win32" and python_version >= "3.5" and python_full_version >= "3.5.0" cryptography==37.0.4; python_version >= "3.6"