diff --git a/pyproject.toml b/pyproject.toml index 8fca283..3b4a6a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ web = [ "alembic>=1.13.0", "python-jose[cryptography]>=3.3.0", "passlib[bcrypt]>=1.7.4", - "bcrypt<5", + "bcrypt<6", "python-multipart>=0.0.9", "strawberry-graphql[fastapi]>=0.220.0", "redis>=5.0.0", @@ -73,7 +73,7 @@ all = [ "alembic>=1.13.0", "python-jose[cryptography]>=3.3.0", "passlib[bcrypt]>=1.7.4", - "bcrypt<5", + "bcrypt<6", "python-multipart>=0.0.9", "strawberry-graphql[fastapi]>=0.220.0", "redis>=5.0.0",