Skip to content

Commit

Permalink
Update bcrypt requirement from <3.2,>=3.1.1 to >=3.1.1,<4.2 (#2541)
Browse files Browse the repository at this point in the history
Updates the requirements on [bcrypt](https://github.com/pyca/bcrypt) to permit the latest version.
- [Changelog](https://github.com/pyca/bcrypt/blob/main/release.py)
- [Commits](pyca/bcrypt@3.1.1...4.1.2)

---
updated-dependencies:
- dependency-name: bcrypt
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 19, 2024
1 parent 8d4839c commit 9184499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"flask-babel>=1.0,<4.1",
"pillow>=9.2,<9.3",
"arrow>=0.4,<=0.13",
"bcrypt>=3.1.1,<3.2",
"bcrypt>=3.1.1,<4.2",
"blinker>=1.3,<1.8",
"celery[redis]>=5.2.7,<5.3",
"cerberus>=1.3.2,<1.4",
Expand Down

0 comments on commit 9184499

Please sign in to comment.