Skip to content

Commit 34062fd

Browse files
Update bcrypt requirement from <4.3,>=3.1 to >=3.1,<4.4
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.3.0) --- updated-dependencies: - dependency-name: bcrypt dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b22e14c commit 34062fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ greenlet>=3.0rc1
1010
werkzeug<1.0 # https://github.com/pallets/werkzeug/blob/master/CHANGES
1111
backports.ssl-match-hostname==3.7.0.1 # required by tornado<5.0
1212
patool>=1.12,<3.2 # https://github.com/wummel/patool/blob/master/doc/changelog.txt
13-
bcrypt>=3.1,<4.3 # https://github.com/pyca/bcrypt/
13+
bcrypt>=3.1,<4.4 # https://github.com/pyca/bcrypt/
1414
chardet>=3.0,<5.3 # https://pypi.python.org/pypi/chardet
1515
babel==2.12.1 # http://babel.pocoo.org/en/latest/changelog.html
1616
pyxdg>=0.26,<0.29 # https://freedesktop.org/wiki/Software/pyxdg/

0 commit comments

Comments
 (0)