Skip to content

Commit b92d76e

Browse files
deps: bump bcrypt from 4.0.1 to 5.0.0
Bumps [bcrypt](https://github.com/pyca/bcrypt) from 4.0.1 to 5.0.0. - [Changelog](https://github.com/pyca/bcrypt/blob/main/CHANGELOG.rst) - [Commits](pyca/bcrypt@4.0.1...5.0.0) --- updated-dependencies: - dependency-name: bcrypt dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b91b223 commit b92d76e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

backend/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pymongo==4.13.1
99
motor==3.7.1
1010
firebase-admin==6.9.0
1111
python-dotenv==1.0.0
12-
bcrypt==4.0.1
12+
bcrypt==5.0.0
1313
email-validator==2.2.0
1414
pytest
1515
pytest-asyncio

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ pymongo==4.13.1
99
motor==3.7.1
1010
firebase-admin==6.9.0
1111
python-dotenv==1.0.0
12-
bcrypt==4.0.1
12+
bcrypt==5.0.0
1313
email-validator==2.2.0

0 commit comments

Comments
 (0)