Skip to content

Commit 4061cea

Browse files
Bump bcrypt from 4.1.3 to 4.2.0 (#1256)
Bumps [bcrypt](https://github.com/pyca/bcrypt) from 4.1.3 to 4.2.0. - [Changelog](https://github.com/pyca/bcrypt/blob/main/release.py) - [Commits](pyca/bcrypt@4.1.3...4.2.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 d46819b commit 4061cea

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.10.10
22
aiohttp-jinja2==1.6
33
aiohttp-security[session]==0.5.0
44
asyncpg==0.30.0
5-
bcrypt==4.1.3
5+
bcrypt==4.2.0
66
pytoml==0.1.21
77
redis==5.2.0
88
SQLalchemy==2.0.36

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.10.10
22
aiohttp-jinja2==1.6
33
aiohttp-security==0.5.0
4-
bcrypt==4.1.3
4+
bcrypt==4.2.0
55
faker==32.1.0
66
motor==3.6.0
77
pytz==2024.2

0 commit comments

Comments
 (0)