Skip to content

Commit b2eb3ca

Browse files
deps(deps): update bcrypt requirement in the security group
Updates the requirements on [bcrypt](https://github.com/pyca/bcrypt) to permit the latest version. Updates `bcrypt` to 5.0.0 - [Changelog](https://github.com/pyca/bcrypt/blob/main/release.py) - [Commits](pyca/bcrypt@4.0.0...5.0.0) --- updated-dependencies: - dependency-name: bcrypt dependency-version: 5.0.0 dependency-type: direct:production dependency-group: security ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b858b3f commit b2eb3ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies = [
2828
"aiohttp>=3.9.0",
2929
"alembic>=1.16.5",
3030
"apscheduler>=3.10.4",
31-
"bcrypt>=4.0.0,<5.0.0",
31+
"bcrypt>=4.0.0,<6.0.0",
3232
"cron-descriptor>=2.0.5",
3333
"cryptography>=45.0.0",
3434
"docker>=7.1.0",

0 commit comments

Comments
 (0)