From b582b9efc1a6bfdf2562b0c53dadc565d989bd0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 03:12:33 +0000 Subject: [PATCH] build(deps): update bcrypt requirement from <5 to <6 Updates the requirements on [bcrypt](https://github.com/pyca/bcrypt) to permit the latest version. - [Changelog](https://github.com/pyca/bcrypt/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/bcrypt/compare/v1.0.0...5.0.0) --- updated-dependencies: - dependency-name: bcrypt dependency-version: 5.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6955dede2..e37dc11c3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ ansible==11.13.0 # Prevented passlib version conflicts -bcrypt<5 +bcrypt<6 # Needed for community.crypto module cryptography==49.0.0 # Needed for jinja2 json_query templating