Skip to content

Commit 29d8147

Browse files
Python dependency: Update bcrypt requirement from ==4.3.* to ==5.0.*
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](pyca/bcrypt@4.3.0...5.0.0) --- updated-dependencies: - dependency-name: bcrypt dependency-version: 5.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5c9acc1 commit 29d8147

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ azure-identity==1.25.0
1717
azure-mgmt-rdbms==10.1.0
1818
azure-mgmt-resource==24.0.0
1919
azure-mgmt-subscription==3.1.1
20-
bcrypt==4.3.*
20+
bcrypt==5.0.*
2121
boto3==1.40.*
2222
cryptography==46.0.*
2323
Flask-Babel==4.0.*

0 commit comments

Comments
 (0)