Skip to content

Commit 7ed5e5d

Browse files
⬆ Bump bcrypt from 4.3.0 to 5.0.0 in /backend
Bumps [bcrypt](https://github.com/pyca/bcrypt) from 4.3.0 to 5.0.0. - [Changelog](https://github.com/pyca/bcrypt/blob/main/CHANGELOG.rst) - [Commits](pyca/bcrypt@4.3.0...5.0.0) --- updated-dependencies: - dependency-name: bcrypt dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7e0c598 commit 7ed5e5d

File tree

2 files changed

+1004
-953
lines changed

2 files changed

+1004
-953
lines changed

backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies = [
1919
"psycopg[binary]<4.0.0,>=3.1.13",
2020
"sqlmodel<1.0.0,>=0.0.21",
2121
# Pin bcrypt to 4.0.x for passlib compatibility
22-
"bcrypt>=4.0.0,<4.1.0",
22+
"bcrypt>=4.0.0,<5.1.0",
2323
"pydantic-settings<3.0.0,>=2.2.1",
2424
"sentry-sdk[fastapi]<2.0.0,>=1.40.6",
2525
"pyjwt<3.0.0,>=2.8.0",

0 commit comments

Comments
 (0)