Skip to content

Commit 274a3af

Browse files
fix(deps): update dependency bcrypt to v5
1 parent d2368c1 commit 274a3af

File tree

2 files changed

+66
-54
lines changed

2 files changed

+66
-54
lines changed

poetry.lock

Lines changed: 65 additions & 53 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ fastapi = "^0.117.0"
1212
uvicorn = "^0.37.0"
1313
sqlalchemy = "^2.0.31"
1414
alembic = "^1.13.2"
15-
bcrypt = "^4.2.0"
15+
bcrypt = "^5.0.0"
1616
asyncpg = "^0.30.0"
1717
psycopg2-binary = "^2.9.10"
1818
pydantic = {extras = ["email"], version = "^2.11.7"}

0 commit comments

Comments
 (0)