Skip to content

Commit

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

---
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>
  • Loading branch information
dependabot[bot] authored Jan 15, 2024
1 parent 76773d4 commit 2dd7e9b
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 25 deletions.
54 changes: 30 additions & 24 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ requests = "^2.31.0"
fastapi-utils = "^0.2.1"
python-dotenv = "^1.0.0"
peewee = "^3.17.0"
bcrypt = "^4.0.1"
bcrypt = "^4.1.2"
cryptography = "^41.0.7"
greenlet = "^3.0.3"

Expand Down

0 comments on commit 2dd7e9b

Please sign in to comment.