Skip to content

Commit

Permalink
Bump bcrypt from 4.1.3 to 4.2.0 in /backend/paaster
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Jul 29, 2024
1 parent 319deb4 commit 41d6672
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 30 deletions.
58 changes: 29 additions & 29 deletions backend/paaster/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 backend/paaster/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ server = "run:main"
[tool.poetry.dependencies]
python = "^3.10"
motor = "^3.5.1"
bcrypt = "^4.1.3"
bcrypt = "^4.2.0"
aiobotocore = "^2.13.1"
nanoid = "^2.0.0"
argon2-cffi = "^23.1.0"
Expand Down

0 comments on commit 41d6672

Please sign in to comment.