From 8e372f194c8ec52c2c78a93810582c6d352ee72d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 17:58:48 +0530 Subject: [PATCH] Python dependency: Update bcrypt requirement in /web/regression Updates the requirements on [bcrypt](https://github.com/pyca/bcrypt) to permit the latest version. - [Changelog](https://github.com/pyca/bcrypt/blob/main/release.py) - [Commits](https://github.com/pyca/bcrypt/compare/4.0.0...4.1.2) --- updated-dependencies: - dependency-name: bcrypt dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 07a84140c..eefb8bad0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -35,7 +35,7 @@ psutil==5.9.* psycopg[c]==3.1.12 python-dateutil==2.* SQLAlchemy==2.* -bcrypt==4.0.* +bcrypt==4.1.* cryptography==42.0.* sshtunnel==0.* ldap3==2.*