Skip to content

Commit 906e263

Browse files
fix(deps): update dependency bcrypt to v5
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f60a97c commit 906e263

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
@@ -44,7 +44,7 @@ click = "^8.0.3"
4444
PyYAML = "^6"
4545
SQLAlchemy = {version = "^2.0.5", extras=["asyncio"], optional = true}
4646
alembic = {version = "^1.7.5", optional = true}
47-
bcrypt = {version = "^3.2 || ^4", optional = true}
47+
bcrypt = {version = "^3.2 || ^4 || ^5.0.0", optional = true}
4848
fastapi = {version = "^0.93 || ^0.94 || ^0.95 || ^0.96 || ^0.97 || ^0.98 || ^0.99 || ^0.100.0 || ^0.101.0 || ^0.102.0 || ^0.103.0 || ^0.104.0 || ^0.105.0 || ^0.106.0 || ^0.107.0 || ^0.108.0 || ^0.109.0 || ^0.110.0 || ^0.111.0 || ^0.112.0 || ^0.113.0 || ^0.114.0 || ^0.115.0 || ^0.116.0 || ^0.117.0 || ^0.118.0", optional = true}
4949
uvicorn = {version = "^0.15 || ^0.16 || ^0.17 || ^0.18 || ^0.19 || ^0.20 || ^0.21 || ^0.22 || ^0.23.0 || ^0.24.0 || ^0.25.0 || ^0.26.0 || ^0.27.0 || ^0.28.0 || ^0.29.0 || ^0.30.0 || ^0.31.0 || ^0.32.0 || ^0.33.0 || ^0.34.0 || ^0.35.0 || ^0.36.0 || ^0.37.0", optional = true}
5050
Jinja2 = {version = "^3.0.3", optional = true}

0 commit comments

Comments
 (0)