Skip to content

Commit

Permalink
Bump bcrypt from 4.2.0 to 4.2.1 (#1265)
Browse files Browse the repository at this point in the history
Bumps [bcrypt](https://github.com/pyca/bcrypt) from 4.2.0 to 4.2.1.
- [Changelog](https://github.com/pyca/bcrypt/blob/main/release.py)
- [Commits](pyca/bcrypt@4.2.0...4.2.1)

---
updated-dependencies:
- dependency-name: bcrypt
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 20, 2024
1 parent 5eca896 commit 0f1c288
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demos/blog/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ aiohttp==3.10.10
aiohttp-jinja2==1.6
aiohttp-security[session]==0.5.0
asyncpg==0.30.0
bcrypt==4.2.0
bcrypt==4.2.1
pytoml==0.1.21
redis==5.2.0
SQLalchemy==2.0.36
Expand Down
2 changes: 1 addition & 1 deletion demos/motortwit/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
aiohttp==3.10.10
aiohttp-jinja2==1.6
aiohttp-security==0.5.0
bcrypt==4.2.0
bcrypt==4.2.1
faker==32.1.0
motor==3.6.0
pytz==2024.2
Expand Down

0 comments on commit 0f1c288

Please sign in to comment.