Skip to content

Commit f44201a

Browse files
Bump bcrypt from 4.3.0 to 5.0.0
Bumps [bcrypt](https://github.com/pyca/bcrypt) from 4.3.0 to 5.0.0. - [Changelog](https://github.com/pyca/bcrypt/blob/main/release.py) - [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 4c7f69c commit f44201a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
anyio==4.9.0
33
Babel==2.12.1
44
backports.ssl-match-hostname==3.7.0.1
5-
bcrypt==4.3.0
5+
bcrypt==5.0.0
66
beautifulsoup4==4.13.4
77
certifi==2025.6.15
88
chardet==5.2.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies = [
2727
"werkzeug<1.0", # https://github.com/pallets/werkzeug/blob/master/CHANGES
2828
"backports.ssl-match-hostname==3.7.0.1", # required by tornado<5.0
2929
"patool>=1.12,<4.1", # https://github.com/wummel/patool/blob/master/doc/changelog.txt
30-
"bcrypt>=3.1,<4.4", # https://github.com/pyca/bcrypt/
30+
"bcrypt>=3.1,<5.1", # https://github.com/pyca/bcrypt/
3131
"chardet>=3.0,<5.3", # https://pypi.python.org/pypi/chardet
3232
"babel==2.12.1", # http://babel.pocoo.org/en/latest/changelog.html
3333
"pyxdg>=0.26,<0.29", # https://freedesktop.org/wiki/Software/pyxdg/

0 commit comments

Comments
 (0)