Browse Source

chore(deps): bump bcrypt from 4.1.3 to 4.2.0 in /backend

Bumps [bcrypt](https://github.com/pyca/bcrypt) from 4.1.3 to 4.2.0.
- [Changelog](https://github.com/pyca/bcrypt/blob/main/release.py)
- [Commits](https://github.com/pyca/bcrypt/compare/4.1.3...4.2.0)

---
updated-dependencies:
- dependency-name: bcrypt
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 8 tháng trước cách đây
mục cha
commit
a54d3ad512
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      backend/requirements.txt

+ 1 - 1
backend/requirements.txt

@@ -19,7 +19,7 @@ peewee==3.17.6
 peewee-migrate==1.12.2
 psycopg2-binary==2.9.9
 PyMySQL==1.1.1
-bcrypt==4.1.3
+bcrypt==4.2.0
 
 pymongo
 redis