Skip to content

Commit e92c24b

Browse files
Update bcrypt requirement from ~=4.3.0 to ~=5.0.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] <support@github.com>
1 parent fd5b281 commit e92c24b

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
@@ -1,7 +1,7 @@
11
robotframework~=7.3
22
config~=0.5.1
33
Flask~=3.1.2
4-
bcrypt~=4.3.0
4+
bcrypt~=5.0.0
55
flask-mysqldb~=2.0.0
66
pytz~=2025.2
77
setuptools~=80.9.0

0 commit comments

Comments
 (0)