Skip to content

Commit

Permalink
Update bcrypt requirement from ~=4.2.0 to ~=4.2.1 in /app
Browse files Browse the repository at this point in the history
Updates the requirements on [bcrypt](https://github.com/pyca/bcrypt) to permit the latest version.
- [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
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 20, 2024
1 parent 2f30ee2 commit 8fc4622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ python-gvm~=24.8.0
fastapi~=0.115.0
python-multipart~=0.0.12
uvicorn[standard]~=0.32.0
bcrypt~=4.2.0
bcrypt~=4.2.1
python-jose[cryptography]~=3.3.0
redis[hiredis]~=5.2.0

0 comments on commit 8fc4622

Please sign in to comment.