Skip to content

Commit

Permalink
build(deps): Update bcrypt requirement in /packages/python/sshnpd
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.1.2...4.1.3)

---
updated-dependencies:
- dependency-name: bcrypt
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 6, 2024
1 parent cd8900e commit ae519de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/python/sshnpd/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ sshnpd = 'sshnpd:main'
[tool.poetry.dependencies]
python = "^3.10"
atsdk = "0.2.12"
bcrypt = "4.1.2"
bcrypt = "4.1.3"
paramiko = "3.4.0"
PyNaCl = "1.5.0"
setuptools = "69.5.1"
Expand Down

0 comments on commit ae519de

Please sign in to comment.