Skip to content

Commit

Permalink
chore(deps): bump bcrypt from 4.2.0 to 4.2.1 (#521)
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 20, 2024
1 parent a580de4 commit 964c994
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
anyio==4.6.2.post1; python_version >= "3.6" and python_full_version >= "3.6.2"
asgiref==3.8.1; python_full_version >= "3.6.1" and python_version >= "3.6"
bcrypt==4.2.0; python_version >= "3.6"
bcrypt==4.2.1; python_version >= "3.6"
beanie==1.8.12; python_version >= "3.7" and python_version < "4.0"
certifi==2024.8.30; python_full_version >= "3.6.1"
cffi==1.17.1
Expand Down

0 comments on commit 964c994

Please sign in to comment.