Skip to content

Commit 138b977

Browse files
Bump bcrypt from 4.2.1 to 4.3.0 (#1380)
Bumps [bcrypt](https://github.com/pyca/bcrypt) from 4.2.1 to 4.3.0. - [Changelog](https://github.com/pyca/bcrypt/blob/main/release.py) - [Commits](pyca/bcrypt@4.2.1...4.3.0) --- updated-dependencies: - dependency-name: bcrypt dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 37b8508 commit 138b977

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

demos/blog/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ aiohttp==3.11.13
22
aiohttp-jinja2==1.6
33
aiohttp-security[session]==0.5.0
44
asyncpg==0.30.0
5-
bcrypt==4.2.1
5+
bcrypt==4.3.0
66
pytoml==0.1.21
77
redis==5.2.1
88
SQLalchemy==2.0.38

demos/motortwit/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
aiohttp==3.11.13
22
aiohttp-jinja2==1.6
33
aiohttp-security==0.5.0
4-
bcrypt==4.2.1
4+
bcrypt==4.3.0
55
faker==36.1.1
66
motor==3.7.0
77
pytz==2025.1

0 commit comments

Comments
 (0)