Skip to content

Commit

Permalink
Update bcrypt requirement from <3.2,>=3.1 to >=3.1,<4.3
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.0...4.2.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 17, 2024
1 parent 39d272b commit c37cf0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ greenlet>=3.0rc1
werkzeug<1.0 # https://github.com/pallets/werkzeug/blob/master/CHANGES
backports.ssl-match-hostname==3.7.0.1 # required by tornado<5.0
patool>=1.12,<1.13 # https://github.com/wummel/patool/blob/master/doc/changelog.txt
bcrypt>=3.1,<3.2 # https://github.com/pyca/bcrypt/
bcrypt>=3.1,<4.3 # https://github.com/pyca/bcrypt/
chardet>=3.0,<3.1 # https://pypi.python.org/pypi/chardet
babel==2.12.1 # http://babel.pocoo.org/en/latest/changelog.html
pyxdg>=0.26,<0.27 # https://freedesktop.org/wiki/Software/pyxdg/
Expand Down

0 comments on commit c37cf0d

Please sign in to comment.