From 3f41e3453eef8bc63e99f9553150281fdb7a2fa0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Aug 2024 20:18:39 +0000 Subject: [PATCH] Bump bcrypt from 4.0.1 to 4.2.0 in /back Bumps [bcrypt](https://github.com/pyca/bcrypt) from 4.0.1 to 4.2.0. - [Changelog](https://github.com/pyca/bcrypt/blob/main/release.py) - [Commits](https://github.com/pyca/bcrypt/compare/4.0.1...4.2.0) --- updated-dependencies: - dependency-name: bcrypt dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- back/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/back/requirements.txt b/back/requirements.txt index 7fc43da0..07f615fb 100644 --- a/back/requirements.txt +++ b/back/requirements.txt @@ -4,7 +4,7 @@ paho-mqtt==1.6.1 requests==2.31.0 redis==5.0.8 flask_cors==4.0.1 -bcrypt==4.0.1 +bcrypt==4.2.0 google-auth==2.33.0 python-dateutil==2.8.2 gevent \ No newline at end of file